Searched defs:fragments (Results 1 - 25 of 51) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUboMatrixPaddingTests.cpp150 map<string, string> fragments; local
166 fragments["pre_main"] =
180 fragments["decoration"] =
197 fragments["testfun"] =
245 createTestsForAllStages("mat2x2", defaultColors, defaultColors, fragments, resources, vector<string>(), group);
H A DvktSpvAsmConditionalBranchTests.cpp145 map<string, string> fragments; local
149 fragments["pre_main"] =
162 fragments["decoration"] =
211 fragments["testfun"] = testFun.specialize(specs);
213 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, resources, vector<string>(), group);
H A DvktSpvAsmIndexingTests.cpp310 map<string, string> fragments; local
425 fragments["capability"] = "OpCapability Int16\n";
433 fragments["capability"] = "OpCapability Int64\n";
463 fragments["capability"] += "OpCapability VariablePointersStorageBuffer";
464 fragments["extension"] = "OpExtension \"SPV_KHR_variable_pointers\"\nOpExtension \"SPV_KHR_storage_buffer_storage_class\"";
481 fragments["pre_main"] = preMain.specialize(specs);
482 fragments["decoration"] = decoration.specialize(specs);
483 fragments["testfun"] = testFun.specialize(specs);
486 testName.c_str(), defaultColors, defaultColors, fragments, noSpecConstants,
H A DvktSpvAsm16bitStorageTests.cpp978 map<string, string> fragments; local
999 fragments["extension"] = "OpExtension \"SPV_KHR_16bit_storage\"";
1170 fragments["pre_main"] = categories[catIdx].preMain.specialize(specs);
1171 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs);
1172 fragments["capability"] = capabilities.specialize(specs);
1173 fragments["decoration"] = categories[catIdx].decoration.specialize(specs);
1177 createTestsForAllStages(name, defaultColors, defaultColors, fragments, resources, extensions, testGroup, get16BitStorageFeatures(CAPABILITIES[capIdx].name));
1446 map<string, string> fragments; local
1460 fragments["extension"] = "OpExtension \"SPV_KHR_16bit_storage\"";
1472 fragments["pre_mai
1774 map<string, string> fragments = passthruFragments(); local
1904 map<string, string> fragments = passthruFragments(); local
2019 map<string, string> fragments = passthruFragments(); local
2148 map<string, string> fragments = passthruFragments(); local
2289 map<string, string> fragments; local
2486 map<string, string> fragments; local
2685 map<string, string> fragments; local
2903 map<string, string> fragments; local
[all...]
H A DvktSpvAsmGraphicsShaderTestUtil.cpp442 // on fragments, which must (at least) map "testfun" to an OpFunction definition
444 // with "BP_" to avoid collisions with fragments.
452 string makeVertexShaderAssembly(const map<string, string>& fragments) argument
524 return tcu::StringTemplate(vertexShaderBoilerplate).specialize(fragments);
528 // StringTemplate on fragments, which must (at least) map "testfun" to an
530 // Boilerplate IDs are prefixed with "BP_" to avoid collisions with fragments.
549 string makeTessControlShaderAssembly (const map<string, string>& fragments) argument
666 return tcu::StringTemplate(tessControlShaderBoilerplate).specialize(fragments);
670 // StringTemplate on fragments, which must (at least) map "testfun" to an
672 // Boilerplate IDs are prefixed with "BP_" to avoid collisions with fragments
692 makeTessEvalShaderAssembly(const map<string, string>& fragments) argument
859 makeGeometryShaderAssembly(const map<string, string>& fragments) argument
992 makeFragmentShaderAssembly(const map<string, string>& fragments) argument
1052 map<string, string> fragments = passthruFragments(); local
1110 map<string, string> fragments ; local
1144 map<string, string> fragments ; local
1180 map<string, string> fragments ; local
1227 map<string, string> fragments ; local
1257 map<string, string> fragments; local
3737 addTessCtrlTest(tcu::TestCaseGroup* group, const char* name, const map<string, string>& fragments) argument
[all...]
/external/ltp/testcases/kernel/fs/mongo/
H A Dmap5.c19 int fragments; local
41 fragments = 0;
52 fragments++;
60 //printf ("Fragments: %d\tBlocks: %d\n",fragments,totals_block);
61 //printf ("%d:%d\t",fragments,totals_block);
62 //if (fragments == 1) printf(".",totals_block);
63 //else printf("%d_",fragments,totals_block);
64 printf("%d\n", fragments);
/external/squashfs-tools/kernel/fs/squashfs/
H A Dfragment.c25 * This file implements code to handle compressed fragments (tail-end packed
76 u64 fragment_table_start, unsigned int fragments)
78 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments);
75 squashfs_read_fragment_index_table(struct super_block *sb, u64 fragment_table_start, unsigned int fragments) argument
H A Dsuper.c75 unsigned int fragments; local
181 TRACE("Number of fragments %d\n", le32_to_cpu(sblk->fragments));
217 fragments = le32_to_cpu(sblk->fragments);
218 if (fragments == 0)
230 le64_to_cpu(sblk->fragment_table_start), fragments);
H A Dsquashfs_fs.h222 __le32 fragments; member in struct:squashfs_super_block
/external/syslinux/gpxe/src/include/gpxe/
H A Dnvo.h37 /** List of option-containing fragments
41 struct nvo_fragment *fragments; member in struct:nvo_block
42 /** Total length of option-containing fragments */
51 struct nvo_fragment *fragments, struct refcnt *refcnt );
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
H A DReplaceIcuTags.java39 List<IDocElement> fragments = tag.fragments();
44 if (fragments.size() == 0) {
47 IDocElement element = fragments.get(0);
58 IDocElement element = fragments.get(0);
67 rewrite.replace(tag, createDiscouragedText(ast, fragments), null /* editGroup */);
104 private static TagElement createDiscouragedText(AST ast, List<IDocElement> fragments) { argument
106 for (IDocElement element : fragments) {
/external/syslinux/gpxe/src/core/
H A Dnvo.c64 for ( frag = nvo->fragments ; frag->len ; frag++ ) {
94 for ( frag = nvo->fragments ; frag->len ; frag++ ) {
200 * @v fragments List of option-containing fragments
204 struct nvo_fragment *fragments, struct refcnt *refcnt ) {
206 nvo->fragments = fragments;
219 struct nvo_fragment *fragment = nvo->fragments;
222 /* Calculate total length of all fragments */
223 for ( fragment = nvo->fragments ; fragmen
203 nvo_init( struct nvo_block *nvo, struct nvs_device *nvs, struct nvo_fragment *fragments, struct refcnt *refcnt ) argument
[all...]
/external/tinycompress/include/tinycompress/
H A Dtinycompress.h61 * If fragment_size or fragments are zero, this means "don't care"
65 * @fragments: number of fragments
70 __u32 fragments; member in struct:compr_config
89 * it will be updated with the size and number of fragments that
/external/kernel-headers/original/uapi/sound/
H A Dcompress_offload.h38 * @fragments: number of such fragments
42 __u32 fragments; member in struct:snd_compressed_buffer
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h66 FRAGMENT_DATA fragments; member in struct:VP8D_COMP
/external/perfetto/src/tracing/core/
H A Dtrace_buffer_unittest.cc72 std::vector<FakePacketFragment> fragments; local
76 return fragments;
78 fragments.emplace_back(slice.start, slice.size);
79 return fragments;
479 // Receive packet fragments for the sequence {1,1} in the chunk order {0,2,1}
/external/webrtc/webrtc/test/
H A Dfake_encoder.cc153 const RTPFragmentationHeader* fragments) {
151 Encoded(const EncodedImage& encoded_image, const CodecSpecificInfo* codec_specific_info, const RTPFragmentationHeader* fragments) argument
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c56 FRAGMENT_DATA fragments; member in struct:vpx_codec_alg_priv
100 /* initialize number of fragments to zero */
101 priv->fragments.count = 0;
102 /* is input fragments enabled? */
103 priv->fragments.enabled =
234 if (ctx->fragments.count == 0) {
236 memset((void *)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs));
237 memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc194 size_t fragments = local
196 size_t avg_size = (fragment_length + fragments - 1) / fragments;
216 // Aggregate fragments into one packet (STAP-A).
241 // If we are going to try to aggregate more fragments into this packet
/external/android-clat/
H A Dclatd_test.cpp286 void reassemble_packet(const uint8_t **fragments, const size_t lengths[], int numpackets, argument
292 uint8_t version = ip_version(fragments[0]);
295 const uint8_t *packet = fragments[i];
499 // Check that each of the fragments translates as expected.
506 // Sanity check that reassembling the original and translated fragments produces valid packets.
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java499 public WebSocketFrame(OpCode opCode, List<WebSocketFrame> fragments) throws WebSocketException { argument
504 for (WebSocketFrame inter : fragments) {
513 for (WebSocketFrame inter : fragments) {
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h221 __le32 fragments; member in struct:squashfs_super_block
/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_compat.h56 unsigned int fragments; member in struct:squashfs_super_block_3
255 SQUASHFS_SWAP((s)->fragments, d, 440, 32);\
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc809 uint32_t fragments = local
811 uint32_t avg_size = (frame_size + fragments - 1) / fragments;
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h234 unsigned int fragments; member in struct:squashfs_super_block
390 SQUASHFS_SWAP((s)->fragments, d, 440, 32);\

Completed in 775 milliseconds

123