Searched refs:TGSI_OPCODE_DSLT (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 180 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_type() 310 case TGSI_OPCODE_DSLT: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 232 case TGSI_OPCODE_DSLT: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6081 case TGSI_OPCODE_DSLT: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 245 { 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/ |
D | p_shader_tokens.h | 567 TGSI_OPCODE_DSLT = 203 /* SM5 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 549 #define TGSI_OPCODE_DSLT 203 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 365 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/ |
D | nir_to_tgsi.c | 602 [nir_op_flt32] = { TGSI_OPCODE_FSLT, TGSI_OPCODE_DSLT }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2607 bld_base->op_actions[TGSI_OPCODE_DSLT].emit = dslt_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 937 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/ |
D | vrend_shader.c | 5126 case TGSI_OPCODE_DSLT: in iter_instruction() 5127 if (inst->Instruction.Opcode == TGSI_OPCODE_DSLT) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12074 [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},
|