Searched refs:TGSI_OPCODE_SSG (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 411 TGSI_OPCODE_SSG = 65 /* SGN */, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 85 case TGSI_OPCODE_SSG: return RC_OPCODE_SSG; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 120 [TGSI_OPCODE_SSG] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 796 case TGSI_OPCODE_SSG: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 709 case TGSI_OPCODE_SSG: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2583 bld_base->op_actions[TGSI_OPCODE_SSG].emit = ssg_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2984 case TGSI_OPCODE_SSG: in svga_emit_instruction() 3548 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 11047 case TGSI_OPCODE_SSG: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 713 case TGSI_OPCODE_SSG: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 671 case TGSI_OPCODE_SSG: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1845 [TGSI_OPCODE_SSG] = nir_op_fsign,
|
D | nir_to_tgsi.c | 1404 [nir_op_fsign] = { TGSI_OPCODE_SSG }, in ntt_emit_alu()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3377 case TGSI_OPCODE_SSG: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11850 [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/ |
D | tgsi_exec.c | 5259 case TGSI_OPCODE_SSG: in exec_instruction()
|