Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp216 CHECK_AND_SET_V1_MAX_LIMIT(maxUniformBufferRange, maxUniformBufferBindingSize); in InitializeSupportedLimitsImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp862 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 DvktSparseResourcesBufferTests.cpp862 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 Dzink_screen.c977 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 Dzink_context.c552 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 Dpanvk_device.c671 .maxUniformBufferRange = UINT32_MAX, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp642 GLuint maxUniformBlockSize = limitsVk.maxUniformBufferRange; in ensureCapsInitialized()
645 // currently), on AMD the maxUniformBufferRange is near uint32_t max. in ensureCapsInitialized()
H A DRendererVk.cpp2235 mDefaultUniformBufferSize, getPhysicalDeviceProperties().limits.maxUniformBufferRange); in initializeDevice()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c864 .maxUniformBufferRange = 128U * 1024U * 1024U, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c269 .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 DvkNullDriver.cpp983 props->limits.maxUniformBufferRange = 16384; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp149 { 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 DvktApiFeatureInfo.cpp149 { 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 Dtu_device.c1124 .maxUniformBufferRange = MAX_UNIFORM_BUFFER_RANGE, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1408 .maxUniformBufferRange = V3D_MAX_BUFFER_RANGE, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1403 .maxUniformBufferRange = 16384, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1884 .maxUniformBufferRange = pdevice->compiler->indirect_ubos_use_sampler ? (1u << 27) : (1u << 30), in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3410 uint32_t maxUniformBufferRange; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1925 .maxUniformBufferRange = UINT32_MAX, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1823 uint32_t maxUniformBufferRange; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h32 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 Dvulkan_core.h2550 uint32_t maxUniformBufferRange; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45903 uint32_t maxUniformBufferRange = {}; global() member
[all...]
H A Dvulkan_core.h2643 uint32_t maxUniformBufferRange; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2907 uint32_t maxUniformBufferRange; member

Completed in 338 milliseconds

12