Searched refs:scan_instruction (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_base.h | 98 bool scan_instruction(nir_instr *instr);
|
D | sfn_nir.cpp | 102 if (!impl->scan_instruction(instr)) { in lower()
|
D | sfn_shader_base.cpp | 90 bool ShaderFromNirProcessor::scan_instruction(nir_instr *instr) in scan_instruction() function in r600::ShaderFromNirProcessor
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 181 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/ |
D | nir_to_tgsi_info.c | 169 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/ |
D | tgsi_scan.c | 337 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/ |
D | 20.3.0.rst | 3576 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics
|