Home
last modified time | relevance | path

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

123

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c121 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_create_native_image()
200 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_create_native_image()
508 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_create_prime_image()
/external/swiftshader/src/WSI/
DVkSwapchainKHR.cpp116 imageInfo.pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices; in createImages()
/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/vulkan-validation-layers/layers/
Dcore_validation_types.h253 uint32_t *pQueueFamilyIndices = new uint32_t[createInfo.queueFamilyIndexCount];
255 pQueueFamilyIndices[i] = pCreateInfo->pQueueFamilyIndices[i];
257 createInfo.pQueueFamilyIndices = pQueueFamilyIndices;
269 delete[] createInfo.pQueueFamilyIndices;
270 createInfo.pQueueFamilyIndices = nullptr;
323 delete[] createInfo.pQueueFamilyIndices;
324 createInfo.pQueueFamilyIndices = nullptr;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp147 bufferCreateInfo.pQueueFamilyIndices = DE_NULL; // const deUint32* pQueueFamilyIndices; in iterate()
155 …bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices; in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp166 imageCreateInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesBufferSparseResidency.cpp196 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesImageBlockShapes.cpp173 imageCreateInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp438 imageSparseInfo.pQueueFamilyIndices = DE_NULL; in iterate()
698 imageTexelsInfo.pQueueFamilyIndices = DE_NULL; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp214 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesImageSparseBinding.cpp187 imageSparseInfo.pQueueFamilyIndices = DE_NULL; //const deUint32* pQueueFamilyIndices; in iterate()
/external/skqp/src/gpu/vk/
DGrVkUniformBuffer.cpp59 bufInfo.pQueueFamilyIndices = nullptr; in CreateResource()
DGrVkBuffer.cpp57 bufInfo.pQueueFamilyIndices = nullptr; in Create()
/external/swiftshader/src/Vulkan/
DVkBuffer.cpp33 …memcpy(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, sizeof(uint32_t) * queueFamilyIndexCo… in Buffer()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp309 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
400 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
476 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
518 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
566 baseParameters.pQueueFamilyIndices, in generateSwapchainParameterCases()
728 curParams.pQueueFamilyIndices = &queueIdx; in createSwapchainTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp586 const deUint32* pQueueFamilyIndices = de::dataSafe(queueFamilyIndices); in makeBufferCreateInfo() local
596 pQueueFamilyIndices, // const deUint32* pQueueFamilyIndices; in makeBufferCreateInfo()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp300 swapchainCreateInfo.pQueueFamilyIndices = queueFamilies; in createSwapchain()
304 swapchainCreateInfo.pQueueFamilyIndices = nullptr; in createSwapchain()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp288 swapchainCreateInfo.pQueueFamilyIndices = queueFamilies; in createSwapchain()
292 swapchainCreateInfo.pQueueFamilyIndices = nullptr; in createSwapchain()
/external/skia/src/gpu/vk/
DGrVkBuffer.cpp127 bufInfo.pQueueFamilyIndices = nullptr; in Make()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp921 swapchain_ci.pQueueFamilyIndices = NULL; in init_swap_chain()
932 swapchain_ci.pQueueFamilyIndices = queueFamilyIndices; in init_swap_chain()
1053 image_info.pQueueFamilyIndices = NULL; in init_depth_buffer()
1131 buf_info.pQueueFamilyIndices = NULL; in init_uniform_buffer()
1334 buf_info.pQueueFamilyIndices = NULL; in init_vertex_buffer()
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp266 buf_info.pQueueFamilyIndices = NULL; in TEST_F()
300 image_create_info.pQueueFamilyIndices = NULL; in TEST_F()
353 image_create_info.pQueueFamilyIndices = NULL; in TEST_F()
407 image_create_info.pQueueFamilyIndices = NULL; in TEST_F()
448 buf_info.pQueueFamilyIndices = NULL; in TEST_F()
821 depth_image_create_info.pQueueFamilyIndices = NULL; in TEST_F()
1705 ci.pQueueFamilyIndices = NULL; in TEST_F()
1935 ci.pQueueFamilyIndices = NULL; in TEST_F()
2080 ci.pQueueFamilyIndices = NULL; in TEST_F()
2245 ci.pQueueFamilyIndices = NULL; in TEST_F()
[all …]
Dvklayertests_command.cpp1283 ci.pQueueFamilyIndices = NULL; in TEST_F()
2039 ci.pQueueFamilyIndices = NULL; in TEST_F()
2223 ci.pQueueFamilyIndices = NULL; in TEST_F()
2321 ci.pQueueFamilyIndices = NULL; in TEST_F()
2474 ci.pQueueFamilyIndices = NULL; in TEST_F()
2588 ci.pQueueFamilyIndices = NULL; in TEST_F()
2700 ci.pQueueFamilyIndices = NULL; in TEST_F()
2784 ci.pQueueFamilyIndices = NULL; in TEST_F()
2968 ci.pQueueFamilyIndices = NULL; in TEST_F()
3080 ci.pQueueFamilyIndices = NULL; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp92 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()

123