/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | FFMpegExtractor.cpp | 209 SwrContext *swr = swr_alloc(); in decode() local 210 av_opt_set_int(swr, "in_channel_count", stream->codecpar->channels, 0); in decode() 211 av_opt_set_int(swr, "out_channel_count", targetProperties.channelCount, 0); in decode() 212 av_opt_set_int(swr, "in_channel_layout", stream->codecpar->channel_layout, 0); in decode() 213 av_opt_set_int(swr, "out_channel_layout", outChannelLayout, 0); in decode() 214 av_opt_set_int(swr, "in_sample_rate", stream->codecpar->sample_rate, 0); in decode() 215 av_opt_set_int(swr, "out_sample_rate", targetProperties.sampleRate, 0); in decode() 216 av_opt_set_int(swr, "in_sample_fmt", stream->codecpar->format, 0); in decode() 217 av_opt_set_sample_fmt(swr, "out_sample_fmt", AV_SAMPLE_FMT_FLT, 0); in decode() 218 av_opt_set_int(swr, "force_resampling", 1, 0); in decode() [all …]
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | output_msa.h | 750 "swr %[tmp0], 0(%[dst_ptr0])\n" 752 "swr %[tmp1], 4(%[dst_ptr0])\n" 754 "swr %[tmp2], 0(%[dst_ptr1])\n" 756 "swr %[tmp3], 4(%[dst_ptr1])\n" 762 "swr %[tmp0], 0(%[dst_ptr2])\n" 764 "swr %[tmp1], 4(%[dst_ptr2])\n" 766 "swr %[tmp2], 0(%[dst_ptr3])\n" 768 "swr %[tmp3], 4(%[dst_ptr3])\n" 846 "swr %[tmp0], 0(%[dst_ptr0])\n" 848 "swr %[tmp1], 0(%[dst_ptr1])\n" [all …]
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | rotate_mips.cc | 88 "swr $s0, 0(%[dst]) \n" in TransposeWx8_MIPS_DSPR2() 92 "swr $s1, 4(%[dst]) \n" in TransposeWx8_MIPS_DSPR2() 276 "swr $s4, 0(%[dst]) \n" in TransposeWx8_Fast_MIPS_DSPR2() 278 "swr $t0, 4(%[dst]) \n" in TransposeWx8_Fast_MIPS_DSPR2() 280 "swr $s6, 0($s0) \n" in TransposeWx8_Fast_MIPS_DSPR2() 282 "swr $t8, 4($s0) \n" in TransposeWx8_Fast_MIPS_DSPR2() 284 "swr $s5, 0($s1) \n" in TransposeWx8_Fast_MIPS_DSPR2() 286 "swr $t1, 4($s1) \n" in TransposeWx8_Fast_MIPS_DSPR2() 288 "swr $s7, 0($s2) \n" in TransposeWx8_Fast_MIPS_DSPR2() 290 "swr $t9, 4($s2) \n" in TransposeWx8_Fast_MIPS_DSPR2() [all …]
|
H A D | row_mips.cc | 42 "swr $t8, 0(%[dst]) \n" in CopyRow_MIPS() 201 "swr $v1, 0(%[dst]) \n" in CopyRow_MIPS() 544 "swr $t4, 0(%[dst_u]) \n" in MirrorUVRow_MIPS_DSPR2() 546 "swr $t6, 0(%[dst_v]) \n" in MirrorUVRow_MIPS_DSPR2() 548 "swr $t2, 4(%[dst_u]) \n" in MirrorUVRow_MIPS_DSPR2() 550 "swr $t3, 4(%[dst_v]) \n" in MirrorUVRow_MIPS_DSPR2() 552 "swr $t0, 8(%[dst_u]) \n" in MirrorUVRow_MIPS_DSPR2() 554 "swr $t1, 8(%[dst_v]) \n" in MirrorUVRow_MIPS_DSPR2() 556 "swr $t9, 12(%[dst_u]) \n" in MirrorUVRow_MIPS_DSPR2() 558 "swr $t5, 12(%[dst_v]) \n" in MirrorUVRow_MIPS_DSPR2()
|
/aosp_15_r20/external/llvm/test/CodeGen/Mips/ |
H A D | load-store-left-right.ll | 55 ; MIPS32-EL: swr $[[R0]], 0($[[R1]]) 58 ; MIPS32-EB: swr $[[R0]], 3($[[R1]]) 64 ; MIPS64-EL: swr $[[R0]], 0($[[R1]]) 67 ; MIPS64-EB: swr $[[R0]], 3($[[R1]]) 178 ; MIPS32-EL-DAG: swr $[[A1]], 0($[[R1]]) 180 ; MIPS32-EL-DAG: swr $[[A2]], 4($[[R1]]) 183 ; MIPS32-EB-DAG: swr $[[A1]], 3($[[R1]]) 185 ; MIPS32-EB-DAG: swr $[[A1]], 7($[[R1]]) 209 ; MIPS32-EL: swr $[[R0]], 0($[[R1]]) 212 ; MIPS32-EB: swr $[[R0]], 3($[[R1]]) [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 17.1.6.rst | 87 - swr: don't forget to link AVX/AVX2 against pthreads 91 - cherry-ignore: add "swr/rast: non-regex knob fallback code for gcc < 93 - cherry-ignore: add "swr: fix transform feedback logic" 101 - travis: lower SWR requirement to GCC 4.8, aka std=c++11 103 - swr: remove unneeded fallback strcasecmp define 178 - swr/rast: quit using linux-specific gettid() 179 - swr/rast: fix scons gen_knobs.h dependency
|
H A D | 19.1.0.rst | 343 - swr/rast: update SWR rasterizer shader stats 344 - gallium/swr: Param defaults for unhandled PIPE_CAPs 346 - swr/rast: Convert system memory pointers to gfxptr_t 347 - swr/rast: Disable use of \__forceinline by default 348 - swr/rast: Correctly align 64-byte spills/fills 349 - swr/rast: Flip BitScanReverse index calculation 350 - swr/rast: Move knob defaults to generated cpp file 351 - swr/rast: FP consistency between POSH/RENDER pipes 352 - swr/rast: Refactor scratch space variable names 353 - swr/rast: convert DWORD->uint32_t, QWORD->uint64_t [all …]
|
H A D | 20.0.0.rst | 886 - gallium/swr: Enable support bptc format. 888 llvmpipe, softpipe, swr 1545 - gallium/swr: Fix depth values for blit scenario 1546 - swr/rasterizer: Add tessellator implementation to the rasterizer 1547 - gallium/swr: Fix Windows build 1550 - gallium/swr: implementation of tessellation shaders compilation 1551 - gallium/swr: fix tessellation state save/restore 1552 - docs: Update SWR tessellation support 2058 - gallium/swr: Fix GS invocation issues - Fixed proper setting 2060 - gallium/swr: Enable some ARB_gpu_shader5 extensions Enable / add to [all …]
|
H A D | 17.3.7.rst | 38 - swr fails to build since llvm-svn r321257 152 - swr/rast: blend_epi32() should return Integer, not Float 255 - swr/rast: fix MemoryBuffer build break for llvm-6 271 - swr/rast: Fix macOS macro.
|
H A D | 13.0.6.rst | 34 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr 89 - swr: Prune empty nodes in CalculateProcessorTopology. 128 - swr: Align query results allocation
|
H A D | 18.2.4.rst | 32 - swr fail to build with llvm-libs 6.0.1 50 - swr/rast: ignore CreateElementUnorderedAtomicMemCpy 51 - swr/rast: fix intrinsic/function for LLVM 7 compatibility
|
H A D | 12.0.5.rst | 107 - swr: [rasterizer jitter] cleanup supporting different llvm versions 108 - swr: [rasterizer jitter] fix llvm-3.7 compile 109 - swr: [rasterizer] add support for llvm-3.9
|
H A D | 17.1.7.rst | 49 - cherry-ignore: add "swr: use the correct variable for no undefined 52 - cherry-ignore: add "configure: remove trailing "-a" in swr 121 - swr/rast: Fix invalid casting for calls to Interlocked\* functions
|
H A D | 20.1.0.rst | 1334 - gallivm/swr: add stream_id to geom epilogue emit 1354 - gallivm/tgsi/swr: add mask vec to the tcs store 2318 - gallium/swr: Fix various asserts and security issues 2319 - gallium/swr: fix corruptions in Unigine Heaven 2320 - gallium/swr: use ElementCount type arguments for getSplat() 2324 - gallium/swr: Fix LLVM 11 compilation issues 2325 - gallium/swr: Fix crashes and failures in vertex fetch 2772 - gallium/swr: fix gcc warnings 2773 - gallium/swr: Fix gcc 4.8.5 compile error 2774 - gallium/swr: Fix llvm11 compilation issues [all …]
|
H A D | 17.1.5.rst | 78 - swr: Limit memory held by defer deleted resources. 152 - swr/rast: \_mm*_undefined_\* implementations for gcc<4.9 153 - swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
|
H A D | 18.3.3.rst | 66 - gallium/swr: Fix multi-context sync fence deadlock. 87 - meson: fix swr KNL build 88 - meson: Fix compiler checks for SWR with ICC
|
H A D | 17.1.0.rst | 42 - Geometry shaders enabled on swr 61 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr 223 - The swr driver now requires LLVM >= 3.9.0 and a C++14 capable
|
H A D | 19.0.0.rst | 278 - swr/rast: Use gfxptr_t value in JitGatherVertices 279 - swr/rast: Add annotator to interleave isa text 280 - swr/rast: partial support for Tiled Resources 281 - swr/rast: Unaligned and translations in gathers 282 - swr/rast: Scope MEM_CLIENT enum for mem usages 283 - swr/rast: New execution engine per JIT 284 - swr/rast: Store cached files in multiple subdirs 285 - swr/rast: bypass size limit for non-sampled textures 411 - gallium/swr: Fix multi-context sync fence deadlock. 538 - meson: fix swr KNL build [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | pimv2_sm-v.out | 20 joined source #1: 1.1.1.1(SWR) 54 joined source #1: 1.1.1.1(SWR) 90 joined source #1: 1.1.1.1(SWR) 124 joined source #1: 1.1.1.1(SWR) 160 joined source #1: 1.1.1.1(SWR) 196 joined source #1: 1.1.1.1(SWR) 230 joined source #1: 1.1.1.1(SWR) 266 joined source #1: 1.1.1.1(SWR) 286 pruned source #1: 1.1.1.1(SWR)
|
H A D | pim-packet-assortment-v.out | 472 joined source #4: 10.0.0.77(SWR) 480 joined source #4: 10.0.0.77(SWR) 488 joined source #4: 10.0.0.77(SWR) 500 joined source #4: 10.0.0.77(SWR) 508 joined source #4: 10.0.0.77(SWR) 516 joined source #4: 10.0.0.77(SWR) 528 joined source #4: 10.0.0.101(SWR) 536 joined source #4: 10.0.0.101(SWR) 544 joined source #4: 10.0.0.101(SWR) 556 joined source #4: 10.0.0.101(SWR) [all …]
|
H A D | pim-packet-assortment-vv.out | 472 joined source #4: 10.0.0.77(SWR) 480 joined source #4: 10.0.0.77(SWR) 488 joined source #4: 10.0.0.77(SWR) 500 joined source #4: 10.0.0.77(SWR) 508 joined source #4: 10.0.0.77(SWR) 516 joined source #4: 10.0.0.77(SWR) 528 joined source #4: 10.0.0.101(SWR) 536 joined source #4: 10.0.0.101(SWR) 544 joined source #4: 10.0.0.101(SWR) 556 joined source #4: 10.0.0.101(SWR) [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | SpreadCollectTest.java | 191 StringWriter swr = new StringWriter(); in testAsCollectorExample() local 194 bindTo(swr); in testAsCollectorExample() 197 assertEquals("BC", swr.toString()); in testAsCollectorExample() 199 assertEquals("BCPQRS", swr.toString()); in testAsCollectorExample() 201 assertEquals("BCPQRSZ", swr.toString()); in testAsCollectorExample()
|
H A D | FoldTest.java | 88 StringWriter swr = new StringWriter(); in testFoldArgumentsExample() local 89 … LOOKUP.findVirtual(StringWriter.class, "write", methodType(void.class, String.class)).bindTo(swr); in testFoldArgumentsExample() 94 assertEquals("jum", swr.toString()); in testFoldArgumentsExample()
|
/aosp_15_r20/external/llvm/test/MC/Mips/ |
H A D | micromips-loadstore-unaligned.s | 15 # CHECK-EL: swr $4, 16($5) # encoding: [0x85,0x60,0x10,0x90] 22 # CHECK-EB: swr $4, 16($5) # encoding: [0x60,0x85,0x90,0x10] 26 swr $4, 16($5)
|
/aosp_15_r20/external/mesa3d/ |
H A D | .mr-label-maker.yml | 74 'swr': 'swr' 200 '^src/gallium/drivers/swr/': ['swr']
|