Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h497 TGSI_OPCODE_SAMPLE = 145, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h480 #define TGSI_OPCODE_SAMPLE 145 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c186 { 1, 3, 0, 0, 0, 0, OTHR, "SAMPLE", TGSI_OPCODE_SAMPLE },
Dtgsi_dump.c595 if (!(inst->Instruction.Opcode >= TGSI_OPCODE_SAMPLE && in iter_instruction()
Dtgsi_text.c1068 if (i >= TGSI_OPCODE_SAMPLE && i <= TGSI_OPCODE_GATHER4) { in parse_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c350 case TGSI_OPCODE_SAMPLE: in analyse_instruction()
Dlp_bld_tgsi_aos.c841 case TGSI_OPCODE_SAMPLE: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2688 opcode == TGSI_OPCODE_SAMPLE || in near_end_of_shader()
4537 bld.bld_base.op_actions[TGSI_OPCODE_SAMPLE].emit = sample_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c636 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.c5938 case TGSI_OPCODE_SAMPLE: in exec_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3466 case TGSI_OPCODE_SAMPLE: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11818 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported},
12015 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported},
12241 [TGSI_OPCODE_SAMPLE] = { 0, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9364 case TGSI_OPCODE_SAMPLE: in emit_vgpu10_instruction()