Home
last modified time | relevance | path

Searched defs:DescriptorPool (Results 1 – 25 of 37) 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/python/google/protobuf/
Dproto_json.py21 descriptor_pool: Optional[DescriptorPool]=None,
57 descriptor_pool: Optional[DescriptorPool]=None,
Ddescriptor_pool.py83 class DescriptorPool(object): class
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.h22 class DescriptorPool; variable
Dtype_resolver.h28 class DescriptorPool; variable
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php12 class DescriptorPool class
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c730 typedef struct DescriptorPool { struct
733 } DescriptorPool; argument
771 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument
780 PHP_METHOD(DescriptorPool, getDescriptorByClassName) { in PHP_METHOD() argument
809 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument
838 PHP_METHOD(DescriptorPool, getDescriptorByProtoName) { in PHP_METHOD() argument
988 PHP_METHOD(DescriptorPool, internalAddGeneratedFile) { in PHP_METHOD() argument
/third_party/protobuf/ruby/lib/google/protobuf/ffi/
Ddescriptor_pool.rb24 class DescriptorPool class
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs19 internal sealed class DescriptorPool class
35 internal DescriptorPool(IEnumerable<FileDescriptor> dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
DFileDescriptor.cs315 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
/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.h44 class DescriptorPool; // descriptor.h variable
Ddescriptor.h81 class DescriptorPool; variable
545 friend class DescriptorPool; variable
737 friend class DescriptorPool; variable
1500 friend class DescriptorPool; variable
1605 friend class DescriptorPool; variable
2030 friend class DescriptorPool; variable
Dparse_context.h44 class DescriptorPool; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php18 class DescriptorPool class
DMessage.php18 use Google\Protobuf\Internal\DescriptorPool; alias
/third_party/protobuf/php/tests/
DDescriptorsTest.php6 use Google\Protobuf\DescriptorPool; alias
/third_party/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h93 typedef GRPC_CUSTOM_DESCRIPTORPOOL DescriptorPool; typedef
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h31 class DescriptorPool; variable
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h41 class DescriptorPool; // descriptor.h 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()

12