Searched refs:nir_opt_offsets (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_offsets.c | 215 nir_opt_offsets(nir_shader *shader, const nir_opt_offsets_options *options) in nir_opt_offsets() function
|
H A D | nir.h | 5551 bool nir_opt_offsets(nir_shader *shader, const nir_opt_offsets_options *options);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 141 progress |= OPT(s, nir_opt_offsets, &offset_options); in ir3_optimize_loop()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 249 NIR_PASS(_, nir, nir_opt_offsets, &offset_options); in radv_optimize_nir_algebraic()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 1701 NIR_PASS_V(nir, nir_opt_offsets, &offset_options); in si_get_nir_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 3216 NIR_PASS(progress, s, nir_opt_offsets, &offset_options); in ntt_optimize_nir()
|
Completed in 24 milliseconds