Home
last modified time | relevance | path

Searched defs:DescriptorPool (Results 1 – 25 of 34) 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; argument
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/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h80 typedef GRPC_CUSTOM_DESCRIPTORPOOL DescriptorPool; typedef
/third_party/protobuf/php/tests/
DDescriptorsTest.php8 use Google\Protobuf\DescriptorPool; alias
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.h29 VkDescriptorPool DescriptorPool; member
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h58 class DescriptorPool; // descriptor.h variable
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h55 VkDescriptorPool DescriptorPool; member
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h52 class DescriptorPool; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1286 struct DescriptorPool struct
1288 typedef VkDescriptorPool Type;
1290 struct Parameters
1315 struct Resources
1320 … 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.cpp1949 struct DescriptorPool struct
1951 typedef VkDescriptorPool Type;
1953 struct Parameters
1978 struct Resources
1983 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1988 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()

12