Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c179 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_type()
309 case TGSI_OPCODE_DSGE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c233 case TGSI_OPCODE_DSGE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6085 case TGSI_OPCODE_DSGE: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c246 { 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/
Dp_shader_tokens.h568 TGSI_OPCODE_DSGE = 204 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h550 #define TGSI_OPCODE_DSGE 204 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp366 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/
Dnir_to_tgsi.c603 [nir_op_fge32] = { TGSI_OPCODE_FSGE, TGSI_OPCODE_DSGE }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2606 bld_base->op_actions[TGSI_OPCODE_DSGE].emit = dsge_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c935 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/
Dvrend_shader.c5147 case TGSI_OPCODE_DSGE: in iter_instruction()
5148 if (inst->Instruction.Opcode == TGSI_OPCODE_DSGE) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12075 [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},