Home
last modified time | relevance | path

Searched refs:nir_opt_deref (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_nir.c123 NIR_PASS_V(nir, nir_opt_deref); in vk_spirv_to_nir()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.c62 NIR_PASS_V(nir, nir_opt_deref); in spirv_to_dxil_nir_prep()
Ddxil_spirv_nir.c638 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/
Dclc_compiler.c823 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/
Dclc.c111 NIR_PASS(progress, s, nir_opt_deref); in clc_libclc_optimize()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp482 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/
Dglspirv.c298 NIR_PASS_V(nir, nir_opt_deref); in _mesa_spirv_to_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_kernel.c334 NIR_PASS_V(nir, nir_opt_deref); in brw_kernel_from_spirv()
Dbrw_nir.c541 OPT(nir_opt_deref); in brw_nir_optimize()
/third_party/mesa3d/docs/relnotes/
D21.0.3.rst154 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0\] isn't the same as x[0\] if the cast has alignm…
D19.0.0.rst1322 - nir: Move propagation of cast derefs to a new nir_opt_deref pass
1353 - intel/nir: Call nir_opt_deref in brw_nir_optimize
D22.0.0.rst3686 - radv: stop running copy-propagation before nir_opt_deref
D20.2.0.rst2614 - anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_deref
D21.1.0.rst2867 - 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/
Dlvp_pipeline.c333 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/
Dir3_nir.c95 progress |= OPT(s, nir_opt_deref); in ir3_optimize_loop()
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1498 nir_opt_deref(nir_shader *shader) in nir_opt_deref() function
Dnir.h5496 bool nir_opt_deref(nir_shader *shader);
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp243 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/
Dradv_pipeline_rt.c1034 NIR_PASS(_, intersection, nir_opt_deref); in nir_lower_intersection_shader()
Dradv_shader.c816 NIR_PASS(_, nir, nir_opt_deref); in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c271 OPT(nir_opt_deref); in nir_optimize()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3197 NIR_PASS_V(nir, nir_opt_deref); in run()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c5615 NIR_PASS(progress, s, nir_opt_deref); in optimize_nir()