Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_INTERP_OFFSET (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c313 fullinst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in scan_instruction()
336 case TGSI_OPCODE_INTERP_OFFSET: in scan_instruction()
350 case TGSI_OPCODE_INTERP_OFFSET: in scan_instruction()
Dtgsi_info.c236 { 1, 2, 0, 0, 0, 0, 0, OTHR, "INTERP_OFFSET", TGSI_OPCODE_INTERP_OFFSET },
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h542 #define TGSI_OPCODE_INTERP_OFFSET 194 macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1099 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in allocate_system_value_inputs()
1107 } else if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET) { in allocate_system_value_inputs()
1197 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in evergreen_gpr_count()
1204 } else if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET) { in evergreen_gpr_count()
6329 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in tgsi_interp_egcm()
6344 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in tgsi_interp_egcm()
6440 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in tgsi_interp_egcm()
9255 [TGSI_OPCODE_INTERP_OFFSET] = { ALU_OP0_NOP, tgsi_unsupported},
9453 [TGSI_OPCODE_INTERP_OFFSET] = { ALU_OP0_NOP, tgsi_interp_egcm},
9676 [TGSI_OPCODE_INTERP_OFFSET] = { ALU_OP0_NOP, tgsi_interp_egcm},
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5179 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET) { in interp_fetch_args()
5236 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in build_interp_intrinsic()
5252 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_OFFSET || in build_interp_intrinsic()
5867 bld_base->info->opcode_count[TGSI_OPCODE_INTERP_OFFSET] > 0 || in create_function()
6730 bld_base->op_actions[TGSI_OPCODE_INTERP_OFFSET] = interp_action; in si_init_shader_ctx()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1692 [TGSI_OPCODE_INTERP_OFFSET] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2902 case TGSI_OPCODE_INTERP_OFFSET: { in handleINTERP()
3710 case TGSI_OPCODE_INTERP_OFFSET: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2235 emit_asm(ir, TGSI_OPCODE_INTERP_OFFSET, result_dst, op[0], temp); in visit_expression()