Home
last modified time | relevance | path

Searched refs:scan_instruction (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.h98 bool scan_instruction(nir_instr *instr);
Dsfn_nir.cpp102 if (!impl->scan_instruction(instr)) { in lower()
Dsfn_shader_base.cpp90 bool ShaderFromNirProcessor::scan_instruction(nir_instr *instr) in scan_instruction() function in r600::ShaderFromNirProcessor
/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
394 scan_instruction(nir, info, instr); in si_nir_scan_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c169 static void scan_instruction(const struct nir_shader *nir, in scan_instruction() function
821 scan_instruction(nir, need_texcoord, info, instr); in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c337 scan_instruction(struct tgsi_shader_info *info, in scan_instruction() function
902 scan_instruction(info, &parse.FullToken.FullInstruction, in tgsi_scan_shader()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3576 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics