Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h249 uint32_t *pQueueFamilyIndices = new uint32_t[createInfo.queueFamilyIndexCount];
251 pQueueFamilyIndices[i] = pCreateInfo->pQueueFamilyIndices[i];
253 createInfo.pQueueFamilyIndices = pQueueFamilyIndices;
265 delete[] createInfo.pQueueFamilyIndices;
266 createInfo.pQueueFamilyIndices = nullptr;
320 uint32_t *pQueueFamilyIndices = new uint32_t[createInfo.queueFamilyIndexCount];
322 pQueueFamilyIndices[i] = pCreateInfo->pQueueFamilyIndices[i];
324 createInfo.pQueueFamilyIndices = pQueueFamilyIndices;
336 delete[] createInfo.pQueueFamilyIndices;
337 createInfo.pQueueFamilyIndices = nullptr;
/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/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp144 bufferCreateInfo.pQueueFamilyIndices = DE_NULL; // const deUint32* pQueueFamilyIndices; in iterate()
152 …bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices; in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp238 imageSparseInfo.pQueueFamilyIndices = DE_NULL; in iterate()
467 imageTexelsInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp148 imageCreateInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesBufferSparseResidency.cpp195 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesImageBlockShapes.cpp158 imageCreateInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp213 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesImageSparseBinding.cpp174 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices; in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp173 imageSparseInfo.pQueueFamilyIndices = DE_NULL; in iterate()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c228 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_create_native_image()
395 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_create_prime_image()
/external/skia/src/gpu/vk/
DGrVkUniformBuffer.cpp59 bufInfo.pQueueFamilyIndices = nullptr; in CreateResource()
DGrVkBuffer.cpp57 bufInfo.pQueueFamilyIndices = nullptr; in Create()
/external/skqp/src/gpu/vk/
DGrVkUniformBuffer.cpp59 bufInfo.pQueueFamilyIndices = nullptr; in CreateResource()
DGrVkBuffer.cpp57 bufInfo.pQueueFamilyIndices = nullptr; in Create()
/external/swiftshader/src/Vulkan/
DVkBuffer.cpp30 memcpy(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, queueFamilyIndicesSize); in Buffer()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp298 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
385 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
459 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
501 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
549 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
711 curParams.pQueueFamilyIndices = &queueIdx; in createSwapchainTest()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp288 swapchainCreateInfo.pQueueFamilyIndices = queueFamilies; in createSwapchain()
292 swapchainCreateInfo.pQueueFamilyIndices = nullptr; in createSwapchain()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp288 swapchainCreateInfo.pQueueFamilyIndices = queueFamilies; in createSwapchain()
292 swapchainCreateInfo.pQueueFamilyIndices = nullptr; in createSwapchain()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp79 imageMSInfo.pQueueFamilyIndices = DE_NULL; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp98 const deUint32* pQueueFamilyIndices, in createImage() argument
116 pQueueFamilyIndices, in createImage()
DvktRenderPassMultisampleResolveTests.cpp178 const deUint32* pQueueFamilyIndices, in createImage() argument
196 pQueueFamilyIndices, in createImage()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c908 if (pCreateInfo->pQueueFamilyIndices[i] == VK_QUEUE_FAMILY_EXTERNAL_KHR) in radv_image_create()
911 image->queue_family_mask |= 1u << pCreateInfo->pQueueFamilyIndices[i]; in radv_image_create()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp587 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in createSwapchainTest()
676 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex; in createSwapchainSimulateOOMTest()

123