Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DSGE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c246 { 1, 2, 0, 0, 0, 0, 0, COMP, "DSGE", TGSI_OPCODE_DSGE },
405 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type()
515 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6028 case TGSI_OPCODE_DSGE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h554 #define TGSI_OPCODE_DSGE 204 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c205 case TGSI_OPCODE_DSGE: pred = LLVMRealOGE; break; in emit_dcmp()
792 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = emit_dcmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp354 case TGSI_OPCODE_DSGE: in srcMask()
619 case TGSI_OPCODE_DSGE: in inferSrcType()
650 case TGSI_OPCODE_DSGE: in inferDstType()
686 case TGSI_OPCODE_DSGE: in getSetCond()
3772 case TGSI_OPCODE_DSGE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2623 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = dsge_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9464 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest},
9687 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest},