Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64SSG (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c230 case TGSI_OPCODE_I64SSG: in tgsi_opcode_infer_type()
Dtgsi_exec.c5953 case TGSI_OPCODE_I64SSG: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h595 #define TGSI_OPCODE_I64SSG 237 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c355 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_I64SSG) { in emit_ssg()
840 bld_base->op_actions[TGSI_OPCODE_I64SSG].emit = emit_ssg; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp679 case TGSI_OPCODE_I64SSG: in inferSrcType()
4185 case TGSI_OPCODE_I64SSG: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2486 bld_base->op_actions[TGSI_OPCODE_I64SSG].emit = i64ssg_emit_cpu; in lp_set_default_actions_cpu()