Home
last modified time | relevance | path

Searched refs:imageOpaqueBindCount (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h663 size += vn_sizeof_uint32_t(&val->imageOpaqueBindCount); in vn_sizeof_VkBindSparseInfo_self()
665 size += vn_sizeof_array_size(val->imageOpaqueBindCount); in vn_sizeof_VkBindSparseInfo_self()
666 for (uint32_t i = 0; i < val->imageOpaqueBindCount; i++) in vn_sizeof_VkBindSparseInfo_self()
751 vn_encode_uint32_t(enc, &val->imageOpaqueBindCount); in vn_encode_VkBindSparseInfo_self()
753 vn_encode_array_size(enc, val->imageOpaqueBindCount); in vn_encode_VkBindSparseInfo_self()
754 for (uint32_t i = 0; i < val->imageOpaqueBindCount; i++) in vn_encode_VkBindSparseInfo_self()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp303 sparseInfo.imageOpaqueBindCount = 0; in BufferWithMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp411 sparseInfo.imageOpaqueBindCount = 0; in BufferWithMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesMipmapSparseResidency.cpp366 0u, //deUint32 imageOpaqueBindCount; in iterate()
393 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp407 0u, //deUint32 imageOpaqueBindCount; in iterate()
442 bindSparseInfo.imageOpaqueBindCount = 2u; in iterate()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp680 0u, //deUint32 imageOpaqueBindCount; in iterate()
707 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp561 0u, //deUint32 imageOpaqueBindCount; in iterate()
588 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesMipmapSparseResidency.cpp368 0u, //deUint32 imageOpaqueBindCount; in iterate()
395 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp409 0u, //deUint32 imageOpaqueBindCount; in iterate()
444 bindSparseInfo.imageOpaqueBindCount = 2u; in iterate()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp680 0u, //deUint32 imageOpaqueBindCount; in iterate()
707 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp546 0u, //deUint32 imageOpaqueBindCount; in iterate()
573 bindSparseInfo.imageOpaqueBindCount = 1u; in iterate()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.c1252 .image_opaque_bind_count = pBindInfo[i].imageOpaqueBindCount, in vk_common_QueueBindSparse()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c905 sparse.imageOpaqueBindCount = 1; in texture_commit_miptail()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp5571 0u, //deUint32 imageOpaqueBindCount;
5598 bindSparseInfo.imageOpaqueBindCount = 1u;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp7480 , imageOpaqueBindCount( imageOpaqueBindCount_ )
7509 , imageOpaqueBindCount( static_cast<uint32_t>( imageOpaqueBinds_.size() ) )
7583 imageOpaqueBindCount = imageOpaqueBindCount_;
7599 imageOpaqueBindCount = static_cast<uint32_t>( imageOpaqueBinds_.size() );
7671 ( pBufferBinds == rhs.pBufferBinds ) && ( imageOpaqueBindCount == rhs.imageOpaqueBindCount ) &&
7690 uint32_t imageOpaqueBindCount = {}; member
[all...]
H A Dvulkan_core.h2894 uint32_t imageOpaqueBindCount; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2969 uint32_t imageOpaqueBindCount; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2801 uint32_t imageOpaqueBindCount; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3158 uint32_t imageOpaqueBindCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2943 uint32_t imageOpaqueBindCount; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp9734 , imageOpaqueBindCount( imageOpaqueBindCount_ )
9759 , imageOpaqueBindCount( static_cast<uint32_t>( imageOpaqueBinds_.size() ) )
9831 imageOpaqueBindCount = imageOpaqueBindCount_;
9846 imageOpaqueBindCount = static_cast<uint32_t>( imageOpaqueBinds_.size() );
9932 imageOpaqueBindCount,
9951 ( imageOpaqueBindCount == rhs.imageOpaqueBindCount ) && ( pImageOpaqueBinds == rhs.pImageOpaqueBinds ) &&
9970 uint32_t imageOpaqueBindCount = {}; member
[all...]
H A Dvulkan_core.h3308 uint32_t imageOpaqueBindCount; member
H A Dvulkan_hash.hpp1606 VULKAN_HPP_HASH_COMBINE( seed, bindSparseInfo.imageOpaqueBindCount );

Completed in 370 milliseconds