Home
last modified time | relevance | path

Searched refs:queueFamilyIndexCount (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()
169 queueFamilyIndexCount = other.queueFamilyIndexCount; in BufferCreateInfo()
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()
192 queueFamilyIndexCount = other.queueFamilyIndexCount; in operator =()
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()
241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()
DvktDrawCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()
169 queueFamilyIndexCount = other.queueFamilyIndexCount; in BufferCreateInfo()
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()
192 queueFamilyIndexCount = other.queueFamilyIndexCount; in operator =()
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()
241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()
DvktDynamicStateCreateInfoUtil.hpp90 deUint32 queueFamilyIndexCount = 0,
113 deUint32 queueFamilyIndexCount = 0,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()
169 queueFamilyIndexCount = other.queueFamilyIndexCount; in BufferCreateInfo()
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()
192 queueFamilyIndexCount = other.queueFamilyIndexCount; in operator =()
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()
241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()
DvktQueryPoolCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp145 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
153 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesImageSparseBinding.cpp171 imageSparseInfo.queueFamilyIndexCount = 0u; //deUint32 queueFamilyIndexCount; in iterate()
196 imageSparseInfo.queueFamilyIndexCount = 2u; //deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp207 imageSparseInfo.queueFamilyIndexCount = 0u; //deUint32 queueFamilyIndexCount; in iterate()
233 imageSparseInfo.queueFamilyIndexCount = 2u; //deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesBufferSparseResidency.cpp193 bufferCreateInfo.queueFamilyIndexCount = 2u; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp210 bufferCreateInfo.queueFamilyIndexCount = 2u; in iterate()
DvktSparseResourcesImageSparseResidency.cpp308 imageCreateInfo.queueFamilyIndexCount = 0u; //deUint32 queueFamilyIndexCount; in iterate()
321 imageCreateInfo.queueFamilyIndexCount = 2u; //deUint32 queueFamilyIndexCount; in iterate()
/external/vulkan-validation-layers/layers/
Dcore_validation.h885 …if (pCreateInfo->queueFamilyIndexCount && pCreateInfo->imageSharingMode == VK_SHARING_MODE_CONCURR…
886 pQueueFamilyIndices = new uint32_t[pCreateInfo->queueFamilyIndexCount];
887 …ueueFamilyIndices, pCreateInfo->pQueueFamilyIndices, pCreateInfo->queueFamilyIndexCount * sizeof(u…
Dswapchain.cpp1287 for (auto i = 0; i < pCreateInfo->queueFamilyIndexCount; i++) { in validateCreateSwapchainKHR()
1518 if ((pCreateInfo->queueFamilyIndexCount <= 1) || !pCreateInfo->pQueueFamilyIndices) { in validateCreateSwapchainKHR()
/external/skia/src/gpu/vk/
DGrVkBuffer.cpp50 bufInfo.queueFamilyIndexCount = 0; in Create()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl479 deUint32 queueFamilyIndexCount; member
508 deUint32 queueFamilyIndexCount; member
1219 deUint32 queueFamilyIndexCount; member
DvkStrUtilImpl.inl2047 s << "\tqueueFamilyIndexCount = " << value.queueFamilyIndexCount << '\n';
2082 s << "\tqueueFamilyIndexCount = " << value.queueFamilyIndexCount << '\n';
3006 s << "\tqueueFamilyIndexCount = " << value.queueFamilyIndexCount << '\n';
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp480 swapchain_info.queueFamilyIndexCount = (uint32_t)queue_families.size(); in resize_swapchain()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp567 curParams.queueFamilyIndexCount = 1u; in createSwapchainTest()
633 curParams.queueFamilyIndexCount = 1u; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp168 bufferCreateParams.queueFamilyIndexCount = bufferParameters.queueFamilyCount; in createVulkanBuffer()
250 imageCreateParams.queueFamilyIndexCount = imageParameters.queueFamilyCount; in createVulkanImage()
/external/skia/third_party/vulkan/
Dvulkan.h1559 uint32_t queueFamilyIndexCount; member
1586 uint32_t queueFamilyIndexCount; member
3257 uint32_t queueFamilyIndexCount; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1568 uint32_t queueFamilyIndexCount; member
1595 uint32_t queueFamilyIndexCount; member
3266 uint32_t queueFamilyIndexCount; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1829 buffCI.queueFamilyIndexCount = 1; in TEST_F()
2167 buffCI.queueFamilyIndexCount = 1; in TEST_F()
3691 buffCI.queueFamilyIndexCount = 1; in TEST_F()
3727 buffCI.queueFamilyIndexCount = 1; in TEST_F()
Dvkrenderframework.cpp1665 image_info.queueFamilyIndexCount = 0; in Init()
/external/vulkan-validation-layers/demos/
Dtri.c645 .queueFamilyIndexCount = 0, in demo_prepare_buffers()

12