Home
last modified time | relevance | path

Searched refs:nir_lower_memory_model (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_memory_model.c228 nir_lower_memory_model(nir_shader *shader) in nir_lower_memory_model() function
H A Dmeson.build170 'nir_lower_memory_model.c',
H A Dnir.h6576 bool nir_lower_memory_model(nir_shader *shader);
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.1.1.rst165 - nir: handle float atomics in nir_lower_memory_model
H A D21.2.0.rst3376 - nir: handle float atomics in nir_lower_memory_model
H A D22.2.0.rst5193 - nir: call nir_metadata_preserve in nir_lower_memory_model
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c977 NIR_PASS_V(nir, nir_lower_memory_model); in dxil_spirv_nir_passes()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c399 NIR_PASS(_, stage->nir, nir_lower_memory_model); in radv_postprocess_nir()
/aosp_15_r20/external/angle/third_party/mesa/
H A Dmesa_autogen.gni213 "src/compiler/nir/nir_lower_memory_model.c",