Home
last modified time | relevance | path

Searched refs:queueFamilyIndexCount (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkBuffer.cpp33 queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount; in Buffer()
35 …py(queueFamilyIndices, pCreateInfo->pQueueFamilyIndices, sizeof(uint32_t) * queueFamilyIndexCount); in Buffer()
56 …ingMode == VK_SHARING_MODE_CONCURRENT) ? sizeof(uint32_t) * pCreateInfo->queueFamilyIndexCount : 0; in ComputeRequiredAllocationSize()
DVkBuffer.hpp53 uint32_t queueFamilyIndexCount = 0; member in vk::Buffer
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSwapchainKHR.cpp122 imageInfo.queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount; in createImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
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()
DvktDrawCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
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()
DvktDrawCreateInfoUtil.hpp88 deUint32 queueFamilyIndexCount = 0,
111 deUint32 queueFamilyIndexCount = 0,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp37 createInfo.queueFamilyIndexCount = 0; in Initialize()
DNativeSwapChainImplVk.cpp130 createInfo.queueFamilyIndexCount = 0; in Configure()
DBufferVk.cpp189 createInfo.queueFamilyIndexCount = 0; in Initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp146 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
154 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp165 imageCreateInfo.queueFamilyIndexCount = 0u; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp146 bufferCreateInfo.queueFamilyIndexCount = 0u; // deUint32 queueFamilyIndexCount; in iterate()
154 bufferCreateInfo.queueFamilyIndexCount = 2u; // deUint32 queueFamilyIndexCount; in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp165 imageCreateInfo.queueFamilyIndexCount = 0u; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
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/modules_no_buildgn/vulkan/protected_memory/
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/mesa3d/src/virtio/venus-protocol/
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()
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/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c376 .queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount, in wsi_configure_native_image()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp299 swapchainCreateInfo.queueFamilyIndexCount = 2; in createSwapchain()
303 swapchainCreateInfo.queueFamilyIndexCount = 0; in createSwapchain()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp736 const deUint32 queueFamilyIndexCount = static_cast<deUint32>(queueFamilyIndices.size()); in makeBufferCreateInfo() local
746 queueFamilyIndexCount, // deUint32 queueFamilyIndexCount; in makeBufferCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp485 VkImageCreateInfo makeImgInfo (deUint32 queueFamilyIndexCount,
732 VkImageCreateInfo HelperInvocationsInstance::makeImgInfo (deUint32 queueFamilyIndexCount, in makeImgInfo() argument
754 queueFamilyIndexCount, // queueFamilyIndexCount; in makeImgInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryMiscTests.cpp485 VkImageCreateInfo makeImgInfo (deUint32 queueFamilyIndexCount,
732 VkImageCreateInfo HelperInvocationsInstance::makeImgInfo (deUint32 queueFamilyIndexCount, in makeImgInfo() argument
754 queueFamilyIndexCount, // queueFamilyIndexCount; in makeImgInfo()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
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/skia/src/gpu/vk/
DGrVkBuffer.cpp126 bufInfo.queueFamilyIndexCount = 0; in Make()

12345