Home
last modified time | relevance | path

Searched refs:queueFamilyIndexCount (Results 1 – 25 of 33) 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/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp128 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
136 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp246 imageSparseInfo.queueFamilyIndexCount = 0u; in iterate()
475 imageTexelsInfo.queueFamilyIndexCount = 0u; in iterate()
DvktSparseResourcesBufferSparseResidency.cpp178 bufferCreateInfo.queueFamilyIndexCount = 2u; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp196 bufferCreateInfo.queueFamilyIndexCount = 2u; in iterate()
DvktSparseResourcesImageSparseBinding.cpp154 imageSparseInfo.queueFamilyIndexCount = 0u; //deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp153 imageSparseInfo.queueFamilyIndexCount = 0u; in iterate()
DvktSparseResourcesImageSparseResidency.cpp228 imageCreateInfo.queueFamilyIndexCount = 0u; in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp204 imageSparseInfo.queueFamilyIndexCount = 0u; in iterate()
DvktSparseResourcesBufferTests.cpp803 referenceBufferCreateInfo.queueFamilyIndexCount = DE_LENGTH_OF_ARRAY(m_sharedQueueFamilyIndices); in getSparseBufferCreateInfo()
/external/skia/src/gpu/vk/
DGrVkUniformBuffer.cpp58 bufInfo.queueFamilyIndexCount = 0; in CreateResource()
DGrVkBuffer.cpp55 bufInfo.queueFamilyIndexCount = 0; in Create()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp225 swapchainCreateInfo.queueFamilyIndexCount = 2; in createSwapchain()
229 swapchainCreateInfo.queueFamilyIndexCount = 0; in createSwapchain()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl479 deUint32 queueFamilyIndexCount; member
508 deUint32 queueFamilyIndexCount; member
1219 deUint32 queueFamilyIndexCount; member
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp451 swapchain_info.queueFamilyIndexCount = (uint32_t)queue_families.size(); in resize_swapchain()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp573 curParams.queueFamilyIndexCount = 1u; in createSwapchainTest()
631 curParams.queueFamilyIndexCount = 1u; in createSwapchainSimulateOOMTest()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1301 buf_info.queueFamilyIndexCount = 0; in TEST_F()
1325 image_create_info.queueFamilyIndexCount = 0; in TEST_F()
1395 buf_info.queueFamilyIndexCount = 0; in TEST_F()
3827 buffCI.queueFamilyIndexCount = 1; in TEST_F()
3978 buffer_create_info.queueFamilyIndexCount = 1; in TEST_F()
4695 buffCI.queueFamilyIndexCount = 1; in TEST_F()
5638 buffCI.queueFamilyIndexCount = 1; in TEST_F()
5796 buffCI.queueFamilyIndexCount = 1; in TEST_F()
6221 buffCI.queueFamilyIndexCount = 1; in TEST_F()
8063 buffCI.queueFamilyIndexCount = 1; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp171 bufferCreateParams.queueFamilyIndexCount = bufferParameters.queueFamilyCount; in createVulkanBuffer()
253 imageCreateParams.queueFamilyIndexCount = imageParameters.queueFamilyCount; in createVulkanImage()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp9756 , queueFamilyIndexCount( queueFamilyIndexCount_ ) in BufferCreateInfo()
9810 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount()
9833 && ( queueFamilyIndexCount == rhs.queueFamilyIndexCount ) in operator ==()
9851 uint32_t queueFamilyIndexCount; member
12739 , queueFamilyIndexCount( queueFamilyIndexCount_ ) in ImageCreateInfo()
12830 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount()
12865 && ( queueFamilyIndexCount == rhs.queueFamilyIndexCount ) in operator ==()
12890 uint32_t queueFamilyIndexCount; member
15284 , queueFamilyIndexCount( queueFamilyIndexCount_ ) in SwapchainCreateInfoKHR()
15373 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount()
[all …]
Dvulkan.h1615 uint32_t queueFamilyIndexCount; member
1642 uint32_t queueFamilyIndexCount; member
3316 uint32_t queueFamilyIndexCount; member
/external/mesa3d/src/amd/vulkan/
Dradv_image.c710 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; ++i) in radv_image_create()
/external/mesa3d/include/vulkan/
Dvulkan.h1624 uint32_t queueFamilyIndexCount; member
1651 uint32_t queueFamilyIndexCount; member
3325 uint32_t queueFamilyIndexCount; member
/external/vulkan-validation-layers/layers/
Dswapchain.cpp1583 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; i++) { in validateCreateSwapchainKHR()
1815 if ((pCreateInfo->queueFamilyIndexCount <= 1) || !pCreateInfo->pQueueFamilyIndices) { in validateCreateSwapchainKHR()
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1721 uint32_t queueFamilyIndexCount; member
1748 uint32_t queueFamilyIndexCount; member
3440 uint32_t queueFamilyIndexCount; member

12