Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_D2I64 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c86 { 1, 1, 0, 0, 0, 0, 1, COMP, "D2I64", TGSI_OPCODE_D2I64 },
463 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_type()
519 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6206 case TGSI_OPCODE_D2I64: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h377 #define TGSI_OPCODE_D2I64 46 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1378 bld_base->op_actions[TGSI_OPCODE_D2I64].emit = f2i64_emit; in lp_set_default_actions()