Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c282 { 1, 2, 0, 0, 0, 0, 0, COMP, "U64MUL", TGSI_OPCODE_U64MUL },
444 case TGSI_OPCODE_U64MUL: in tgsi_opcode_infer_type()
Dtgsi_exec.c6162 case TGSI_OPCODE_U64MUL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h595 #define TGSI_OPCODE_U64MUL 240 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1373 bld_base->op_actions[TGSI_OPCODE_U64MUL].emit = u64mul_emit; in lp_set_default_actions()