Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_INTERP_SAMPLE (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c339 case TGSI_OPCODE_INTERP_SAMPLE: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c434 fullinst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in scan_instruction()
459 case TGSI_OPCODE_INTERP_SAMPLE: in scan_instruction()
473 case TGSI_OPCODE_INTERP_SAMPLE: in scan_instruction()
Dtgsi_exec.c6037 case TGSI_OPCODE_INTERP_SAMPLE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h549 TGSI_OPCODE_INTERP_SAMPLE = 193, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1304 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in allocate_system_value_inputs()
1310 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in allocate_system_value_inputs()
7069 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
7085 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
7090 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
7123 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
7147 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
7181 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
11950 [TGSI_OPCODE_INTERP_SAMPLE] = { ALU_OP0_NOP, tgsi_unsupported},
12147 [TGSI_OPCODE_INTERP_SAMPLE] = { ALU_OP0_NOP, tgsi_interp_egcm},
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1543 if (insn.getOpcode() == TGSI_OPCODE_INTERP_SAMPLE) in scanInstruction()
3100 case TGSI_OPCODE_INTERP_SAMPLE: { in handleINTERP()
3906 case TGSI_OPCODE_INTERP_SAMPLE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1949 [TGSI_OPCODE_INTERP_SAMPLE] = 0, /* XXX */
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c959 case TGSI_OPCODE_INTERP_SAMPLE: in translate_opcode()
9350 case TGSI_OPCODE_INTERP_SAMPLE: in emit_vgpu10_instruction()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2259 emit_asm(ir, TGSI_OPCODE_INTERP_SAMPLE, result_dst, op[0], op[1]); in visit_expression()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst1802 - softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE