Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ISSG (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c201 { 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()
Dtgsi_exec.c4217 case TGSI_OPCODE_ISSG: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h413 #define TGSI_OPCODE_ISSG 160 macro
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c872 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/
Dnv50_ir_from_tgsi.cpp392 case TGSI_OPCODE_ISSG: in inferSrcType()
1947 case TGSI_OPCODE_ISSG: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1588 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = issg_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5409 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg},
5583 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg},
5757 {TGSI_OPCODE_ISSG, 0, 0, tgsi_issg},