Searched refs:TGSI_OPCODE_INTERP_SAMPLE (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 121 fullinst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_scan_shader() 144 case TGSI_OPCODE_INTERP_SAMPLE: in tgsi_scan_shader() 158 case TGSI_OPCODE_INTERP_SAMPLE: in tgsi_scan_shader()
|
D | tgsi_info.c | 235 { 1, 2, 0, 0, 0, 0, OTHR, "INTERP_SAMPLE", TGSI_OPCODE_INTERP_SAMPLE },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 434 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()
|
D | tgsi_util.c | 400 case TGSI_OPCODE_INTERP_SAMPLE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6285 case TGSI_OPCODE_INTERP_SAMPLE: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 555 TGSI_OPCODE_INTERP_SAMPLE = 193, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 537 #define TGSI_OPCODE_INTERP_SAMPLE 193 macro
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3926 if ((inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in get_source_info() 3990 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE && i == 1) { in get_source_info() 4053 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE && i == 1) { in get_source_info() 4092 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE && i == 1) in get_source_info() 4159 (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE && i == 1)) in get_source_info() 4246 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE && i == 1) in get_source_info() 5232 case TGSI_OPCODE_INTERP_SAMPLE: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1299 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in allocate_system_value_inputs() 1305 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in allocate_system_value_inputs() 7055 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 7071 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 7076 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 7109 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 7133 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 7167 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm() 11866 [TGSI_OPCODE_INTERP_SAMPLE] = { ALU_OP0_NOP, tgsi_unsupported}, 12063 [TGSI_OPCODE_INTERP_SAMPLE] = { ALU_OP0_NOP, tgsi_interp_egcm}, [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1522 if (insn.getOpcode() == TGSI_OPCODE_INTERP_SAMPLE) in scanInstruction() 3049 case TGSI_OPCODE_INTERP_SAMPLE: in handleINTERP() 3845 case TGSI_OPCODE_INTERP_SAMPLE: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1952 [TGSI_OPCODE_INTERP_SAMPLE] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 959 case TGSI_OPCODE_INTERP_SAMPLE: in translate_opcode() 9295 case TGSI_OPCODE_INTERP_SAMPLE: in emit_vgpu10_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2181 emit_asm(ir, TGSI_OPCODE_INTERP_SAMPLE, result_dst, op[0], op[1]); in visit_expression()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1802 - softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
|