Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U64MAX (Results 1 – 8 of 8) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c292 { 1, 2, 0, 0, 0, 0, COMP, "U64MAX", TGSI_OPCODE_U64MAX },
452 case TGSI_OPCODE_U64MAX: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c218 case TGSI_OPCODE_U64MAX: in tgsi_opcode_infer_type()
Dtgsi_exec.c6218 case TGSI_OPCODE_U64MAX: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h602 TGSI_OPCODE_U64MAX = 235, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h597 #define TGSI_OPCODE_U64MAX 248 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp608 case TGSI_OPCODE_U64MAX: in inferSrcType()
4000 case TGSI_OPCODE_U64MAX: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c661 [nir_op_umax] = { TGSI_OPCODE_UMAX, TGSI_OPCODE_U64MAX }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2625 bld_base->op_actions[TGSI_OPCODE_U64MAX].emit = u64max_emit_cpu; in lp_set_default_actions_cpu()