Home
last modified time | relevance | path

Searched refs:queueFamilyIndices (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.cpp34 queueFamilyIndices = reinterpret_cast<uint32_t *>(mem); in Buffer()
35 memcpy(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, sizeof(uint32_t) * queueFamilyIndexCount); in Buffer()
51 vk::freeHostMemory(queueFamilyIndices, pAllocator); in destroy()
H A DVkBuffer.hpp54 uint32_t *queueFamilyIndices = nullptr; member in vk::Buffer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp343 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice()
662 const std::vector<deUint32>& queueFamilyIndices, in createImage()
689 (deUint32)queueFamilyIndices.size(), in createImage()
690 &queueFamilyIndices[0], in createImage()
702 const std::vector<deUint32>& queueFamilyIndices) in createBuffer()
719 (deUint32)queueFamilyIndices.size(), in createBuffer()
720 &queueFamilyIndices[0] in createBuffer()
763 const std::vector<deUint32>& queueFamilyIndices, in importResource()
817 (deUint32)queueFamilyIndices.size(), in importResource()
818 &queueFamilyIndices[ in importResource()
658 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
697 createBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, const vk::VkDeviceSize size, const vk::VkBufferUsageFlags usage, const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType, const std::vector<deUint32>& queueFamilyIndices) createBuffer() argument
760 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex, bool dedicated) importResource() argument
[all...]
H A DvktSynchronizationWin32KeyedMutexTests.cpp168 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice()
389 const std::vector<deUint32>& queueFamilyIndices, in importResource()
441 (deUint32)queueFamilyIndices.size(), in importResource()
442 &queueFamilyIndices[0], in importResource()
471 (deUint32)queueFamilyIndices.size(), in importResource()
472 &queueFamilyIndices[0] in importResource()
386 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType) importResource() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp346 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice()
665 const std::vector<deUint32>& queueFamilyIndices, in createImage()
692 (deUint32)queueFamilyIndices.size(), in createImage()
693 &queueFamilyIndices[0], in createImage()
705 const std::vector<deUint32>& queueFamilyIndices) in createBuffer()
722 (deUint32)queueFamilyIndices.size(), in createBuffer()
723 &queueFamilyIndices[0] in createBuffer()
766 const std::vector<deUint32>& queueFamilyIndices, in importResource()
820 (deUint32)queueFamilyIndices.size(), in importResource()
821 &queueFamilyIndices[ in importResource()
661 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
700 createBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, const vk::VkDeviceSize size, const vk::VkBufferUsageFlags usage, const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType, const std::vector<deUint32>& queueFamilyIndices) createBuffer() argument
763 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex, bool dedicated) importResource() argument
[all...]
H A DvktSynchronizationWin32KeyedMutexTests.cpp168 std::vector<deUint32> queueFamilyIndices (queueFamilyProperties.size(), 0xFFFFFFFFu); in createTestDevice()
388 const std::vector<deUint32>& queueFamilyIndices, in importResource()
440 (deUint32)queueFamilyIndices.size(), in importResource()
441 &queueFamilyIndices[0], in importResource()
470 (deUint32)queueFamilyIndices.size(), in importResource()
471 &queueFamilyIndices[0] in importResource()
385 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType) importResource() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp147 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
153 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices; in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp206 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
212 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp188 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
194 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp149 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
155 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; // const deUint32* pQueueFamilyIndices; in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp208 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
214 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp190 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex }; in iterate() local
196 bufferCreateInfo.pQueueFamilyIndices = queueFamilyIndices; in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp743 const std::vector<deUint32>& queueFamilyIndices, in makeBufferCreateInfo()
746 const deUint32 queueFamilyIndexCount = static_cast<deUint32>(queueFamilyIndices.size()); in makeBufferCreateInfo()
747 const deUint32* pQueueFamilyIndices = de::dataOrNull(queueFamilyIndices); in makeBufferCreateInfo()
741 makeBufferCreateInfo(const VkDeviceSize size, const VkBufferUsageFlags usage, const std::vector<deUint32>& queueFamilyIndices, const VkBufferCreateFlags createFlags) makeBufferCreateInfo() argument
H A DvkObjUtil.hpp177 const std::vector<deUint32>& queueFamilyIndices,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp290 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
292 const VkBufferCreateInfo createInfo = makeBufferCreateInfo(vtxBufferSize, usage, queueFamilyIndices); in iterate()
356 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
357 const VkBufferCreateInfo pgqBufferCreateInfo = makeBufferCreateInfo(pgqResultSize, usage, queueFamilyIndices); in iterate()
366 const VkBufferCreateInfo xfbBufferCreateInfo = makeBufferCreateInfo(xfbResultSize, usage, queueFamilyIndices); in iterate()
386 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
387 const VkBufferCreateInfo createInfo = makeBufferCreateInfo(xfbBufferSize, usage, queueFamilyIndices); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp148 const vector<deUint32>& queueFamilyIndices, in createDeviceWithWsi()
155 for (const auto familyIndex : queueFamilyIndices) in createDeviceWithWsi()
306 const vector<deUint32> queueFamilyIndices; member
317 , queueFamilyIndices(getCompatibleQueueFamilyIndices(vki, physicalDevice, surface)) in MultiQueueDeviceHelper()
325 queueFamilyIndices, in MultiQueueDeviceHelper()
660 const auto numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainTest()
665 curParams.pQueueFamilyIndices = devHelper.queueFamilyIndices.data(); in createSwapchainTest()
759 const deUint32 numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainPrivateDataTest()
767 if (devHelper.queueFamilyIndices.empty()) in createSwapchainPrivateDataTest()
771 curParams.pQueueFamilyIndices = devHelper.queueFamilyIndices in createSwapchainPrivateDataTest()
141 createDeviceWithWsi(const PlatformInterface& vkp, deUint32 apiVersion, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const vector<string>& additionalExtensions, const vector<deUint32>& queueFamilyIndices, bool validationEnabled, const VkAllocationCallbacks* pAllocator = DE_NULL) createDeviceWithWsi() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp143 const vector<deUint32>& queueFamilyIndices, in createDeviceWithWsi()
150 for (const auto familyIndex : queueFamilyIndices) in createDeviceWithWsi()
301 const vector<deUint32> queueFamilyIndices; member
312 , queueFamilyIndices(getCompatibleQueueFamilyIndices(vki, physicalDevice, surface)) in MultiQueueDeviceHelper()
320 queueFamilyIndices, in MultiQueueDeviceHelper()
655 const auto numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainTest()
660 curParams.pQueueFamilyIndices = devHelper.queueFamilyIndices.data(); in createSwapchainTest()
754 const deUint32 numFamilies = static_cast<deUint32>(devHelper.queueFamilyIndices.size()); in createSwapchainPrivateDataTest()
762 if (devHelper.queueFamilyIndices.empty()) in createSwapchainPrivateDataTest()
766 curParams.pQueueFamilyIndices = devHelper.queueFamilyIndices in createSwapchainPrivateDataTest()
136 createDeviceWithWsi(const PlatformInterface& vkp, deUint32 apiVersion, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const vector<string>& additionalExtensions, const vector<deUint32>& queueFamilyIndices, bool validationEnabled, const VkAllocationCallbacks* pAllocator = DE_NULL) createDeviceWithWsi() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp382 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
384 const VkBufferCreateInfo createInfo = makeBufferCreateInfo(vtxBufferSize, usage, queueFamilyIndices); in iterate()
451 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
452 const VkBufferCreateInfo pgqBufferCreateInfo = makeBufferCreateInfo(pgqResultBufferSize, usage, queueFamilyIndices); in iterate()
461 const VkBufferCreateInfo xfbBufferCreateInfo = makeBufferCreateInfo(xfbResultBufferSize, usage, queueFamilyIndices); in iterate()
484 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
485 const VkBufferCreateInfo createInfo = makeBufferCreateInfo(xfbBufferSize, usage, queueFamilyIndices); in iterate()
1476 const std::vector<deUint32> queueFamilyIndices (1, queueFamilyIndex); in iterate()
1478 const VkBufferCreateInfo createInfo = makeBufferCreateInfo(vtxBufferSize, usage, queueFamilyIndices); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp91 deUint32 queueFamilyIndices[] = {universalQueueFamilyIndex, sparseQueueFamilyIndex}; in createSparseImageAndMemory() local
116 queueFamilyIndices, in createSparseImageAndMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp91 deUint32 queueFamilyIndices[] = {universalQueueFamilyIndex, sparseQueueFamilyIndex}; in createSparseImageAndMemory() local
116 queueFamilyIndices, in createSparseImageAndMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp337 const deUint32 queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), m_context.getSparseQueueFamilyIndex()}; in updateTextureData() local
407 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in updateTextureData()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp347 const deUint32 queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), m_context.getSparseQueueFamilyIndex()}; in updateTextureData() local
417 queueFamilyIndices, // const deUint32* pQueueFamilyIndices; in updateTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp3466 const deUint32 queueFamilyIndices[] = { context.getUniversalQueueFamilyIndex(), context.getSparseQueueFamilyIndex() };
3525 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3569 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3616 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3670 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
4403 &queueFamilyIndices[0] // const deUint32* pQueueFamilyIndices;
4445 m_cmdPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndices[0]);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp3373 const deUint32 queueFamilyIndices[] = { context.getUniversalQueueFamilyIndex(), context.getSparseQueueFamilyIndex() };
3432 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3476 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3523 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
3577 queueFamilyIndices, // const deUint32* pQueueFamilyIndices;
4305 &queueFamilyIndices[0] // const deUint32* pQueueFamilyIndices;
4347 m_cmdPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndices[0]);

Completed in 55 milliseconds

12