Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DMIN (Results 1 – 11 of 11) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c244 { 1, 2, 0, 0, 0, 0, COMP, "DMIN", TGSI_OPCODE_DMIN },
432 case TGSI_OPCODE_DMIN: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c199 case TGSI_OPCODE_DMIN: in tgsi_opcode_infer_type()
Dtgsi_exec.c6077 case TGSI_OPCODE_DMIN: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h566 TGSI_OPCODE_DMIN = 202 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h548 #define TGSI_OPCODE_DMIN 202 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c931 case TGSI_OPCODE_DMIN: in translate_opcode()
8547 case TGSI_OPCODE_DMIN: in opcode_has_dbl_dst()
8572 case TGSI_OPCODE_DMIN: in opcode_has_dbl_src()
8619 case TGSI_OPCODE_DMIN: in check_double_dst_writemask()
9286 case TGSI_OPCODE_DMIN: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp587 case TGSI_OPCODE_DMIN: in inferSrcType()
4045 case TGSI_OPCODE_DMIN: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c656 [nir_op_fmin] = { TGSI_OPCODE_MIN, TGSI_OPCODE_DMIN }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1211 bld_base->op_actions[TGSI_OPCODE_DMIN].emit = fmin_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12073 [TGSI_OPCODE_DMIN] = { ALU_OP2_MIN_64, tgsi_op2_64},
12299 [TGSI_OPCODE_DMIN] = { ALU_OP2_MIN_64, tgsi_op2_64},
/external/virglrenderer/src/
Dvrend_shader.c4881 case TGSI_OPCODE_DMIN: in iter_instruction()