Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c219 scan_instruction(struct tgsi_shader_info *info, in scan_instruction() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c160 static void scan_instruction(const struct nir_shader *nir, in scan_instruction() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c410 static void scan_instruction(const struct nir_shader *nir, struct si_shader_info *info, in scan_instruction() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp605 Shader::scan_instruction(nir_instr *instr) in scan_instruction() function in r600::Shader