Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c179 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type()
292 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.c5868 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 },
379 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type()
456 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_src_type()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h553 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h559 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c214 case TGSI_OPCODE_DSEQ: pred = LLVMRealOEQ; break; in emit_dcmp()
739 bld_base->op_actions[TGSI_OPCODE_DSEQ].emit = emit_dcmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp369 case TGSI_OPCODE_DSEQ: in srcMask()
650 case TGSI_OPCODE_DSEQ: in inferSrcType()
707 case TGSI_OPCODE_DSEQ: in inferDstType()
773 case TGSI_OPCODE_DSEQ: in getSetCond()
4050 case TGSI_OPCODE_DSEQ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2477 bld_base->op_actions[TGSI_OPCODE_DSEQ].emit = dseq_emit_cpu; in lp_set_default_actions_cpu()
/external/virglrenderer/src/
Dvrend_shader.c3657 case TGSI_OPCODE_DSEQ: in iter_instruction()
3658 if (inst->Instruction.Opcode == TGSI_OPCODE_DSEQ) in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10653 [TGSI_OPCODE_DSEQ] = { ALU_OP2_SETE_64, tgsi_op2_64_single_dest},
10875 [TGSI_OPCODE_DSEQ] = { ALU_OP2_SETE_64, tgsi_op2_64_single_dest},