Home
last modified time | relevance | path

Searched refs:queueFamilyIndexCount (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.cpp33 queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount; in Buffer()
35 memcpy(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, sizeof(uint32_t) * queueFamilyIndexCount); in Buffer()
56 return (pCreateInfo->sharingMode == VK_SHARING_MODE_CONCURRENT) ? sizeof(uint32_t) * pCreateInfo->queueFamilyIndexCount : 0; in ComputeRequiredAllocationSize()
H A DVkBuffer.hpp53 uint32_t queueFamilyIndexCount = 0; member in vk::Buffer
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp122 imageInfo.queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount; in createImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()
169 queueFamilyIndexCount = other.queueFamilyIndexCount; in BufferCreateInfo()
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()
192 queueFamilyIndexCount = other.queueFamilyIndexCount; in operator =()
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()
241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()
H A DvktDrawCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp147 queueFamilyIndexCount = _queueFamilyIndexCount; in BufferCreateInfo()
169 queueFamilyIndexCount = other.queueFamilyIndexCount; in BufferCreateInfo()
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()
192 queueFamilyIndexCount = other.queueFamilyIndexCount; in operator =()
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()
241 queueFamilyIndexCount = _queueFamilyIndexCount; in ImageCreateInfo()
H A DvktDrawCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DStagingBufferVk.cpp37 createInfo.queueFamilyIndexCount = 0; in Initialize()
H A DNativeSwapChainImplVk.cpp130 createInfo.queueFamilyIndexCount = 0; in Configure()
H A DBufferVk.cpp189 createInfo.queueFamilyIndexCount = 0; in Initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp144 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
152 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
H A DvktSparseResourcesImageAlignedMipSize.cpp163 imageCreateInfo.queueFamilyIndexCount = 0u; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp146 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
154 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
H A DvktSparseResourcesImageAlignedMipSize.cpp165 imageCreateInfo.queueFamilyIndexCount = 0u; in iterate()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c376 .queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount, in wsi_configure_native_image()
/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp129 bufInfo.queueFamilyIndexCount = 0;
207 bufInfo.queueFamilyIndexCount = 0;
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp299 swapchainCreateInfo.queueFamilyIndexCount = 2; in createSwapchain()
303 swapchainCreateInfo.queueFamilyIndexCount = 0; in createSwapchain()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_buffer.h161 size += vn_sizeof_uint32_t(&val->queueFamilyIndexCount); in vn_sizeof_VkBufferCreateInfo_self()
163 size += vn_sizeof_array_size(val->queueFamilyIndexCount); in vn_sizeof_VkBufferCreateInfo_self()
164 size += vn_sizeof_uint32_t_array(val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_sizeof_VkBufferCreateInfo_self()
220 vn_encode_uint32_t(enc, &val->queueFamilyIndexCount); in vn_encode_VkBufferCreateInfo_self()
222 vn_encode_array_size(enc, val->queueFamilyIndexCount); in vn_encode_VkBufferCreateInfo_self()
223 vn_encode_uint32_t_array(enc, val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_encode_VkBufferCreateInfo_self()
H A Dvn_protocol_driver_image.h372 size += vn_sizeof_uint32_t(&val->queueFamilyIndexCount); in vn_sizeof_VkImageCreateInfo_self()
374 size += vn_sizeof_array_size(val->queueFamilyIndexCount); in vn_sizeof_VkImageCreateInfo_self()
375 size += vn_sizeof_uint32_t_array(val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_sizeof_VkImageCreateInfo_self()
460 vn_encode_uint32_t(enc, &val->queueFamilyIndexCount); in vn_encode_VkImageCreateInfo_self()
462 vn_encode_array_size(enc, val->queueFamilyIndexCount); in vn_encode_VkImageCreateInfo_self()
463 vn_encode_uint32_t_array(enc, val->pQueueFamilyIndices, val->queueFamilyIndexCount); in vn_encode_VkImageCreateInfo_self()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp323 baseParameters.queueFamilyIndexCount, in executeSwapchainParameterCases()
443 baseParameters.queueFamilyIndexCount, in executeSwapchainParameterCases()
532 baseParameters.queueFamilyIndexCount, in executeSwapchainParameterCases()
586 baseParameters.queueFamilyIndexCount, in executeSwapchainParameterCases()
646 baseParameters.queueFamilyIndexCount, in executeSwapchainParameterCases()
757 createInfo.queueFamilyIndexCount = 2u; in executeSwapchainParameterCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp310 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
397 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
471 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
513 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
561 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
723 curParams.queueFamilyIndexCount = 1u; in createSwapchainTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp735 0u, // deUint32 queueFamilyIndexCount; in makeBufferCreateInfo()
746 const deUint32 queueFamilyIndexCount = static_cast<deUint32>(queueFamilyIndices.size()); in makeBufferCreateInfo() local
756 queueFamilyIndexCount, // deUint32 queueFamilyIndexCount; in makeBufferCreateInfo()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp920 swapchain_ci.queueFamilyIndexCount = 0; in init_swap_chain()
931 swapchain_ci.queueFamilyIndexCount = 2; in init_swap_chain()
1052 image_info.queueFamilyIndexCount = 0; in init_depth_buffer()
1130 buf_info.queueFamilyIndexCount = 0; in init_uniform_buffer()
1333 buf_info.queueFamilyIndexCount = 0; in init_vertex_buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp85 createBufferInfo.queueFamilyIndexCount = 1; in Initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp485 VkImageCreateInfo makeImgInfo (deUint32 queueFamilyIndexCount,
732 VkImageCreateInfo HelperInvocationsInstance::makeImgInfo (deUint32 queueFamilyIndexCount, in makeImgInfo() argument
754 queueFamilyIndexCount, // queueFamilyIndexCount; in makeImgInfo()

Completed in 33 milliseconds

1234