/external/tensorflow/tensorflow/core/util/proto/ |
D | descriptors.cc | 66 tensorflow::protobuf::DescriptorPool const** desc_pool, in GetDescriptorPool() argument 71 return (*pool_fn)(desc_pool, owned_desc_pool); in GetDescriptorPool() 79 *desc_pool = owned_desc_pool->get(); in GetDescriptorPool() 81 *desc_pool = owned_desc_pool->get(); in GetDescriptorPool()
|
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.h | 37 tensorflow::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/u-boot/drivers/dma/ |
D | keystone_nav.c | 33 struct qm_host_desc desc_pool[HDESC_NUM] __aligned(sizeof(struct qm_host_desc)); 61 qm_cfg->desc_mem[0].base_addr = (u32)desc_pool; in _qm_init() 67 memset(desc_pool, 0, sizeof(desc_pool)); in _qm_init() 69 qm_push(&desc_pool[j], qm_cfg->qpool_num); in _qm_init()
|
/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/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/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 280 void GpuDescriptorSetManager::PutBackDescriptorSet(VkDescriptorPool desc_pool, VkDescriptorSet desc… in PutBackDescriptorSet() argument 281 auto iter = desc_pool_map_.find(desc_pool); in PutBackDescriptorSet() 283 …dev_data_->GetDispatchTable()->FreeDescriptorSets(dev_data_->GetDevice(), desc_pool, 1, &desc_set); in PutBackDescriptorSet() 288 desc_pool_map_[desc_pool].used--; in PutBackDescriptorSet() 289 if (0 == desc_pool_map_[desc_pool].used) { in PutBackDescriptorSet() 290 … dev_data_->GetDispatchTable()->DestroyDescriptorPool(dev_data_->GetDevice(), desc_pool, NULL); in PutBackDescriptorSet() 291 desc_pool_map_.erase(desc_pool); in PutBackDescriptorSet() 492 … gpu_state->desc_set_manager->PutBackDescriptorSet(buffer_info.desc_pool, buffer_info.desc_set); in GpuPreCallRecordFreeCommandBuffers() 1156 VkDescriptorPool desc_pool = VK_NULL_HANDLE; in GpuAllocateValidationResources() local 1157 result = gpu_state->desc_set_manager->GetDescriptorSets(1, &desc_pool, &desc_sets); in GpuAllocateValidationResources() [all …]
|
D | gpu_validation.h | 78 void PutBackDescriptorSet(VkDescriptorPool desc_pool, VkDescriptorSet desc_set);
|
D | core_validation_types.h | 972 VkDescriptorPool desc_pool; 973 …GpuBufferInfo(GpuDeviceMemoryBlock mem_block, VkDescriptorSet desc_set, VkDescriptorPool desc_pool) 974 : mem_block(mem_block), desc_set(desc_set), desc_pool(desc_pool){};
|
/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/skia/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/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/skia/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/tensorflow/tensorflow/core/kernels/ |
D | decode_proto_op.cc | 604 DescriptorPool const* desc_pool; in DecodeProtoOp() local 606 &desc_pool, &owned_desc_pool_)); in DecodeProtoOp() 612 desc_pool->FindMessageTypeByName(message_type); in DecodeProtoOp() 644 desc_pool->FindAllExtensions(message_desc, &exts); in DecodeProtoOp()
|
D | encode_proto_op.cc | 467 DescriptorPool const* desc_pool; in EncodeProtoOp() local 469 &desc_pool, &owned_desc_pool_)); in EncodeProtoOp() 474 desc_pool->FindMessageTypeByName(message_type); in EncodeProtoOp()
|