Searched refs:TGSI_OPCODE_I64MAX (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 274 { 1, 2, 0, 0, 0, 0, COMP, "I64MAX", TGSI_OPCODE_I64MAX }, 463 case TGSI_OPCODE_I64MAX: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 229 case TGSI_OPCODE_I64MAX: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6215 case TGSI_OPCODE_I64MAX: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 601 TGSI_OPCODE_I64MAX = 234, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 579 #define TGSI_OPCODE_I64MAX 231 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 624 case TGSI_OPCODE_I64MAX: in inferSrcType() 4002 case TGSI_OPCODE_I64MAX: { in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 660 [nir_op_imax] = { TGSI_OPCODE_IMAX, TGSI_OPCODE_I64MAX }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2627 bld_base->op_actions[TGSI_OPCODE_I64MAX].emit = i64max_emit_cpu; in lp_set_default_actions_cpu()
|