Searched refs:TGSI_OPCODE_SAMPLE (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 97 info->base.opcode_count[TGSI_OPCODE_SAMPLE] != 4) || in match_aero_minification_shader() 465 shader->info.base.opcode_count[TGSI_OPCODE_SAMPLE] + in llvmpipe_fs_analyse()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 492 TGSI_OPCODE_SAMPLE = 145, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 351 case TGSI_OPCODE_SAMPLE: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 842 case TGSI_OPCODE_SAMPLE: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2694 opcode == TGSI_OPCODE_SAMPLE || in near_end_of_shader() 4544 bld.bld_base.op_actions[TGSI_OPCODE_SAMPLE].emit = sample_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 620 if (!(inst->Instruction.Opcode >= TGSI_OPCODE_SAMPLE && in iter_instruction()
|
D | tgsi_scan.c | 100 opcode == TGSI_OPCODE_SAMPLE || in computes_derivative()
|
D | tgsi_text.c | 1082 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
|
D | tgsi_exec.c | 5611 case TGSI_OPCODE_SAMPLE: in exec_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 1535 sample_ureg_emit(ureg, TGSI_OPCODE_SAMPLE, 3, &opcode, in Shader_tgsi_translate()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3531 case TGSI_OPCODE_SAMPLE: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11930 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported}, 12127 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported}, 12354 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 11031 case TGSI_OPCODE_SAMPLE: in emit_instruction()
|