Searched refs:entry3 (Results 1 – 4 of 4) sorted by relevance
523 Pipeline::ShaderInfo::DescriptorMapEntry entry3; in TEST_F() local578 Pipeline::ShaderInfo::DescriptorMapEntry entry3; in TEST_F() local579 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 …]
351 struct entry3 struct357 struct entry3 *next; argument368 struct entry3 *nfs_entries; /* Directory pointer from VFS */
100 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()
167 struct set_entry *entry3 = _mesa_set_search_or_add(s, &d, &found); in TEST() local168 EXPECT_EQ(entry3->key, &d); in TEST()