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

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c130 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h391 TGSI_OPCODE_SIN = 48, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c70 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c191 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h393 TGSI_OPCODE_SIN = 48, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c776 bld_base->op_actions[TGSI_OPCODE_SIN].emit = build_tgsi_intrinsic_nomem;
777 bld_base->op_actions[TGSI_OPCODE_SIN].intr_name = "llvm.sin.f32";
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c640 case TGSI_OPCODE_SIN:
H A Dlp_bld_tgsi_action.c1184 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args;
1862 /* TGSI_OPCODE_SIN (CPU Only) */
2450 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c492 return TGSI_OPCODE_SIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c111 [ TGSI_OPCODE_SIN ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c822 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c116 [TGSI_OPCODE_SIN] = {false, false, 0, 1, 1},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c640 case TGSI_OPCODE_SIN:
H A Dlp_bld_tgsi_action.c1184 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args;
1862 /* TGSI_OPCODE_SIN (CPU Only) */
2578 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1559 [TGSI_OPCODE_SIN] = nir_op_fsin,
1733 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1825 [TGSI_OPCODE_SIN] = nir_op_fsin,
2023 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c658 case TGSI_OPCODE_SIN:
H A Dnvfx_fragprog.c701 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c659 case TGSI_OPCODE_SIN:
H A Dnvfx_fragprog.c701 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1571 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1615 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4620 * Emit code for TGSI_OPCODE_SIN and TGSI_OPCODE_COS instructions.
4638 if(inst->Instruction.Opcode == TGSI_OPCODE_SIN)
5932 case TGSI_OPCODE_SIN:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp289 case TGSI_OPCODE_SIN:
3267 case TGSI_OPCODE_SIN:

Completed in 85 milliseconds

12