Searched refs:TGSI_OPCODE_ISSG (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 201 { 1, 1, 0, 0, 0, 0, COMP, "ISSG", TGSI_OPCODE_ISSG }, 304 case TGSI_OPCODE_ISSG: in tgsi_opcode_infer_src_type() 356 case TGSI_OPCODE_ISSG: in tgsi_opcode_infer_dst_type()
|
D | tgsi_exec.c | 4217 case TGSI_OPCODE_ISSG: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 413 #define TGSI_OPCODE_ISSG 160 macro
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 872 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ISSG) { in emit_ssg() 1071 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = emit_ssg; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 392 case TGSI_OPCODE_ISSG: in inferSrcType() 1947 case TGSI_OPCODE_ISSG: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1588 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = issg_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5409 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg}, 5583 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg}, 5757 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg},
|