Searched refs:TGSI_OPCODE_CMP (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_two_side.c | 151 inst.Instruction.Opcode = TGSI_OPCODE_CMP; in emit_prolog()
|
H A D | tgsi_lowering.c | 503 new_inst.Instruction.Opcode = TGSI_OPCODE_CMP; in transform_lit() 1003 new_inst.Instruction.Opcode = TGSI_OPCODE_CMP; in transform_trunc() 1218 new_inst.Instruction.Opcode = TGSI_OPCODE_CMP; in emit_twoside()
|
H A D | tgsi_exec.c | 5263 case TGSI_OPCODE_CMP: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 412 TGSI_OPCODE_CMP = 66, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 86 case TGSI_OPCODE_CMP: return RC_OPCODE_CMP; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 86 [TGSI_OPCODE_CMP] = {false, false, 0, 1, 2},
|
H A D | i915_fpc_translate.c | 493 case TGSI_OPCODE_CMP: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_aapoint.c | 293 tgsi_transform_op3_swz_inst(ctx, TGSI_OPCODE_CMP, in aa_transform_prolog()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 715 case TGSI_OPCODE_CMP: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 420 TGSI_OPCODE_CMP, in lit_emit() 1313 /* TGSI_OPCODE_CMP (CPU Only) */ 2541 bld_base->op_actions[TGSI_OPCODE_CMP].emit = cmp_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1846 [TGSI_OPCODE_CMP] = 0, 2079 case TGSI_OPCODE_CMP: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 565 case TGSI_OPCODE_CMP: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 545 case TGSI_OPCODE_CMP: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2871 case TGSI_OPCODE_CMP: in svga_emit_instruction() 3571 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_common_immediate()
|
H A D | svga_tgsi_vgpu10.c | 7048 * Emit code for TGSI_OPCODE_CMP instruction. 10999 case TGSI_OPCODE_CMP: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11851 [TGSI_OPCODE_CMP] = { ALU_OP0_NOP, tgsi_cmp}, 12049 [TGSI_OPCODE_CMP] = { ALU_OP0_NOP, tgsi_cmp}, 12276 [TGSI_OPCODE_CMP] = { ALU_OP0_NOP, tgsi_cmp},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3393 case TGSI_OPCODE_CMP: in handleInstruction()
|
Completed in 63 milliseconds