Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp427 NIR_PASS_V(nir, nir_opt_deref);
474 NIR_PASS_V(nir, nir_opt_deref);
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c545 NIR_PASS_V(nir, nir_opt_deref); in lvp_shader_compile_to_ir()
602 progress |= OPT(nir_opt_deref); in lvp_shader_compile_to_ir()
613 progress |= nir_opt_deref(nir); in lvp_shader_compile_to_ir()
/external/mesa3d/src/mesa/main/
Dglspirv.c290 NIR_PASS_V(nir, nir_opt_deref); in _mesa_spirv_to_nir()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c136 NIR_PASS_V(nir, nir_opt_deref); in tu_spirv_to_nir()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c537 OPT(nir_opt_deref); in brw_nir_optimize()
/external/mesa3d/src/compiler/nir/
Dnir_deref.c1375 nir_opt_deref(nir_shader *shader) in nir_opt_deref() function
Dnir.h5070 bool nir_opt_deref(nir_shader *shader);
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c289 OPT(nir_opt_deref); in nir_optimize()
513 NIR_PASS_V(nir, nir_opt_deref); in shader_module_compile_to_nir()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp230 nir_opt_deref(shader); in glsl_to_nir()
2705 NIR_PASS_V(nir, nir_opt_deref); in glsl_float64_funcs_to_nir()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c512 NIR_PASS_V(nir, nir_opt_deref); in radv_shader_compile_to_nir()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c264 NIR_PASS_V(nir, nir_opt_deref); in anv_shader_compile_to_nir()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3118 NIR_PASS_V(nir, nir_opt_deref); in run()
/external/mesa3d/docs/relnotes/
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
D20.2.0.rst2614 - anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_deref