Searched refs:scan_instruction (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_base.h | 103 bool scan_instruction(nir_instr *instr);
|
D | sfn_nir.cpp | 138 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
|
/third_party/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()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.3.rst | 123 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics
|
D | 21.0.0.rst | 2070 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics
|
D | 20.3.0.rst | 3576 - radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomics
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 201 static void scan_instruction(const struct nir_shader *nir, struct si_shader_info *info, in scan_instruction() function 486 scan_instruction(nir, info, instr); in si_nir_scan_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 337 scan_instruction(struct tgsi_shader_info *info, in scan_instruction() function 901 scan_instruction(info, &parse.FullToken.FullInstruction, in tgsi_scan_shader()
|