/external/vulkan-validation-layers/layers/ |
D | gpu_validation.h | 35 VkDescriptorPool desc_pool; member 38 VkDescriptorPool desc_pool, VkPipelineBindPoint pipeline_bind_point) in GpuBufferInfo() 42 desc_pool(desc_pool), in GpuBufferInfo() 59 void PutBackDescriptorSet(VkDescriptorPool desc_pool, VkDescriptorSet desc_set);
|
D | gpu_validation.cpp | 112 void GpuDescriptorSetManager::PutBackDescriptorSet(VkDescriptorPool desc_pool, VkDescriptorSet desc… in PutBackDescriptorSet() argument 113 auto iter = desc_pool_map_.find(desc_pool); in PutBackDescriptorSet() 115 VkResult result = DispatchFreeDescriptorSets(dev_data_->device, desc_pool, 1, &desc_set); in PutBackDescriptorSet() 120 desc_pool_map_[desc_pool].used--; in PutBackDescriptorSet() 121 if (0 == desc_pool_map_[desc_pool].used) { in PutBackDescriptorSet() 122 DispatchDestroyDescriptorPool(dev_data_->device, desc_pool, NULL); in PutBackDescriptorSet() 123 desc_pool_map_.erase(desc_pool); in PutBackDescriptorSet() 436 …gpu_validation_state->desc_set_manager->PutBackDescriptorSet(buffer_info.desc_pool, buffer_info.de… in GpuResetCommandBuffer() 1296 VkDescriptorPool desc_pool = VK_NULL_HANDLE; in GpuAllocateValidationResources() local 1297 result = gpu_validation_state->desc_set_manager->GetDescriptorSets(1, &desc_pool, &desc_sets); in GpuAllocateValidationResources() [all …]
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | local_descriptor_pool_registration.cc | 25 tensorflow::protobuf::DescriptorPool const** desc_pool, in Function() 27 *desc_pool = ::tensorflow::protobuf::DescriptorPool::generated_pool(); in Function() 28 if (*desc_pool == nullptr) { in Function()
|
D | descriptors.cc | 91 protobuf::DescriptorPool const** desc_pool, in GetDescriptorPool() argument 96 return (*pool_fn)(desc_pool, owned_desc_pool); in GetDescriptorPool() 104 *desc_pool = owned_desc_pool->get(); in GetDescriptorPool() 109 *desc_pool = owned_desc_pool->get(); in GetDescriptorPool()
|
D | descriptors.h | 47 protobuf::DescriptorPool const** desc_pool,
|
D | descriptor_pool_registry_test.cc | 25 tensorflow::protobuf::DescriptorPool const** desc_pool, in Function()
|
D | descriptor_pool_registry.h | 34 tensorflow::protobuf::DescriptorPool const** desc_pool,
|
/external/grpc-grpc/test/cpp/util/ |
D | service_describer.cc | 30 grpc::protobuf::DescriptorPool& desc_pool) { in DescribeServiceList() argument 35 desc_pool.FindServiceByName(service); in DescribeServiceList()
|
D | grpc_tool.cc | 338 grpc::protobuf::DescriptorPool desc_pool(&desc_db); in ListServices() local 352 output = DescribeServiceList(service_list, desc_pool); in ListServices() 385 desc_pool.FindServiceByName(service_name); in ListServices() 393 desc_pool.FindMethodByName(method_name); in ListServices() 408 desc_pool.FindMethodByName(service_name); in ListServices() 436 grpc::protobuf::DescriptorPool desc_pool(&desc_db); in PrintType() local 440 desc_pool.FindMessageTypeByName(argv[1]); in PrintType()
|
D | service_describer.h | 29 grpc::protobuf::DescriptorPool& desc_pool);
|
/external/grpc-grpc/doc/ |
D | server_reflection_tutorial.md | 167 google::protobuf::DescriptorPool desc_pool(&reflection_db); 176 desc_pool->FindServiceByName("helloworld.Greeter"); 178 desc_pool->FindMethodByName("helloworld.Greeter.SayHello"); 185 desc_pool->FindMessageTypeByName("helloworld.HelloRequest"); 191 google::protobuf::DynamicMessageFactory(&desc_pool);
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.h | 58 hs_vk_ds_alloc(struct hs_vk const * const hs, VkDescriptorPool desc_pool);
|
D | hs_vk.c | 1113 hs_vk_ds_alloc(struct hs_vk const * const hs, VkDescriptorPool desc_pool) in hs_vk_ds_alloc() argument 1118 .descriptorPool = desc_pool, in hs_vk_ds_alloc()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 648 VkDescriptorPool desc_pool; in main() local 653 &desc_pool)); in main() 665 VkDescriptorSet hs_ds = hs_vk_ds_alloc(hs,desc_pool); in main() 1151 vk(ResetDescriptorPool(device,desc_pool,0)); in main() 1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_proto_op.cc | 607 DescriptorPool const* desc_pool; in DecodeProtoOp() local 609 &desc_pool, &owned_desc_pool_)); in DecodeProtoOp() 615 desc_pool->FindMessageTypeByName(message_type); in DecodeProtoOp() 647 desc_pool->FindAllExtensions(message_desc, &exts); in DecodeProtoOp()
|
D | encode_proto_op.cc | 487 DescriptorPool const* desc_pool; in EncodeProtoOp() local 489 &desc_pool, &owned_desc_pool_)); in EncodeProtoOp() 494 desc_pool->FindMessageTypeByName(message_type); in EncodeProtoOp()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 219 VkDescriptorPool desc_pool; member
|
D | vulkan_command_buffer_utils.cpp | 1408 res = vkCreateDescriptorPool(info.device, &descriptor_pool, NULL, &info.desc_pool); in init_descriptor_pool() 1421 alloc_info[0].descriptorPool = info.desc_pool; in init_descriptor_set() 1840 vkDestroyDescriptorPool(info.device, info.desc_pool, NULL); in destroy_descriptor_pool()
|