Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c180 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_type()
310 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_src_type()
Dtgsi_util.c232 case TGSI_OPCODE_DSLT: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6081 case TGSI_OPCODE_DSLT: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c245 { 1, 2, 0, 0, 0, 0, COMP, "DSLT", TGSI_OPCODE_DSLT },
413 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_type()
525 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h567 TGSI_OPCODE_DSLT = 203 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h549 #define TGSI_OPCODE_DSLT 203 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp365 case TGSI_OPCODE_DSLT: in srcMask()
588 case TGSI_OPCODE_DSLT: in inferSrcType()
649 case TGSI_OPCODE_DSLT: in inferDstType()
694 case TGSI_OPCODE_DSLT: in getSetCond()
3978 case TGSI_OPCODE_DSLT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c602 [nir_op_flt32] = { TGSI_OPCODE_FSLT, TGSI_OPCODE_DSLT }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2607 bld_base->op_actions[TGSI_OPCODE_DSLT].emit = dslt_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c937 case TGSI_OPCODE_DSLT: in translate_opcode()
8631 case TGSI_OPCODE_DSLT: in check_double_dst_writemask()
9288 case TGSI_OPCODE_DSLT: in emit_vgpu10_instruction()
/external/virglrenderer/src/
Dvrend_shader.c5126 case TGSI_OPCODE_DSLT: in iter_instruction()
5127 if (inst->Instruction.Opcode == TGSI_OPCODE_DSLT) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12074 [TGSI_OPCODE_DSLT] = { ALU_OP2_SETGT_64, tgsi_op2_64_single_dest_s},
12300 [TGSI_OPCODE_DSLT] = { ALU_OP2_SETGT_64, tgsi_op2_64_single_dest_s},