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/
Dp_shader_tokens.h411 TGSI_OPCODE_SSG = 65 /* SGN */, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c85 case TGSI_OPCODE_SSG: return RC_OPCODE_SSG; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c120 [TGSI_OPCODE_SSG] = {false, false, 0, 1, 1},
Di915_fpc_translate.c796 case TGSI_OPCODE_SSG: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c709 case TGSI_OPCODE_SSG: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2583 bld_base->op_actions[TGSI_OPCODE_SSG].emit = ssg_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/svga/
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()
Dsvga_tgsi_vgpu10.c11047 case TGSI_OPCODE_SSG: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c713 case TGSI_OPCODE_SSG: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c671 case TGSI_OPCODE_SSG: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1845 [TGSI_OPCODE_SSG] = nir_op_fsign,
Dnir_to_tgsi.c1404 [nir_op_fsign] = { TGSI_OPCODE_SSG }, in ntt_emit_alu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3377 case TGSI_OPCODE_SSG: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
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/gallium/auxiliary/tgsi/
Dtgsi_exec.c5259 case TGSI_OPCODE_SSG: in exec_instruction()