| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 6224 VkDeviceSize bufferImageGranularity, 6305 VkDeviceSize bufferImageGranularity, 6336 VkDeviceSize bufferImageGranularity, 6357 VkDeviceSize bufferImageGranularity, 6483 VkDeviceSize bufferImageGranularity, 6559 VkDeviceSize bufferImageGranularity, 6569 VkDeviceSize bufferImageGranularity, 6613 VkDeviceSize bufferImageGranularity, 6843 VkDeviceSize bufferImageGranularity, 7714 m_PhysicalDeviceProperties.limits.bufferImageGranularity); in GetBufferImageGranularity() [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | ResourceMemoryAllocatorVk.cpp | 151 mDevice->GetDeviceInfo().properties.limits.bufferImageGranularity); in Allocate()
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkphysicaldevice.c | 547 DEBUG_UINT64 ("limit", limits, bufferImageGranularity); in dump_limits()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 676 .bufferImageGranularity = 64, /* A cache line */ in panvk_GetPhysicalDeviceProperties2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFeatureInfo.cpp | 153 …{ LIMIT(bufferImageGranularity), 0, 0, 1, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MIN, -1… in validateFeatureLimits() 154 …{ LIMIT(bufferImageGranularity), 0, 0, 131072, 0.0f, LIMIT_FORMAT_DEVICE_SIZE, LIMIT_TYPE_MA… in validateFeatureLimits() 739 { PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MIN_DEVSIZE(1) }, in validateLimits12() 740 …{ PN(checkAlways), PN(limits.bufferImageGranularity), LIM_MAX_DEVSIZE(131072… in validateLimits12() 2390 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.bufferImageGranularity),
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkNullDriver.cpp | 1008 props->limits.bufferImageGranularity = 131072; in getPhysicalDeviceProperties()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | resources.txt | 7100 The implementation-dependent limit <<limits-bufferImageGranularity, 7101 pname:bufferImageGranularity>> specifies a page-like granularity at which 7106 pname:bufferImageGranularity is specified in bytes, and must: be a power of 7109 pname:bufferImageGranularity value of one. 7114 Despite its name, pname:bufferImageGranularity is really a granularity 7126 resourceA.endPage = resourceA.end & ~(bufferImageGranularity-1) 7128 resourceB.startPage = resourceB.start & ~(bufferImageGranularity-1) 7140 pname:bufferImageGranularity. 7141 pname:bufferImageGranularity may: be different than the physical page size 7146 pname:bufferImageGranularity, provided they meet the pname:alignment [all …]
|
| D | limits.txt | 110 * [[limits-bufferImageGranularity]] pname:bufferImageGranularity is the 3175 | basetype:VkDeviceSize | pname:bufferImageGranularity | - 3451 | pname:bufferImageGranularity | - | 131072 | max
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_device.c | 869 .bufferImageGranularity = 1U, in pvr_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 274 .bufferImageGranularity = 64, /* A cache line */ in lvp_physical_device_init()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1413 .bufferImageGranularity = V3D_NON_COHERENT_ATOM_SIZE, in v3dv_GetPhysicalDeviceProperties()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1408 .bufferImageGranularity = 131072, in dzn_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 1129 .bufferImageGranularity = 64, /* A cache line */ in tu_GetPhysicalDeviceProperties2()
|
| /third_party/glfw/deps/vulkan/ |
| D | vulkan.h | 1273 VkDeviceSize bufferImageGranularity; member
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 1889 .bufferImageGranularity = 1, in anv_GetPhysicalDeviceProperties()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | ChangeLog.txt | 1694 <<resources-bufferimagegranularity,bufferImageGranularity>> (internal 9540 <<features-limits-bufferImageGranularity,bufferImageGranularity>> 9746 <<features-limits-bufferImageGranularity,the 9747 pname:bufferImageGranularity resource>> applies to (public issue
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStructTypes.inl | 258 VkDeviceSize bufferImageGranularity; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 1930 .bufferImageGranularity = 1, in radv_GetPhysicalDeviceProperties()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.0.rst | 104 - [radv] bufferImageGranularity is 64 521 - radv: Expose a bufferImageGranularity of 1.
|
| D | 22.1.0.rst | 1997 - anv: Lower bufferImageGranularity to 1 from 64
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 37 size += vn_sizeof_VkDeviceSize(&val->bufferImageGranularity); in vn_sizeof_VkPhysicalDeviceLimits() 155 vn_decode_VkDeviceSize(dec, &val->bufferImageGranularity); in vn_decode_VkPhysicalDeviceLimits()
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 2555 VkDeviceSize bufferImageGranularity; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 2697 VkDeviceSize bufferImageGranularity; member
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 2704 VkDeviceSize bufferImageGranularity; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 2648 VkDeviceSize bufferImageGranularity; member
|