Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SAMPLE (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c97 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/
Dp_shader_tokens.h492 TGSI_OPCODE_SAMPLE = 145, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c351 case TGSI_OPCODE_SAMPLE: in analyse_instruction()
Dlp_bld_tgsi_aos.c842 case TGSI_OPCODE_SAMPLE: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2694 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/
Dtgsi_dump.c620 if (!(inst->Instruction.Opcode >= TGSI_OPCODE_SAMPLE && in iter_instruction()
Dtgsi_scan.c100 opcode == TGSI_OPCODE_SAMPLE || in computes_derivative()
Dtgsi_text.c1082 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
Dtgsi_exec.c5611 case TGSI_OPCODE_SAMPLE: in exec_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1535 sample_ureg_emit(ureg, TGSI_OPCODE_SAMPLE, 3, &opcode, in Shader_tgsi_translate()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3531 case TGSI_OPCODE_SAMPLE: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11930 [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/
Dsvga_tgsi_vgpu10.c11031 case TGSI_OPCODE_SAMPLE: in emit_instruction()