| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 130 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 391 TGSI_OPCODE_SIN = 48, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 70 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 191 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 393 TGSI_OPCODE_SIN = 48, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 72 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 776 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 D | lp_bld_tgsi_aos.c | 640 case TGSI_OPCODE_SIN:
|
| H A D | lp_bld_tgsi_action.c | 1184 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 D | st_mesa_to_tgsi.c | 492 return TGSI_OPCODE_SIN;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 111 [ TGSI_OPCODE_SIN ] = { false, false, 0, 1, 1 },
|
| H A D | i915_fpc_translate.c | 822 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 116 [TGSI_OPCODE_SIN] = {false, false, 0, 1, 1},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 640 case TGSI_OPCODE_SIN:
|
| H A D | lp_bld_tgsi_action.c | 1184 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 D | tgsi_to_nir.c | 1559 [TGSI_OPCODE_SIN] = nir_op_fsin, 1733 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1825 [TGSI_OPCODE_SIN] = nir_op_fsin, 2023 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 658 case TGSI_OPCODE_SIN:
|
| H A D | nvfx_fragprog.c | 701 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 659 case TGSI_OPCODE_SIN:
|
| H A D | nvfx_fragprog.c | 701 case TGSI_OPCODE_SIN:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler.c | 1571 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_tgsi.c | 1615 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 4620 * 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 D | nv50_ir_from_tgsi.cpp | 289 case TGSI_OPCODE_SIN: 3267 case TGSI_OPCODE_SIN:
|