Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SNE (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h396 TGSI_OPCODE_SNE = 50, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c74 case TGSI_OPCODE_SNE: return RC_OPCODE_SNE; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c119 [TGSI_OPCODE_SNE] = {false, false, 0, 1, 2},
H A Di915_fpc_translate.c762 case TGSI_OPCODE_SNE: { in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c654 case TGSI_OPCODE_SNE: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1893 /* TGSI_OPCODE_SNE (CPU Only) */
2582 bld_base->op_actions[TGSI_OPCODE_SNE].emit = sne_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c668 case TGSI_OPCODE_SNE: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c710 case TGSI_OPCODE_SNE: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2899 case TGSI_OPCODE_SNE: in svga_emit_instruction()
3587 emit->info.opcode_count[TGSI_OPCODE_SNE] >= 1 || in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c8080 * Emit code for TGSI_OPCODE_SNE (Set Not Equal) instruction.
11045 case TGSI_OPCODE_SNE: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp716 case TGSI_OPCODE_SNE: in getSetCond()
3423 case TGSI_OPCODE_SNE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1830 [TGSI_OPCODE_SNE] = nir_op_sne,
H A Dnir_to_tgsi.c1387 [nir_op_sne] = { TGSI_OPCODE_SNE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11835 [TGSI_OPCODE_SNE] = { ALU_OP2_SETNE, tgsi_op2},
12033 [TGSI_OPCODE_SNE] = { ALU_OP2_SETNE, tgsi_op2},
12260 [TGSI_OPCODE_SNE] = { ALU_OP2_SETNE, tgsi_op2},
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1989 case NINED3DSHADER_REL_OP_NE: return TGSI_OPCODE_SNE; in sm1_insn_flags_to_tgsi_setop()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c5093 case TGSI_OPCODE_SNE: in exec_instruction()

Completed in 68 milliseconds