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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c204 case TGSI_OPCODE_SIN:
H A Dtgsi_info.c88 { 1, 1, 0, 0, 0, 0, 0, REPL, "SIN", TGSI_OPCODE_SIN },
H A Dtgsi_lowering.c365 new_inst.Instruction.Opcode = TGSI_OPCODE_SIN;
H A Dtgsi_exec.c5313 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c74 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h379 #define TGSI_OPCODE_SIN 48 macro
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_compiler.c929 case TGSI_OPCODE_SIN:
1084 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.c63 [TGSI_OPCODE_SIN] = { TOY_OPCODE_SIN, 1, 1 },
171 case TGSI_OPCODE_SIN:
797 [TGSI_OPCODE_SIN] = aos_simple,
991 case TGSI_OPCODE_SIN:
1338 [TGSI_OPCODE_SIN] = soa_scalar_replicate,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c859 bld_base->op_actions[TGSI_OPCODE_SIN].emit = build_tgsi_intrinsic_nomem;
860 bld_base->op_actions[TGSI_OPCODE_SIN].intr_name = "llvm.sin.f32";
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c760 TGSI_OPCODE_SIN, emit_data->args[0]);
1328 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args;
2007 /* TGSI_OPCODE_SIN (CPU Only) */
2595 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu;
H A Dlp_bld_tgsi_aos.c703 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c113 [ TGSI_OPCODE_SIN ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c913 case TGSI_OPCODE_SIN:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c481 return TGSI_OPCODE_SIN;
H A Dst_glsl_to_tgsi.cpp1635 emit_scalar(ir, TGSI_OPCODE_SIN, result_dst, op[0]);
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1560 [TGSI_OPCODE_SIN] = nir_op_fsin,
1744 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c660 case TGSI_OPCODE_SIN:
H A Dnvfx_fragprog.c722 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1559 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp273 case TGSI_OPCODE_SIN:
3098 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4490 * Emit code for TGSI_OPCODE_SIN and TGSI_OPCODE_COS instructions.
4508 if(inst->Instruction.Opcode == TGSI_OPCODE_SIN)
5769 case TGSI_OPCODE_SIN:
H A Dsvga_tgsi_insn.c2934 case TGSI_OPCODE_SIN:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c9109 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
9307 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
9530 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},

Completed in 164 milliseconds