Home
last modified time | relevance | path

Searched refs:queueFamilyIndices (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkBuffer.cpp32 queueFamilyIndices = reinterpret_cast<uint32_t *>(mem); in Buffer()
33 …memcpy(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, sizeof(uint32_t) * queueFamilyIndexCo… in Buffer()
49 vk::deallocate(queueFamilyIndices, pAllocator); in destroy()
DVkBuffer.hpp54 uint32_t *queueFamilyIndices = nullptr; member in vk::Buffer
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp336 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
650 const std::vector<deUint32>& queueFamilyIndices, in createImage() argument
677 (deUint32)queueFamilyIndices.size(), in createImage()
678 &queueFamilyIndices[0], in createImage()
690 const std::vector<deUint32>& queueFamilyIndices) in createBuffer() argument
707 (deUint32)queueFamilyIndices.size(), in createBuffer()
708 &queueFamilyIndices[0] in createBuffer()
751 const std::vector<deUint32>& queueFamilyIndices, in importResource() argument
804 (deUint32)queueFamilyIndices.size(), in importResource()
805 &queueFamilyIndices[0], in importResource()
[all …]
DvktSynchronizationWin32KeyedMutexTests.cpp168 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
386 const std::vector<deUint32>& queueFamilyIndices, in importResource() argument
437 (deUint32)queueFamilyIndices.size(), in importResource()
438 &queueFamilyIndices[0], in importResource()
467 (deUint32)queueFamilyIndices.size(), in importResource()
468 &queueFamilyIndices[0] in importResource()
DvktSynchronizationSignalOrderTests.cpp102 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp583 const std::vector<deUint32>& queueFamilyIndices) in makeBufferCreateInfo() argument
585 const deUint32 queueFamilyIndexCount = static_cast<deUint32>(queueFamilyIndices.size()); in makeBufferCreateInfo()
586 const deUint32* pQueueFamilyIndices = de::dataSafe(queueFamilyIndices); in makeBufferCreateInfo()
DvkObjUtil.hpp118 const std::vector<deUint32>& queueFamilyIndices);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp149 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() local
155 …bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices; in iterate()
DvktSparseResourcesBufferSparseResidency.cpp190 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() local
196 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp208 …const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyInde… in iterate() local
214 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp140 const vector<deUint32>& queueFamilyIndices, in createDeviceWithWsi() argument
147 for (const auto familyIndex : queueFamilyIndices) in createDeviceWithWsi()
298 const vector<deUint32> queueFamilyIndices; member
309 , queueFamilyIndices(getCompatibleQueueFamilyIndices(vki, physicalDevice, surface)) in MultiQueueDeviceHelper()
317 queueFamilyIndices, in MultiQueueDeviceHelper()
713 const deUint32 numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainTest()
721 if (devHelper.queueFamilyIndices.empty()) in createSwapchainTest()
725 curParams.pQueueFamilyIndices = devHelper.queueFamilyIndices.data(); in createSwapchainTest()
816 const deUint32 numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainPrivateDataTest()
824 if (devHelper.queueFamilyIndices.empty()) in createSwapchainPrivateDataTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp91 deUint32 queueFamilyIndices[] = {universalQueueFamilyIndex, sparseQueueFamilyIndex}; in createSparseImageAndMemory() local
116 queueFamilyIndices, in createSparseImageAndMemory()
DvktRenderPassSubpassDependencyTests.cpp1542 const deUint32 queueFamilyIndices = m_context.getUniversalQueueFamilyIndex(); in iterateInternal() local
1553 &queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in iterateInternal()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2468 …const deUint32 queueFamilyIndices[] = { context.getUniversalQueueFamilyIndex(), context.getSpa… in initialize() local
2524 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in initialize()
2564 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in initialize()
2611 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in initialize()
2665 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in initialize()
3350 &queueFamilyIndices[0] // const deUint32* pQueueFamilyIndices; in initialize()
3392 …ool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndices[0]); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp335 …const deUint32 queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), m_context.… in updateTextureData() local
402 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in updateTextureData()
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp705 uint32_t queueFamilyIndices[] = { g_GraphicsQueueFamilyIndex, g_PresentQueueFamilyIndex }; in CreateSwapchain() local
710 swapChainInfo.pQueueFamilyIndices = queueFamilyIndices; in CreateSwapchain()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp922 uint32_t queueFamilyIndices[2] = {(uint32_t)info.graphics_queue_family_index, in init_swap_chain() local
932 swapchain_ci.pQueueFamilyIndices = queueFamilyIndices; in init_swap_chain()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1979 const std::vector<deUint32> queueFamilyIndices = { queueFamilyIndex }; in iterate() local
2017 …eInfo = makeBufferCreateInfo(queryDataSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, queueFamilyIndices); in iterate()