Searched refs:TGSI_OPCODE_CMP (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 213 case TGSI_OPCODE_CMP: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 106 { 1, 3, 0, 0, 0, 0, COMP, "CMP", TGSI_OPCODE_CMP },
|
D | tgsi_exec.c | 3809 case TGSI_OPCODE_CMP: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 323 #define TGSI_OPCODE_CMP 66 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 99 case TGSI_OPCODE_CMP: return RC_OPCODE_CMP; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 477 TGSI_OPCODE_CMP, in lit_emit() 1571 bld_base->op_actions[TGSI_OPCODE_CMP].emit = cmp_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 807 case TGSI_OPCODE_CMP: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1118 bld_base->op_actions[TGSI_OPCODE_CMP].emit = build_tgsi_intrinsic_nomem; in radeon_llvm_context_init() 1119 bld_base->op_actions[TGSI_OPCODE_CMP].intr_name = "llvm.AMDGPU.cndlt"; in radeon_llvm_context_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 547 return TGSI_OPCODE_CMP; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1750 emit(ir, TGSI_OPCODE_CMP, result_dst, in visit() 2277 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, l_src, r); in visit() 2279 emit(ir, TGSI_OPCODE_CMP, l, condition_temp, r, l_src); in visit() 3066 if (inst->op == TGSI_OPCODE_CMP in simplify_cmp()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 412 newInst.Instruction.Opcode = TGSI_OPCODE_CMP; in aa_transform_inst()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 531 case TGSI_OPCODE_CMP: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2567 case TGSI_OPCODE_CMP: in svga_emit_instruction() 3137 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_zero()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 565 case TGSI_OPCODE_CMP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 542 case TGSI_OPCODE_CMP: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5309 {TGSI_OPCODE_CMP, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_cmp}, 5483 {TGSI_OPCODE_CMP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_cmp}, 5657 {TGSI_OPCODE_CMP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_cmp},
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1962 case TGSI_OPCODE_CMP: in handleInstruction()
|