Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h394 TGSI_OPCODE_SIN = 48, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c134 case TGSI_OPCODE_SIN: in tgsi_util_get_src_usage_mask()
H A Dtgsi_exec.c5085 case TGSI_OPCODE_SIN: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c116 [TGSI_OPCODE_SIN] = {false, false, 0, 1, 1},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c641 case TGSI_OPCODE_SIN: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1184 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
1862 /* TGSI_OPCODE_SIN (CPU Only) */
2578 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1829 [TGSI_OPCODE_SIN] = nir_op_fsin,
2027 case TGSI_OPCODE_SIN: in ttn_emit_instruction()
H A Dnir_to_tgsi.c1583 ntt_emit_scalar(c, TGSI_OPCODE_SIN, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c659 case TGSI_OPCODE_SIN: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c701 case TGSI_OPCODE_SIN: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp287 case TGSI_OPCODE_SIN: in srcMask()
3294 case TGSI_OPCODE_SIN: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2883 case TGSI_OPCODE_SIN: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c7971 * Emit code for TGSI_OPCODE_SIN and TGSI_OPCODE_COS instructions.
7989 if(inst->Instruction.Opcode == TGSI_OPCODE_SIN) in emit_sincos()
11039 case TGSI_OPCODE_SIN: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11833 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
12031 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
12258 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},

Completed in 65 milliseconds