Searched refs:TGSI_OPCODE_U64MUL (Results 1 – 10 of 10) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 286 { 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/ |
D | tgsi_info.c | 221 case TGSI_OPCODE_U64MUL: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6224 case TGSI_OPCODE_U64MUL: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 609 TGSI_OPCODE_U64MUL = 240, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 591 #define TGSI_OPCODE_U64MUL 242 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 610 case TGSI_OPCODE_U64MUL: in inferSrcType() 4040 case TGSI_OPCODE_U64MUL: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 639 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1962 [TGSI_OPCODE_U64MUL] = nir_op_imul,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1228 bld_base->op_actions[TGSI_OPCODE_U64MUL].emit = u64mul_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12092 [TGSI_OPCODE_U64MUL] = { ALU_OP0_NOP, egcm_u64mul }, 12318 [TGSI_OPCODE_U64MUL] = { ALU_OP0_NOP, egcm_u64mul },
|