Home
last modified time | relevance | path

Searched refs:maxStorageBufferRange (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp217 CHECK_AND_SET_V1_MAX_LIMIT(maxStorageBufferRange, maxStorageBufferBindingSize); in InitializeSupportedLimitsImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp766 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 DvktReconvergenceTests.cpp1659 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 DvktReconvergenceTests.cpp1659 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 Dzink_screen.c763 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 Dpanvk_device.c672 .maxStorageBufferRange = UINT32_MAX, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c865 .maxStorageBufferRange = 128U * 1024U * 1024U, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c270 .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 DvkNullDriver.cpp984 props->limits.maxStorageBufferRange = 1u<<27; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1125 .maxStorageBufferRange = MAX_STORAGE_BUFFER_RANGE, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1409 .maxStorageBufferRange = V3D_MAX_BUFFER_RANGE, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1404 .maxStorageBufferRange = (1ul << 27), in dzn_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp150 { 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 DvktApiFeatureInfo.cpp150 { 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 Danv_device.c1885 .maxStorageBufferRange = pdevice->isl_dev.max_buffer_size, in anv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp3866 if (properties.limits.maxStorageBufferRange / static_cast<deUint32>(sizeof(deUint32)) < invocations)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp3627 if (properties.limits.maxStorageBufferRange / static_cast<deUint32>(sizeof(deUint32)) < invocations)
/third_party/glfw/deps/glad/
H A Dvulkan.h3411 uint32_t maxStorageBufferRange; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1926 .maxStorageBufferRange = UINT32_MAX, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1824 uint32_t maxStorageBufferRange; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h33 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 Dvulkan_core.h2551 uint32_t maxStorageBufferRange; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45904 uint32_t maxStorageBufferRange = {}; global() member
[all...]
H A Dvulkan_core.h2644 uint32_t maxStorageBufferRange; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2908 uint32_t maxStorageBufferRange; member

Completed in 334 milliseconds

12