/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 216 CHECK_AND_SET_V1_MAX_LIMIT(maxUniformBufferRange, maxUniformBufferBindingSize); in InitializeSupportedLimitsImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 862 numMaxChunks = deMaxu32(static_cast<deUint32>(m_context.getDeviceProperties().limits.maxUniformBufferRange / minAllocation->resourceSize), 1u); in iterate() 889 DE_ASSERT(sparseAllocation->resourceSize <= m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate() 954 const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 862 numMaxChunks = deMaxu32(static_cast<deUint32>(m_context.getDeviceProperties().limits.maxUniformBufferRange / minAllocation->resourceSize), 1u); in iterate() 889 DE_ASSERT(sparseAllocation->resourceSize <= m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate() 954 const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 977 assert(screen->info.props.limits.maxUniformBufferRange >= 16384); in zink_get_shader_param() 980 screen->info.props.limits.maxUniformBufferRange, BITFIELD_BIT(31)); in zink_get_shader_param()
|
H A D | zink_context.c | 552 assert(ctx->di.ubos[shader][slot].range <= screen->info.props.limits.maxUniformBufferRange); in update_descriptor_state_ubo()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 671 .maxUniformBufferRange = UINT32_MAX, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 642 GLuint maxUniformBlockSize = limitsVk.maxUniformBufferRange; in ensureCapsInitialized() 645 // currently), on AMD the maxUniformBufferRange is near uint32_t max. in ensureCapsInitialized()
|
H A D | RendererVk.cpp | 2235 mDefaultUniformBufferSize, getPhysicalDeviceProperties().limits.maxUniformBufferRange); in initializeDevice()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 864 .maxUniformBufferRange = 128U * 1024U * 1024U, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 269 .maxUniformBufferRange = min_shader_param(device->pscreen, PIPE_SHADER_CAP_MAX_CONST_BUFFER0_SIZE), in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 983 props->limits.maxUniformBufferRange = 16384; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 149 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 754 { PN(checkAlways), PN(limits.maxUniformBufferRange), LIM_MIN_UINT32(16384) }, in validateLimits12() 1739 { PN(checkAlways), PN(limits.maxUniformBufferRange), LIM_MIN_UINT32(65536) }, in validateRoadmap2022() 2761 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxUniformBufferRange),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 149 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 745 { PN(checkAlways), PN(limits.maxUniformBufferRange), LIM_MIN_UINT32(16384) }, in validateLimits12() 1730 { PN(checkAlways), PN(limits.maxUniformBufferRange), LIM_MIN_UINT32(65536) }, in validateRoadmap2022() 2786 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxUniformBufferRange),
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1124 .maxUniformBufferRange = MAX_UNIFORM_BUFFER_RANGE, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1408 .maxUniformBufferRange = V3D_MAX_BUFFER_RANGE, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1403 .maxUniformBufferRange = 16384, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1884 .maxUniformBufferRange = pdevice->compiler->indirect_ubos_use_sampler ? (1u << 27) : (1u << 30), in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3410 uint32_t maxUniformBufferRange; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1925 .maxUniformBufferRange = UINT32_MAX, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1823 uint32_t maxUniformBufferRange; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 32 size += vn_sizeof_uint32_t(&val->maxUniformBufferRange); in vn_sizeof_VkPhysicalDeviceLimits() 150 vn_decode_uint32_t(dec, &val->maxUniformBufferRange); in vn_decode_VkPhysicalDeviceLimits() 280 /* skip val->maxUniformBufferRange */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 392 /* skip val->maxUniformBufferRange */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2550 uint32_t maxUniformBufferRange; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45903 uint32_t maxUniformBufferRange = {}; global() member [all...] |
H A D | vulkan_core.h | 2643 uint32_t maxUniformBufferRange; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2907 uint32_t maxUniformBufferRange; member
|