Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c314 fullinst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in scan_instruction()
339 case TGSI_OPCODE_INTERP_SAMPLE: in scan_instruction()
353 case TGSI_OPCODE_INTERP_SAMPLE: in scan_instruction()
Dtgsi_info.c235 { 1, 2, 0, 0, 0, 0, 0, OTHR, "INTERP_SAMPLE", TGSI_OPCODE_INTERP_SAMPLE },
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h541 #define TGSI_OPCODE_INTERP_SAMPLE 193 macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1098 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in allocate_system_value_inputs()
1104 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in allocate_system_value_inputs()
1196 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE || in evergreen_gpr_count()
1202 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in evergreen_gpr_count()
6330 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
6345 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
6350 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
6383 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
6407 if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
6441 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in tgsi_interp_egcm()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5188 } else if (inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in interp_fetch_args()
5237 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) in build_interp_intrinsic()
5253 inst->Instruction.Opcode == TGSI_OPCODE_INTERP_SAMPLE) { in build_interp_intrinsic()
5868 bld_base->info->opcode_count[TGSI_OPCODE_INTERP_SAMPLE] > 0)) in create_function()
6729 bld_base->op_actions[TGSI_OPCODE_INTERP_SAMPLE] = interp_action; in si_init_shader_ctx()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1691 [TGSI_OPCODE_INTERP_SAMPLE] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2897 case TGSI_OPCODE_INTERP_SAMPLE: in handleINTERP()
3709 case TGSI_OPCODE_INTERP_SAMPLE: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2239 emit_asm(ir, TGSI_OPCODE_INTERP_SAMPLE, result_dst, op[0], op[1]); in visit_expression()