Home
last modified time | relevance | path

Searched defs:DescriptorPool (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.h57 struct DescriptorPool { struct
58 VkDescriptorPool vkPool; argument
64 std::vector<DescriptorPool> mDescriptorPools; argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h54 typedef struct DescriptorPool DescriptorPool; typedef
110 struct DescriptorPool { struct
111 VALUE def_to_descriptor; // Hash table of def* -> Ruby descriptor.
112 upb_symtab* symtab;
113 upb_handlercache* fill_handler_cache;
114 upb_handlercache* pb_serialize_handler_cache;
115 upb_handlercache* json_serialize_handler_cache;
116 upb_handlercache* json_serialize_handler_preserve_cache;
117 upb_pbcodecache* fill_method_cache;
118 upb_json_codecache* json_fill_method_cache;
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.h40 class DescriptorPool; variable
Dtype_resolver.h46 class DescriptorPool; variable
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs43 internal sealed class DescriptorPool class
56 internal DescriptorPool(IEnumerable<FileDescriptor> dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
DFileDescriptor.cs319 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c717 typedef struct DescriptorPool { struct
720 } DescriptorPool; typedef
780 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument
791 PHP_METHOD(DescriptorPool, getDescriptorByClassName) { in PHP_METHOD() argument
820 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument
849 PHP_METHOD(DescriptorPool, getDescriptorByProtoName) { in PHP_METHOD() argument
959 PHP_METHOD(DescriptorPool, internalAddGeneratedFile) { in PHP_METHOD() argument
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php35 class DescriptorPool class
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorPool.hpp23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class
DVkDescriptorPool.cpp34 DescriptorPool::DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem) in DescriptorPool() function in vk::DescriptorPool
/third_party/protobuf/src/google/protobuf/
Ddynamic_message.h62 class DescriptorPool; // descriptor.h variable
Ddescriptor.h92 class DescriptorPool; variable
566 friend class DescriptorPool; variable
1156 friend class DescriptorPool; variable
1236 friend class DescriptorPool; variable
1591 friend class DescriptorPool; variable
Dgenerated_message_reflection.h62 class DescriptorPool; variable
Dparse_context.h56 class DescriptorPool; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php41 class DescriptorPool class
DMessage.php41 use Google\Protobuf\Internal\DescriptorPool; alias
/third_party/protobuf/php/tests/
DDescriptorsTest.php8 use Google\Protobuf\DescriptorPool; alias
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h58 class DescriptorPool; // descriptor.h variable
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h52 class DescriptorPool; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1275 struct DescriptorPool struct
1277 typedef VkDescriptorPool Type;
1279 struct Parameters
1304 struct Resources
1309 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp1293 struct DescriptorPool struct
1295 typedef VkDescriptorPool Type;
1297 struct Parameters
1322 struct Resources
1327 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1314 struct DescriptorPool struct
1316 typedef VkDescriptorPool Type;
1318 struct Parameters
1343 struct Resources
1348 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp1299 struct DescriptorPool struct
1301 typedef VkDescriptorPool Type;
1303 struct Parameters
1328 struct Resources
1333 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py118 class DescriptorPool(object): class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2140 struct DescriptorPool struct
2142 typedef VkDescriptorPool Type;
2144 struct Parameters
2169 struct Resources
2174 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
2179 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()

12