Searched refs:TGSI_OPCODE_I64MIN (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 273 { 1, 2, 0, 0, 0, 0, COMP, "I64MIN", TGSI_OPCODE_I64MIN }, 464 case TGSI_OPCODE_I64MIN: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 230 case TGSI_OPCODE_I64MIN: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6209 case TGSI_OPCODE_I64MIN: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 599 TGSI_OPCODE_I64MIN = 232, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 578 #define TGSI_OPCODE_I64MIN 230 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 623 case TGSI_OPCODE_I64MIN: in inferSrcType() 4001 case TGSI_OPCODE_I64MIN: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 657 [nir_op_imin] = { TGSI_OPCODE_IMIN, TGSI_OPCODE_I64MIN }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2626 bld_base->op_actions[TGSI_OPCODE_I64MIN].emit = i64min_emit_cpu; in lp_set_default_actions_cpu()
|