Searched refs:TGSI_OPCODE_INTERP_SAMPLE (Results 1 – 9 of 9) sorted by relevance
343 case TGSI_OPCODE_INTERP_SAMPLE: in tgsi_util_get_src_usage_mask()
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()
5958 case TGSI_OPCODE_INTERP_SAMPLE: in exec_instruction()
550 TGSI_OPCODE_INTERP_SAMPLE = 193, enumerator
1318 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in allocate_system_value_inputs()1324 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in allocate_system_value_inputs()3472 shader->uses_interpolate_at_sample = ctx.info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE] != 0; in r600_shader_from_tgsi()7073 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()7089 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()7094 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()7127 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()7151 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()7185 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()11978 [TGSI_OPCODE_INTERP_SAMPLE] = { ALU_OP0_NOP, tgsi_unsupported},[all …]
1543 if (insn.getOpcode() == TGSI_OPCODE_INTERP_SAMPLE) in scanInstruction()3104 case TGSI_OPCODE_INTERP_SAMPLE: { in handleINTERP()3912 case TGSI_OPCODE_INTERP_SAMPLE: in handleInstruction()
1953 [TGSI_OPCODE_INTERP_SAMPLE] = 0, /* XXX */
1034 case TGSI_OPCODE_INTERP_SAMPLE: in translate_opcode()10962 case TGSI_OPCODE_INTERP_SAMPLE: in emit_instruction()
1802 - softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE