/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 217 CHECK_AND_SET_V1_MAX_LIMIT(maxStorageBufferRange, maxStorageBufferBindingSize); in InitializeSupportedLimitsImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 766 mNativeCaps.maxShaderStorageBlockSize = limitsVk.maxStorageBufferRange; in ensureCapsInitialized() 785 mNativeCaps.maxAtomicCounterBufferSize = LimitToInt(limitsVk.maxStorageBufferRange); in ensureCapsInitialized() 790 std::min<int32_t>(4096, limitsVk.maxStorageBufferRange / sizeof(uint32_t)); in ensureCapsInitialized()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1659 if (sizes[i] > properties2.properties.limits.maxStorageBufferRange) in iterate() 1831 if (sizes[1] > properties2.properties.limits.maxStorageBufferRange) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1659 if (sizes[i] > properties2.properties.limits.maxStorageBufferRange) in iterate() 1831 if (sizes[1] > properties2.properties.limits.maxStorageBufferRange) in iterate()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 763 assert(screen->info.props.limits.maxStorageBufferRange >= 1 << 27); in zink_get_param() 765 return MIN2(get_smallest_buffer_heap(screen), screen->info.props.limits.maxStorageBufferRange); in zink_get_param()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 672 .maxStorageBufferRange = UINT32_MAX, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 865 .maxStorageBufferRange = 128U * 1024U * 1024U, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 270 .maxStorageBufferRange = device->pscreen->get_param(device->pscreen, PIPE_CAP_MAX_SHADER_BUFFER_SIZE_UINT), in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 984 props->limits.maxStorageBufferRange = 1u<<27; in getPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1125 .maxStorageBufferRange = MAX_STORAGE_BUFFER_RANGE, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1409 .maxStorageBufferRange = V3D_MAX_BUFFER_RANGE, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1404 .maxStorageBufferRange = (1ul << 27), in dzn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 150 { LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 755 { PN(checkAlways), PN(limits.maxStorageBufferRange), LIM_MIN_UINT32((1<<27)) }, in validateLimits12() 2762 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxStorageBufferRange),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 150 { LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits() 746 { PN(checkAlways), PN(limits.maxStorageBufferRange), LIM_MIN_UINT32((1<<27)) }, in validateLimits12() 2787 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxStorageBufferRange),
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1885 .maxStorageBufferRange = pdevice->isl_dev.max_buffer_size, in anv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3866 if (properties.limits.maxStorageBufferRange / static_cast<deUint32>(sizeof(deUint32)) < invocations)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 3627 if (properties.limits.maxStorageBufferRange / static_cast<deUint32>(sizeof(deUint32)) < invocations)
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3411 uint32_t maxStorageBufferRange; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1926 .maxStorageBufferRange = UINT32_MAX, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1824 uint32_t maxStorageBufferRange; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 33 size += vn_sizeof_uint32_t(&val->maxStorageBufferRange); in vn_sizeof_VkPhysicalDeviceLimits() 151 vn_decode_uint32_t(dec, &val->maxStorageBufferRange); in vn_decode_VkPhysicalDeviceLimits() 281 /* skip val->maxStorageBufferRange */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 393 /* skip val->maxStorageBufferRange */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2551 uint32_t maxStorageBufferRange; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45904 uint32_t maxStorageBufferRange = {}; global() member [all...] |
H A D | vulkan_core.h | 2644 uint32_t maxStorageBufferRange; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2908 uint32_t maxStorageBufferRange; member
|