Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_CMP (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c151 inst.Instruction.Opcode = TGSI_OPCODE_CMP; in emit_prolog()
H A Dtgsi_lowering.c503 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 Dtgsi_exec.c5263 case TGSI_OPCODE_CMP: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h412 TGSI_OPCODE_CMP = 66, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c86 case TGSI_OPCODE_CMP: return RC_OPCODE_CMP; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c86 [TGSI_OPCODE_CMP] = {false, false, 0, 1, 2},
H A Di915_fpc_translate.c493 case TGSI_OPCODE_CMP: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c293 tgsi_transform_op3_swz_inst(ctx, TGSI_OPCODE_CMP, in aa_transform_prolog()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c715 case TGSI_OPCODE_CMP: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c420 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 Dtgsi_to_nir.c1846 [TGSI_OPCODE_CMP] = 0,
2079 case TGSI_OPCODE_CMP: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c565 case TGSI_OPCODE_CMP: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c545 case TGSI_OPCODE_CMP: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2871 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 Dsvga_tgsi_vgpu10.c7048 * Emit code for TGSI_OPCODE_CMP instruction.
10999 case TGSI_OPCODE_CMP: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11851 [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 Dnv50_ir_from_tgsi.cpp3393 case TGSI_OPCODE_CMP: in handleInstruction()

Completed in 63 milliseconds