Home
last modified time | relevance | path

Searched defs:queueFamilyIndices (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkBuffer.hpp56 uint32_t *queueFamilyIndices = nullptr; member in vk::Buffer
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp307 std::vector<uint32_t> queueFamilyIndices(queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
590 … const vk::VkExtent3D extent, const std::vector<uint32_t> &queueFamilyIndices, in createImage()
621 const std::vector<uint32_t> &queueFamilyIndices) in createBuffer()
671const std::vector<uint32_t> &queueFamilyIndices, const OperationSupport &readOp, in importResource()
DvktSynchronizationWin32KeyedMutexTests.cpp185 std::vector<uint32_t> queueFamilyIndices(queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
383const std::vector<uint32_t> &queueFamilyIndices, const OperationSupport &readOp, in importResource()
DvktSynchronizationSignalOrderTests.cpp119 std::vector<uint32_t> queueFamilyIndices(queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp140 …const uint32_t queueFamilyIndices[] = {sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex… in iterate() local
DvktSparseResourcesBufferRebind.cpp161 …const uint32_t queueFamilyIndices[] = {sparseQueue.queueFamilyIndex, transferQueue.queueFamilyInde… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp175 …const uint32_t queueFamilyIndices[] = {sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp200 …const uint32_t queueFamilyIndices[] = {sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp461 const std::vector<uint32_t> queueFamilyIndices(1, queueFamilyIndex); in iterate() local
531 const std::vector<uint32_t> queueFamilyIndices(1, queueFamilyIndex); in iterate() local
572 const std::vector<uint32_t> queueFamilyIndices(1, queueFamilyIndex); in iterate() local
1599 const std::vector<uint32_t> queueFamilyIndices(1, queueFamilyIndex); in iterate() local
DvktTransformFeedbackSimpleTests.cpp3193 const std::vector<uint32_t> queueFamilyIndices = {queueFamilyIndex}; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp83 uint32_t queueFamilyIndices[] = {universalQueueFamilyIndex, sparseQueueFamilyIndex}; in createSparseImageAndMemory() local
DvktRenderPassSubpassDependencyTests.cpp1528 const uint32_t queueFamilyIndices = m_context.getUniversalQueueFamilyIndex(); in iterateInternal() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp679 const std::vector<uint32_t> &queueFamilyIndices, in makeBufferCreateInfo()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp924 uint32_t queueFamilyIndices[2] = {(uint32_t)info.graphics_queue_family_index, in init_swap_chain() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp141const vector<uint32_t> &queueFamilyIndices, bool validationEnabled, in createDeviceWithWsi()
281 const vector<uint32_t> queueFamilyIndices; member
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp546 const uint32_t queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), in updateTextureData() local
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp960 uint32_t queueFamilyIndices[] = { g_GraphicsQueueFamilyIndex, g_PresentQueueFamilyIndex }; in CreateSwapchain() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp3425 const uint32_t queueFamilyIndices[] = {m_queueFamilyIndex, m_sparseQueueFamilyIndex}; in createDescriptorBuffers() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp3708 …const uint32_t queueFamilyIndices[] = {context.getUniversalQueueFamilyIndex(), context.getSparseQu… in initialize() local