Home
last modified time | relevance | path

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

1234

/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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp34 createInfo.queueFamilyIndexCount = 0; in Initialize()
DNativeSwapChainImplVk.cpp98 createInfo.queueFamilyIndexCount = 0; in Configure()
DBufferVk.cpp125 createInfo.queueFamilyIndexCount = 0; in Buffer()
/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()
/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/flutter/skia/src/gpu/vk/
DGrVkUniformBuffer.cpp58 bufInfo.queueFamilyIndexCount = 0; in CreateResource()
DGrVkBuffer.cpp57 bufInfo.queueFamilyIndexCount = 0; in Create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp308 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
399 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
475 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
517 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
565 baseParameters.queueFamilyIndexCount, in generateSwapchainParameterCases()
727 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/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp292 swapchainCreateInfo.queueFamilyIndexCount = 2; in createSwapchain()
296 swapchainCreateInfo.queueFamilyIndexCount = 0; in createSwapchain()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfacevulkanmemory.c181 .queueFamilyIndexCount = 0, in _io_surface_vulkan_memory_new()
/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.cpp702 const deUint32 queueFamilyIndexCount = static_cast<deUint32>(queueFamilyIndices.size()); in makeBufferCreateInfo() local
712 queueFamilyIndexCount, // deUint32 queueFamilyIndexCount; in makeBufferCreateInfo()
/third_party/skia/src/gpu/vk/
DGrVkBuffer.cpp126 bufInfo.queueFamilyIndexCount = 0; in Make()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkbuffermemory.c55 .queueFamilyIndexCount = 0, in _create_info_from_args()
/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()

1234