Home
last modified time | relevance | path

Searched refs:bufferImageGranularity (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1307 (considering required alignment, `bufferImageGranularity`, and `nonCoherentAtomSize`).
1415 like `bufferImageGranularity`, `nonCoherentAtomSize`, and especially different
4231 Minimum value for VkPhysicalDeviceLimits::bufferImageGranularity.
4468 VkPhysicalDeviceLimits::bufferImageGranularity. They conflict if one is buffer
6275 VkDeviceSize bufferImageGranularity,
6356 VkDeviceSize bufferImageGranularity,
6387 VkDeviceSize bufferImageGranularity,
6408 VkDeviceSize bufferImageGranularity,
6534 VkDeviceSize bufferImageGranularity,
6610 VkDeviceSize bufferImageGranularity,
9116 CreateAllocationRequest( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, bool upperAddress, VmaSuballocationType allocType, bool canMakeOtherLost, uint32_t strategy, VmaAllocationRequest* pAllocationRequest) CreateAllocationRequest() argument
9467 CheckAllocation( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, VmaSuballocationType allocType, VmaSuballocationList::const_iterator suballocItem, bool canMakeOtherLost, VkDeviceSize* pOffset, size_t* itemsToMakeLostCount, VkDeviceSize* pSumFreeSize, VkDeviceSize* pSumItemSize) const CheckAllocation() argument
9866 IsBufferImageGranularityConflictPossible( VkDeviceSize bufferImageGranularity, VmaSuballocationType& inOutPrevSuballocType) const IsBufferImageGranularityConflictPossible() argument
10801 CreateAllocationRequest( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, bool upperAddress, VmaSuballocationType allocType, bool canMakeOtherLost, uint32_t strategy, VmaAllocationRequest* pAllocationRequest) CreateAllocationRequest() argument
10826 CreateAllocationRequest_UpperAddress( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, VmaSuballocationType allocType, bool canMakeOtherLost, uint32_t strategy, VmaAllocationRequest* pAllocationRequest) CreateAllocationRequest_UpperAddress() argument
10946 CreateAllocationRequest_LowerAddress( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, VmaSuballocationType allocType, bool canMakeOtherLost, uint32_t strategy, VmaAllocationRequest* pAllocationRequest) CreateAllocationRequest_LowerAddress() argument
11811 CreateAllocationRequest( uint32_t currentFrameIndex, uint32_t frameInUseCount, VkDeviceSize bufferImageGranularity, VkDeviceSize allocSize, VkDeviceSize allocAlignment, bool upperAddress, VmaSuballocationType allocType, bool canMakeOtherLost, uint32_t strategy, VmaAllocationRequest* pAllocationRequest) CreateAllocationRequest() argument
12508 VmaBlockVector( VmaAllocator hAllocator, VmaPool hParentPool, uint32_t memoryTypeIndex, VkDeviceSize preferredBlockSize, size_t minBlockCount, size_t maxBlockCount, VkDeviceSize bufferImageGranularity, uint32_t frameInUseCount, bool explicitBlockSize, uint32_t algorithm) VmaBlockVector() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp138 // When sub-allocating, Vulkan requires that we respect bufferImageGranularity. Some in Allocate()
151 mDevice->GetDeviceInfo().properties.limits.bufferImageGranularity); in Allocate()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c676 .bufferImageGranularity = 64, /* A cache line */ in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp154 { LIMIT(bufferImageGranularity), 0, 0, 1, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
155 { LIMIT(bufferImageGranularity), 0, 0, 131072, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits()
759 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MIN_DEVSIZE(1) }, in validateLimits12()
760 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MAX_DEVSIZE(131072) }, in validateLimits12()
1740 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MAX_DEVSIZE(4096) }, in validateRoadmap2022()
2766 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.bufferImageGranularity),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp154 { LIMIT(bufferImageGranularity), 0, 0, 1, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
155 { LIMIT(bufferImageGranularity), 0, 0, 131072, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MAX, -1, false }, in validateFeatureLimits()
750 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MIN_DEVSIZE(1) }, in validateLimits12()
751 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MAX_DEVSIZE(131072) }, in validateLimits12()
1731 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MAX_DEVSIZE(4096) }, in validateRoadmap2022()
2791 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.bufferImageGranularity),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c869 .bufferImageGranularity = 1U, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c274 .bufferImageGranularity = 64, /* A cache line */ in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp988 props->limits.bufferImageGranularity = 131072; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1129 .bufferImageGranularity = 64, /* A cache line */ in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1413 .bufferImageGranularity = V3D_NON_COHERENT_ATOM_SIZE, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1408 .bufferImageGranularity = 131072, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1889 .bufferImageGranularity = 1, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3415 VkDeviceSize bufferImageGranularity; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1930 .bufferImageGranularity = 1, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1828 VkDeviceSize bufferImageGranularity; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h37 size += vn_sizeof_VkDeviceSize(&val->bufferImageGranularity); in vn_sizeof_VkPhysicalDeviceLimits()
155 vn_decode_VkDeviceSize(dec, &val->bufferImageGranularity); in vn_decode_VkPhysicalDeviceLimits()
285 /* skip val->bufferImageGranularity */ in vn_sizeof_VkPhysicalDeviceLimits_partial()
397 /* skip val->bufferImageGranularity */ in vn_encode_VkPhysicalDeviceLimits_partial()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2555 VkDeviceSize bufferImageGranularity; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45908 VULKAN_HPP_NAMESPACE::DeviceSize bufferImageGranularity = {}; global() member
[all...]
H A Dvulkan_core.h2648 VkDeviceSize bufferImageGranularity; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2912 VkDeviceSize bufferImageGranularity; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2697 VkDeviceSize bufferImageGranularity; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp7050 print_VkDeviceSize(obj.bufferImageGranularity, "bufferImageGranularity", 1); in print_VkPhysicalDeviceLimits()
7328 print_VkDeviceSize(obj->bufferImageGranularity, "bufferImageGranularity", 1); in print_VkPhysicalDeviceLimits()
[all...]
H A Dvulkan_json_parser.hpp5502 parse_VkDeviceSize("bufferImageGranularity", obj["bufferImageGranularity"], (o.bufferImageGranularity)); in parse_VkPhysicalDeviceLimits()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h3062 VkDeviceSize bufferImageGranularity; member
H A Dvulkan_hash.hpp9404 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.bufferImageGranularity );

Completed in 573 milliseconds

12