Searched refs:TGSI_OPCODE_UMAD (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 171 { 1, 3, 0, 0, 0, 0, COMP, "UMAD", TGSI_OPCODE_UMAD }, 371 case TGSI_OPCODE_UMAD: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 233 case TGSI_OPCODE_UMAD: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 138 case TGSI_OPCODE_UMAD: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5866 case TGSI_OPCODE_UMAD: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 487 TGSI_OPCODE_UMAD = 131, enumerator
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 481 TGSI_OPCODE_UMAD = 131, enumerator
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1904 [TGSI_OPCODE_UMAD] = 0, 2060 case TGSI_OPCODE_UMAD: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 529 case TGSI_OPCODE_UMAD: in inferSrcType() 3170 case TGSI_OPCODE_UMAD: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1201 bld_base->op_actions[TGSI_OPCODE_UMAD].emit = umad_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 889 case TGSI_OPCODE_UMAD: in translate_opcode() 9269 case TGSI_OPCODE_UMAD: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11804 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad}, 12001 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad}, 12227 [TGSI_OPCODE_UMAD] = { ALU_OP0_NOP, tgsi_umad},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5576 case TGSI_OPCODE_UMAD: in iter_instruction()
|