Home
last modified time | relevance | path

Searched refs:process_instr (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_global_access.c71 process_instr(nir_builder *b, nir_instr *instr, void *_) in process_instr() function
185 return nir_shader_instructions_pass(shader, process_instr, in ac_nir_lower_global_access()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_offsets.c180 process_instr(nir_builder *b, nir_instr *instr, void *s) in process_instr() function
221 bool p = nir_shader_instructions_pass(shader, process_instr, in nir_opt_offsets()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h154 bool process_instr(nir_instr *instr);
Dsfn_shader.cpp746 bool r = process_instr(instr); in process_block()
756 bool Shader::process_instr(nir_instr *instr) in process_instr() function in r600::Shader