Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/layers/
Dcore_validation.h882 uint32_t *pQueueFamilyIndices;
884 …onst VkSwapchainCreateInfoKHR *pCreateInfo) : createInfo(*pCreateInfo), pQueueFamilyIndices(NULL) {
886 pQueueFamilyIndices = new uint32_t[pCreateInfo->queueFamilyIndexCount];
887 …memcpy(pQueueFamilyIndices, pCreateInfo->pQueueFamilyIndices, pCreateInfo->queueFamilyIndexCount *…
888 createInfo.pQueueFamilyIndices = pQueueFamilyIndices;
891 ~SWAPCHAIN_NODE() { delete[] pQueueFamilyIndices; }
Dswapchain.cpp1288 if (pCreateInfo->pQueueFamilyIndices[i] >= pPhysicalDevice->numOfQueueFamilies) { in validateCreateSwapchainKHR()
1290 … "VkPhysicalDevice", pCreateInfo->pQueueFamilyIndices[i], in validateCreateSwapchainKHR()
1518 if ((pCreateInfo->queueFamilyIndexCount <= 1) || !pCreateInfo->pQueueFamilyIndices) { in validateCreateSwapchainKHR()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp153 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
157 pQueueFamilyIndices = _pQueueFamilyIndices; in BufferCreateInfo()
176 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
180 pQueueFamilyIndices = DE_NULL; in BufferCreateInfo()
200 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in operator =()
204 pQueueFamilyIndices = DE_NULL; in operator =()
245 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in ImageCreateInfo()
249 pQueueFamilyIndices = DE_NULL; in ImageCreateInfo()
DvktDrawCreateInfoUtil.hpp89 const deUint32* pQueueFamilyIndices = DE_NULL,
112 const deUint32* pQueueFamilyIndices = DE_NULL,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp153 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
157 pQueueFamilyIndices = _pQueueFamilyIndices; in BufferCreateInfo()
176 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
180 pQueueFamilyIndices = DE_NULL; in BufferCreateInfo()
200 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in operator =()
204 pQueueFamilyIndices = DE_NULL; in operator =()
245 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in ImageCreateInfo()
249 pQueueFamilyIndices = DE_NULL; in ImageCreateInfo()
DvktDynamicStateCreateInfoUtil.hpp91 const deUint32* pQueueFamilyIndices = DE_NULL,
114 const deUint32* pQueueFamilyIndices = DE_NULL,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp153 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
157 pQueueFamilyIndices = _pQueueFamilyIndices; in BufferCreateInfo()
176 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()
180 pQueueFamilyIndices = DE_NULL; in BufferCreateInfo()
200 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in operator =()
204 pQueueFamilyIndices = DE_NULL; in operator =()
245 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in ImageCreateInfo()
249 pQueueFamilyIndices = DE_NULL; in ImageCreateInfo()
DvktQueryPoolCreateInfoUtil.hpp89 const deUint32* pQueueFamilyIndices = DE_NULL,
112 const deUint32* pQueueFamilyIndices = DE_NULL,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp146 bufferCreateInfo.pQueueFamilyIndices = DE_NULL; // const deUint32* pQueueFamilyIndices; in iterate()
154 …bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndic… in iterate()
DvktSparseResourcesImageSparseBinding.cpp172 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices; in iterate()
197 imageSparseInfo.pQueueFamilyIndices = queueFamilyIndices; //const deUint32* pQueueFamilyIndices; in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp208 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices; in iterate()
234 …imageSparseInfo.pQueueFamilyIndices = queueFamilyIndices; //const deUint32* pQueueFamilyIndice… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp194 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp211 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesImageSparseResidency.cpp309 imageCreateInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices; in iterate()
322 …imageCreateInfo.pQueueFamilyIndices = queueFamilyIndices; //const deUint32* pQueueFamilyIndice… in iterate()
/external/skia/src/gpu/vk/
DGrVkBuffer.cpp51 bufInfo.pQueueFamilyIndices = nullptr; in Create()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl480 const deUint32* pQueueFamilyIndices; member
509 const deUint32* pQueueFamilyIndices; member
1220 const deUint32* pQueueFamilyIndices; member
DvkStrUtilImpl.inl2048 s << "\tpQueueFamilyIndices = " << value.pQueueFamilyIndices << '\n';
2083 s << "\tpQueueFamilyIndices = " << value.pQueueFamilyIndices << '\n';
3007 s << "\tpQueueFamilyIndices = " << value.pQueueFamilyIndices << '\n';
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp481 swapchain_info.pQueueFamilyIndices = queue_families.data(); in resize_swapchain()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp568 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in createSwapchainTest()
634 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp169 bufferCreateParams.pQueueFamilyIndices = bufferParameters.queueFamilyIndex; in createVulkanBuffer()
251 imageCreateParams.pQueueFamilyIndices = imageParameters.queueFamilyNdxList; in createVulkanImage()
/external/skia/third_party/vulkan/
Dvulkan.h1560 const uint32_t* pQueueFamilyIndices; member
1587 const uint32_t* pQueueFamilyIndices; member
3258 const uint32_t* pQueueFamilyIndices; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1569 const uint32_t* pQueueFamilyIndices; member
1596 const uint32_t* pQueueFamilyIndices; member
3267 const uint32_t* pQueueFamilyIndices; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1830 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
2168 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
3692 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
3730 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
Dvkrenderframework.cpp1666 image_info.pQueueFamilyIndices = NULL; in Init()
/external/vulkan-validation-layers/demos/
Dtri.c646 .pQueueFamilyIndices = NULL, in demo_prepare_buffers()

12