Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c181 static void scan_instruction(const struct nir_shader *nir, struct si_shader_info *info, in scan_instruction() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c169 static void scan_instruction(const struct nir_shader *nir, in scan_instruction() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c337 scan_instruction(struct tgsi_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