/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_nir.c | 123 NIR_PASS_V(nir, nir_opt_deref); in vk_spirv_to_nir()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv_to_dxil.c | 62 NIR_PASS_V(nir, nir_opt_deref); in spirv_to_dxil_nir_prep()
|
D | dxil_spirv_nir.c | 638 NIR_PASS_V(nir, nir_opt_deref); in dxil_spirv_nir_passes() 712 NIR_PASS(progress, nir, nir_opt_deref); in dxil_spirv_nir_passes()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 823 NIR_PASS(progress, nir, nir_opt_deref); in clc_spirv_to_dxil() 850 NIR_PASS(progress, nir, nir_opt_deref); in clc_spirv_to_dxil() 917 NIR_PASS_V(nir, nir_opt_deref); in clc_spirv_to_dxil() 1051 NIR_PASS_V(nir, nir_opt_deref); in clc_spirv_to_dxil()
|
/third_party/mesa3d/src/compiler/clc/ |
D | clc.c | 111 NIR_PASS(progress, s, nir_opt_deref); in clc_libclc_optimize()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 482 NIR_PASS_V(nir, nir_opt_deref); in spirv_to_nir() 544 NIR_PASS_V(nir, nir_opt_deref); in spirv_to_nir()
|
/third_party/mesa3d/src/mesa/main/ |
D | glspirv.c | 298 NIR_PASS_V(nir, nir_opt_deref); in _mesa_spirv_to_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_kernel.c | 334 NIR_PASS_V(nir, nir_opt_deref); in brw_kernel_from_spirv()
|
D | brw_nir.c | 541 OPT(nir_opt_deref); in brw_nir_optimize()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.3.rst | 154 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0\] isn't the same as x[0\] if the cast has alignm…
|
D | 19.0.0.rst | 1322 - nir: Move propagation of cast derefs to a new nir_opt_deref pass 1353 - intel/nir: Call nir_opt_deref in brw_nir_optimize
|
D | 22.0.0.rst | 3686 - radv: stop running copy-propagation before nir_opt_deref
|
D | 20.2.0.rst | 2614 - anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_deref
|
D | 21.1.0.rst | 2867 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0] isn't the same as x[0] if the cast has alignment
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 333 NIR_PASS(progress, nir, nir_opt_deref); in optimize() 365 NIR_PASS(progress, nir, nir_opt_deref); in optimize()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 95 progress |= OPT(s, nir_opt_deref); in ir3_optimize_loop()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 1498 nir_opt_deref(nir_shader *shader) in nir_opt_deref() function
|
D | nir.h | 5496 bool nir_opt_deref(nir_shader *shader);
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 243 nir_opt_deref(shader); in glsl_to_nir() 2766 NIR_PASS_V(nir, nir_opt_deref); in glsl_float64_funcs_to_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_rt.c | 1034 NIR_PASS(_, intersection, nir_opt_deref); in nir_lower_intersection_shader()
|
D | radv_shader.c | 816 NIR_PASS(_, nir, nir_opt_deref); in radv_shader_spirv_to_nir()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 271 OPT(nir_opt_deref); in nir_optimize()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3197 NIR_PASS_V(nir, nir_opt_deref); in run()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 5615 NIR_PASS(progress, s, nir_opt_deref); in optimize_nir()
|