Searched refs:TGSI_OPCODE_DSEQ (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 179 case TGSI_OPCODE_DSEQ: in tgsi_opcode_infer_type() 292 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 | 5868 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 }, 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/ |
D | p_shader_tokens.h | 553 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 559 #define TGSI_OPCODE_DSEQ 205 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 214 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/ |
D | nv50_ir_from_tgsi.cpp | 369 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/ |
D | lp_bld_tgsi_action.c | 2477 bld_base->op_actions[TGSI_OPCODE_DSEQ].emit = dseq_emit_cpu; in lp_set_default_actions_cpu()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3657 case TGSI_OPCODE_DSEQ: in iter_instruction() 3658 if (inst->Instruction.Opcode == TGSI_OPCODE_DSEQ) in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10653 [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},
|