Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U2I64 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c238 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_type()
283 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_src_type()
Dtgsi_util.c212 case TGSI_OPCODE_U2I64: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6257 case TGSI_OPCODE_U2I64: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c279 { 1, 1, 0, 0, 0, 0, COMP, "U2I64", TGSI_OPCODE_U2I64 },
472 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_type()
499 case TGSI_OPCODE_U2I64: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h383 TGSI_OPCODE_U2I64 = 32, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h584 #define TGSI_OPCODE_U2I64 236 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp525 case TGSI_OPCODE_U2I64: in inferSrcType()
673 case TGSI_OPCODE_U2I64: in inferDstType()
3874 case TGSI_OPCODE_U2I64: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1237 bld_base->op_actions[TGSI_OPCODE_U2I64].emit = u2i64_emit; in lp_set_default_actions()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp660 op == TGSI_OPCODE_I2I64 || op == TGSI_OPCODE_U2I64 || in emit_asm()
1961 emit_asm(ir, TGSI_OPCODE_U2I64, st_dst_reg(count), op[1]); in visit_expression()