Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SSG (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h411 TGSI_OPCODE_SSG = 65 /* SGN */, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c85 case TGSI_OPCODE_SSG: return RC_OPCODE_SSG; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c120 [TGSI_OPCODE_SSG] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c796 case TGSI_OPCODE_SSG: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c709 case TGSI_OPCODE_SSG: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1904 /* TGSI_OPCODE_SSG (CPU Only) */
2583 bld_base->op_actions[TGSI_OPCODE_SSG].emit = ssg_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c671 case TGSI_OPCODE_SSG: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c713 case TGSI_OPCODE_SSG: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2984 case TGSI_OPCODE_SSG: in svga_emit_instruction()
3548 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c8113 * Emit code for TGSI_OPCODE_SSG (Set Sign) instruction.
11047 case TGSI_OPCODE_SSG: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1845 [TGSI_OPCODE_SSG] = nir_op_fsign,
H A Dnir_to_tgsi.c1404 [nir_op_fsign] = { TGSI_OPCODE_SSG }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11850 [TGSI_OPCODE_SSG] = { ALU_OP0_NOP, tgsi_ssg},
12048 [TGSI_OPCODE_SSG] = { ALU_OP0_NOP, tgsi_ssg},
12275 [TGSI_OPCODE_SSG] = { ALU_OP0_NOP, tgsi_ssg},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3377 case TGSI_OPCODE_SSG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c5259 case TGSI_OPCODE_SSG: in exec_instruction()

Completed in 72 milliseconds