Home
last modified time | relevance | path

Searched refs:entry3 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_test.cc523 Pipeline::ShaderInfo::DescriptorMapEntry entry3; in TEST_F() local
578 Pipeline::ShaderInfo::DescriptorMapEntry entry3; in TEST_F() local
579 entry3.kind = Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD; in TEST_F()
580 entry3.descriptor_set = 4; in TEST_F()
581 entry3.binding = 4; in TEST_F()
582 entry3.arg_name = "arg_c"; in TEST_F()
583 entry3.arg_ordinal = 0; in TEST_F()
584 entry3.pod_offset = 0; in TEST_F()
585 entry3.pod_arg_size = 4; in TEST_F()
586 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry3)); in TEST_F()
[all …]
/third_party/NuttX/fs/nfs/
Dnfs_proto.h351 struct entry3 struct
357 struct entry3 *next; argument
368 struct entry3 *nfs_entries; /* Directory pointer from VFS */
Dnfs_adapter.c100 entry = (struct entry3 *)malloc(sizeof(struct entry3)); \
107 (void)memset_s(entry, sizeof(struct entry3), 0, sizeof(struct entry3)); \
972 struct entry3 *entry = NULL; in vfs_nfs_readdir()
973 struct entry3 *entry_pos = NULL; in vfs_nfs_readdir()
2692 struct entry3 *entry_pos = NULL; in vfs_nfs_closedir()
2926 struct entry3 *entry_pos = NULL; in vfs_nfs_rewinddir()
/third_party/mesa3d/src/util/tests/
Dset_test.cpp167 struct set_entry *entry3 = _mesa_set_search_or_add(s, &d, &found); in TEST() local
168 EXPECT_EQ(entry3->key, &d); in TEST()