Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c286 { 1, 2, 0, 0, 0, 0, COMP, "U64MUL", TGSI_OPCODE_U64MUL },
455 case TGSI_OPCODE_U64MUL: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c221 case TGSI_OPCODE_U64MUL: in tgsi_opcode_infer_type()
Dtgsi_exec.c6224 case TGSI_OPCODE_U64MUL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h609 TGSI_OPCODE_U64MUL = 240, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h591 #define TGSI_OPCODE_U64MUL 242 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp610 case TGSI_OPCODE_U64MUL: in inferSrcType()
4040 case TGSI_OPCODE_U64MUL: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c639 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL }, in ntt_emit_alu()
Dtgsi_to_nir.c1962 [TGSI_OPCODE_U64MUL] = nir_op_imul,
/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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12092 [TGSI_OPCODE_U64MUL] = { ALU_OP0_NOP, egcm_u64mul },
12318 [TGSI_OPCODE_U64MUL] = { ALU_OP0_NOP, egcm_u64mul },