Searched refs:TGSI_OPCODE_DSEQ (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 178 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type() 308 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 230 case TGSI_OPCODE_DSEQ: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6089 case TGSI_OPCODE_DSEQ: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 247 { 1, 2, 0, 0, 0, 0, COMP, "DSEQ", TGSI_OPCODE_DSEQ }, 411 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type() 523 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 569 TGSI_OPCODE_DSEQ = 205 /* SM5 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 551 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 367 case TGSI_OPCODE_DSEQ: in srcMask() 590 case TGSI_OPCODE_DSEQ: in inferSrcType() 647 case TGSI_OPCODE_DSEQ: in inferDstType() 713 case TGSI_OPCODE_DSEQ: in getSetCond() 3980 case TGSI_OPCODE_DSEQ: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 604 [nir_op_feq32] = { TGSI_OPCODE_FSEQ, TGSI_OPCODE_DSEQ }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2605 bld_base->op_actions[TGSI_OPCODE_DSEQ].emit = dseq_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 933 case TGSI_OPCODE_DSEQ: in translate_opcode() 8628 case TGSI_OPCODE_DSEQ: in check_double_dst_writemask() 9289 case TGSI_OPCODE_DSEQ: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5115 case TGSI_OPCODE_DSEQ: in iter_instruction() 5116 if (inst->Instruction.Opcode == TGSI_OPCODE_DSEQ) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12076 [TGSI_OPCODE_DSEQ] = { ALU_OP2_SETE_64, tgsi_op2_64_single_dest}, 12302 [TGSI_OPCODE_DSEQ] = { ALU_OP2_SETE_64, tgsi_op2_64_single_dest},
|