Home
last modified time | relevance | path

Searched refs:assembled (Results 1 – 25 of 203) sorted by relevance

123456789

/third_party/skia/src/images/
DSkWebpEncoder.cpp140 WebPData assembled; in Encode() local
141 if (WEBP_MUX_OK != WebPMuxAssemble(mux, &assembled)) { in Encode()
145 stream->write(assembled.bytes, assembled.size); in Encode()
146 WebPDataClear(&assembled); in Encode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcompact_ids_test.cpp155 auto assembled = tools.Assemble( in TEST() local
157 EXPECT_TRUE(assembled); in TEST()
199 auto assembled = tools.Assemble( in TEST() local
201 EXPECT_TRUE(assembled); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcompact_ids_test.cpp155 auto assembled = tools.Assemble( in TEST() local
157 EXPECT_TRUE(assembled); in TEST()
199 auto assembled = tools.Assemble( in TEST() local
201 EXPECT_TRUE(assembled); in TEST()
/third_party/spirv-tools/test/opt/
Dcompact_ids_test.cpp155 auto assembled = tools.Assemble( in TEST() local
157 EXPECT_TRUE(assembled); in TEST()
199 auto assembled = tools.Assemble( in TEST() local
201 EXPECT_TRUE(assembled); in TEST()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djfdctint-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctfst-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctflt-3dn.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctflt-3dn.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctflt-sse.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctflt-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctfst-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctint-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctint-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctint-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctfst-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctfst-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctint-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctflt-sse.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctint-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djfdctflt-sse.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctint-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctfst-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djfdctint-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
12 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctint-sse2.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible
Djidctflt-sse2.asm12 ; This file should be assembled with NASM (Netwide Assembler),
13 ; can *not* be assembled with Microsoft's MASM or any compatible

123456789