Home
last modified time | relevance | path

Searched defs:scan_instruction (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c219 scan_instruction(struct tgsi_shader_info *info, in scan_instruction() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c160 static void scan_instruction(const struct nir_shader *nir, in scan_instruction() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c390 static void scan_instruction(const struct nir_shader *nir, struct si_shader_info *info, in scan_instruction() function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.cpp90 bool ShaderFromNirProcessor::scan_instruction(nir_instr *instr) in scan_instruction() function in r600::ShaderFromNirProcessor
Dsfn_shader.cpp624 Shader::scan_instruction(nir_instr *instr) in scan_instruction() function in r600::Shader