Home
last modified time | relevance | path

Searched refs:queueCount (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp255 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()
DSwapChainStateVk_unittest.cpp148 .queueCount = 1, in createLogicalDevice()
DDisplayVk_unittest.cpp190 .queueCount = 1, in createLogicalDevice()
DCompositorVk_unittest.cpp330 .queueCount = 1, in createLogicalDevice()
/hardware/libhardware/modules/sensors/
Dmultihal.cpp364 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/
DGraphicsDetectorVkExternalMemoryHost.cpp135 .queueCount = 1, in CheckImportingSharedMemory()
DVulkan.cpp216 .queueCount = 1, in Load()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp179 .queueCount = 1, in initialize()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp546 .queueCount = 1, in gfxstream_vk_GetDeviceQueue()
578 .queueCount = 1, in gfxstream_vk_GetDeviceQueue2()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp101 .queueCount = 1, in TEST_P()
DGfxstreamEnd2EndTests.cpp580 .queueCount = 1, in SetUpTypicalVkTestEnvironment()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1271 * 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/
Dvk_queue.c66 assert(index_in_family < pCreateInfo->queueCount); in vk_queue_init()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp427 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/
DVkCommonOperations.cpp906 auto count = queueFamilyProps[j].queueCount; in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp1826 uint32_t queueCount = queueCreateInfo.queueCount; in on_vkCreateDevice() local
1827 queueFamilyIndexCounts[queueFamilyIndex] = queueCount; in on_vkCreateDevice()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp952 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()
Dgoldfish_vk_marshaling_guest.cpp1116 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()
Dgoldfish_vk_counting_guest.cpp645 *count += toCount->queueCount * sizeof(const float); in count_VkDeviceQueueCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1177 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()
Dgoldfish_vk_reserved_marshaling.cpp936 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()
Dgoldfish_vk_deepcopy.cpp433 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1598 VULKAN_HPP_HASH_COMBINE( seed, deviceQueueCreateInfo.queueCount ); in operator ()()
6104 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.queueCount ); in operator ()()
Dvulkan_hash.hpp3143 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/
Dvulkan_core.h3211 uint32_t queueCount; member
3221 uint32_t queueCount; member

12