Searched refs:TGSI_OPCODE_INTERP_SAMPLE (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 314 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()
|
D | tgsi_info.c | 235 { 1, 2, 0, 0, 0, 0, 0, OTHR, "INTERP_SAMPLE", TGSI_OPCODE_INTERP_SAMPLE },
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 541 #define TGSI_OPCODE_INTERP_SAMPLE 193 macro
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1098 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/ |
D | si_shader.c | 5188 } 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/ |
D | tgsi_to_nir.c | 1691 [TGSI_OPCODE_INTERP_SAMPLE] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2897 case TGSI_OPCODE_INTERP_SAMPLE: in handleINTERP() 3709 case TGSI_OPCODE_INTERP_SAMPLE: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2239 emit_asm(ir, TGSI_OPCODE_INTERP_SAMPLE, result_dst, op[0], op[1]); in visit_expression()
|