Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c219 case TGSI_OPCODE_U64MUL: in tgsi_opcode_infer_type()
Dtgsi_exec.c5998 case TGSI_OPCODE_U64MUL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h599 #define TGSI_OPCODE_U64MUL 240 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp670 case TGSI_OPCODE_U64MUL: in inferSrcType()
4110 case TGSI_OPCODE_U64MUL: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1228 bld_base->op_actions[TGSI_OPCODE_U64MUL].emit = u64mul_emit; in lp_set_default_actions()