Searched refs:nir_opt_deref (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 427 NIR_PASS_V(nir, nir_opt_deref); 474 NIR_PASS_V(nir, nir_opt_deref);
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 545 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/ |
D | glspirv.c | 290 NIR_PASS_V(nir, nir_opt_deref); in _mesa_spirv_to_nir()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 136 NIR_PASS_V(nir, nir_opt_deref); in tu_spirv_to_nir()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 537 OPT(nir_opt_deref); in brw_nir_optimize()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 1375 nir_opt_deref(nir_shader *shader) in nir_opt_deref() function
|
D | nir.h | 5070 bool nir_opt_deref(nir_shader *shader);
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 289 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/ |
D | glsl_to_nir.cpp | 230 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/ |
D | radv_shader.c | 512 NIR_PASS_V(nir, nir_opt_deref); in radv_shader_compile_to_nir()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 264 NIR_PASS_V(nir, nir_opt_deref); in anv_shader_compile_to_nir()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3118 NIR_PASS_V(nir, nir_opt_deref); in run()
|
/external/mesa3d/docs/relnotes/ |
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 | 20.2.0.rst | 2614 - anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_deref
|