Searched refs:TGSI_OPCODE_DSNE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 181 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type() 311 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 231 case TGSI_OPCODE_DSNE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6093 case TGSI_OPCODE_DSNE: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 248 { 1, 2, 0, 0, 0, 0, COMP, "DSNE", TGSI_OPCODE_DSNE }, 414 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_type() 526 case TGSI_OPCODE_DSNE: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 570 TGSI_OPCODE_DSNE = 206 /* SM5 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 552 #define TGSI_OPCODE_DSNE 206 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 368 case TGSI_OPCODE_DSNE: in srcMask() 591 case TGSI_OPCODE_DSNE: in inferSrcType() 650 case TGSI_OPCODE_DSNE: in inferDstType() 718 case TGSI_OPCODE_DSNE: in getSetCond() 3981 case TGSI_OPCODE_DSNE: { in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 605 [nir_op_fneu32] = { TGSI_OPCODE_FSNE, TGSI_OPCODE_DSNE }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2608 bld_base->op_actions[TGSI_OPCODE_DSNE].emit = dsne_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 939 case TGSI_OPCODE_DSNE: in translate_opcode() 8630 case TGSI_OPCODE_DSNE: in check_double_dst_writemask() 9290 case TGSI_OPCODE_DSNE: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5136 case TGSI_OPCODE_DSNE: in iter_instruction() 5137 if (inst->Instruction.Opcode == TGSI_OPCODE_DSNE) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12077 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest}, 12303 [TGSI_OPCODE_DSNE] = { ALU_OP2_SETNE_64, tgsi_op2_64_single_dest},
|