Searched refs:TGSI_OPCODE_DSGE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 179 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type() 309 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 | 6085 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 }, 412 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type() 524 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 568 TGSI_OPCODE_DSGE = 204 /* SM5 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 550 #define TGSI_OPCODE_DSGE 204 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 366 case TGSI_OPCODE_DSGE: in srcMask() 589 case TGSI_OPCODE_DSGE: in inferSrcType() 648 case TGSI_OPCODE_DSGE: in inferDstType() 704 case TGSI_OPCODE_DSGE: in getSetCond() 3979 case TGSI_OPCODE_DSGE: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 603 [nir_op_fge32] = { TGSI_OPCODE_FSGE, TGSI_OPCODE_DSGE }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2606 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = dsge_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 935 case TGSI_OPCODE_DSGE: in translate_opcode() 8629 case TGSI_OPCODE_DSGE: in check_double_dst_writemask() 9287 case TGSI_OPCODE_DSGE: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5147 case TGSI_OPCODE_DSGE: in iter_instruction() 5148 if (inst->Instruction.Opcode == TGSI_OPCODE_DSGE) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12075 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest}, 12301 [TGSI_OPCODE_DSGE] = { ALU_OP2_SETGE_64, tgsi_op2_64_single_dest},
|