Searched refs:TGSI_OPCODE_DSGE (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 180 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type() 293 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 233 case TGSI_OPCODE_DSGE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5864 case TGSI_OPCODE_DSGE: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 246 { 1, 2, 0, 0, 0, 0, COMP, "DSGE", TGSI_OPCODE_DSGE }, 380 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type() 457 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_src_type()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 552 #define TGSI_OPCODE_DSGE 204 /* SM5 */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 558 #define TGSI_OPCODE_DSGE 204 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 215 case TGSI_OPCODE_DSGE: pred = LLVMRealOGE; break; in emit_dcmp() 740 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = emit_dcmp; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 368 case TGSI_OPCODE_DSGE: in srcMask() 649 case TGSI_OPCODE_DSGE: in inferSrcType() 708 case TGSI_OPCODE_DSGE: in inferDstType() 764 case TGSI_OPCODE_DSGE: in getSetCond() 4049 case TGSI_OPCODE_DSGE: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2478 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = dsge_emit_cpu; in lp_set_default_actions_cpu()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3695 case TGSI_OPCODE_DSGE: in iter_instruction() 3696 if (inst->Instruction.Opcode == TGSI_OPCODE_DSGE) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10652 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest}, 10874 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest},
|