Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c178 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type()
308 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_src_type()
Dtgsi_util.c230 case TGSI_OPCODE_DSEQ: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6089 case TGSI_OPCODE_DSEQ: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c247 { 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/
Dp_shader_tokens.h569 TGSI_OPCODE_DSEQ = 205 /* SM5 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h551 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp367 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/
Dnir_to_tgsi.c604 [nir_op_feq32] = { TGSI_OPCODE_FSEQ, TGSI_OPCODE_DSEQ }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2605 bld_base->op_actions[TGSI_OPCODE_DSEQ].emit = dseq_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c933 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/
Dvrend_shader.c5115 case TGSI_OPCODE_DSEQ: in iter_instruction()
5116 if (inst->Instruction.Opcode == TGSI_OPCODE_DSEQ) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12076 [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},