/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 255 if (queueFamilies[j].queueCount > 0) { in testDeviceCreation() 263 queueFamilies[j].queueCount, j, in testDeviceCreation() 322 if (queueFamilies[i].queueCount > 0) { in testDeviceCreation() 327 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation() 334 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation() 343 auto queueCount = wantedQueueFamilyCounts[i]; in testDeviceCreation() local 347 for (uint32_t j = 0; j < queueCount; ++j) { in testDeviceCreation() 354 queueCount, in testDeviceCreation()
|
D | SwapChainStateVk_unittest.cpp | 148 .queueCount = 1, in createLogicalDevice()
|
D | DisplayVk_unittest.cpp | 190 .queueCount = 1, in createLogicalDevice()
|
D | CompositorVk_unittest.cpp | 330 .queueCount = 1, in createLogicalDevice()
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 364 int queueCount = 0; in poll() local 368 queueCount = (int)this->queues.size(); in poll() 370 while (empties < queueCount && eventsRead < maxReads) { in poll() 386 this->nextReadIndex = (this->nextReadIndex + 1) % queueCount; in poll()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkExternalMemoryHost.cpp | 135 .queueCount = 1, in CheckImportingSharedMemory()
|
D | Vulkan.cpp | 216 .queueCount = 1, in Load()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 179 .queueCount = 1, in initialize()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 546 .queueCount = 1, in gfxstream_vk_GetDeviceQueue() 578 .queueCount = 1, in gfxstream_vk_GetDeviceQueue2()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 101 .queueCount = 1, in TEST_P()
|
D | GfxstreamEnd2EndTests.cpp | 580 .queueCount = 1, in SetUpTypicalVkTestEnvironment()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1271 * pname:queueCount is the unsigned integer count of queues in this queue 1925 pname:queueFamilyIndex, the sum of their pname:queueCount members must: 1926 be less than or equal to the pname:queueCount member of the 3090 * pname:queueCount is an unsigned integer specifying the number of queues 3093 * pname:pQueuePriorities is a pointer to an array of pname:queueCount 3104 * [[VUID-VkDeviceQueueCreateInfo-queueCount-00382]] 3105 pname:queueCount must: be less than or equal to the pname:queueCount 3317 slink:VkDeviceQueueCreateInfo::pname:queueCount for the queue family 3383 equal to the sum of slink:VkDeviceQueueCreateInfo::pname:queueCount minus 3389 the range zero to slink:VkDeviceQueueCreateInfo::pname:queueCount minus one. [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 66 assert(index_in_family < pCreateInfo->queueCount); in vk_queue_init()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 427 data->n_queues += pCreateInfo->pQueueCreateInfos[i].queueCount; in device_map_queues() 443 for (uint32_t j = 0; j < pCreateInfo->pQueueCreateInfos[i].queueCount; j++) { in device_map_queues()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 906 auto count = queueFamilyProps[j].queueCount; in createGlobalVkEmulation()
|
D | VkDecoderGlobalState.cpp | 1826 uint32_t queueCount = queueCreateInfo.queueCount; in on_vkCreateDevice() local 1827 queueFamilyIndexCounts[queueFamilyIndex] = queueCount; in on_vkCreateDevice()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 952 memcpy(*ptr, (uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in reservedmarshal_VkQueueFamilyProperties() 976 memcpy(*ptr, (uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in reservedmarshal_VkDeviceQueueCreateInfo() 979 forMarshaling->queueCount * sizeof(const float)); in reservedmarshal_VkDeviceQueueCreateInfo() 980 *ptr += forMarshaling->queueCount * sizeof(const float); in reservedmarshal_VkDeviceQueueCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 1116 vkStream->write((uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in marshal_VkQueueFamilyProperties() 1126 vkStream->read((uint32_t*)&forUnmarshaling->queueCount, sizeof(uint32_t)); in unmarshal_VkQueueFamilyProperties() 1143 vkStream->write((uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in marshal_VkDeviceQueueCreateInfo() 1145 forMarshaling->queueCount * sizeof(const float)); in marshal_VkDeviceQueueCreateInfo() 1159 vkStream->read((uint32_t*)&forUnmarshaling->queueCount, sizeof(uint32_t)); in unmarshal_VkDeviceQueueCreateInfo() 1161 forUnmarshaling->queueCount * sizeof(const float)); in unmarshal_VkDeviceQueueCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 645 *count += toCount->queueCount * sizeof(const float); in count_VkDeviceQueueCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1177 vkStream->write((uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in marshal_VkQueueFamilyProperties() 1187 vkStream->read((uint32_t*)&forUnmarshaling->queueCount, sizeof(uint32_t)); in unmarshal_VkQueueFamilyProperties() 1204 vkStream->write((uint32_t*)&forMarshaling->queueCount, sizeof(uint32_t)); in marshal_VkDeviceQueueCreateInfo() 1206 forMarshaling->queueCount * sizeof(const float)); in marshal_VkDeviceQueueCreateInfo() 1232 vkStream->read((uint32_t*)&forUnmarshaling->queueCount, sizeof(uint32_t)); in unmarshal_VkDeviceQueueCreateInfo() 1234 forUnmarshaling->queueCount * sizeof(const float)); in unmarshal_VkDeviceQueueCreateInfo() 1236 forUnmarshaling->queueCount * sizeof(const float)); in unmarshal_VkDeviceQueueCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 936 memcpy((uint32_t*)&forUnmarshaling->queueCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkQueueFamilyProperties() 974 memcpy((uint32_t*)&forUnmarshaling->queueCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDeviceQueueCreateInfo() 977 forUnmarshaling->queueCount * sizeof(const float)); in reservedunmarshal_VkDeviceQueueCreateInfo() 979 forUnmarshaling->queueCount * sizeof(const float)); in reservedunmarshal_VkDeviceQueueCreateInfo() 980 *ptr += forUnmarshaling->queueCount * sizeof(const float); in reservedunmarshal_VkDeviceQueueCreateInfo()
|
D | goldfish_vk_deepcopy.cpp | 433 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1598 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueCount ); in operator ()() 6104 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.queueCount ); in operator ()()
|
D | vulkan_hash.hpp | 3143 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueCount ); in operator ()() 11792 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.queueCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3211 uint32_t queueCount; member 3221 uint32_t queueCount; member
|