Home
last modified time | relevance | path

Searched refs:MAX_INLINE_UNIFORM_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_constants.h52 #define MAX_INLINE_UNIFORM_BLOCK_SIZE (4ull * 1024 * 1024) macro
Dradv_device.c1495 - MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) / in radv_max_descriptor_set_size()
1752 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) / in radv_get_physical_device_properties_1_2()
2025 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE; in radv_GetPhysicalDeviceProperties2()
2026 props->maxPerStageDescriptorInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_SETS; in radv_GetPhysicalDeviceProperties2()
2027 …props->maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_SIZE * M… in radv_GetPhysicalDeviceProperties2()
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c322 vdcls->maxVariableDescriptorCount = MAX_INLINE_UNIFORM_BLOCK_SIZE; in anv_GetDescriptorSetLayoutSupport()
Danv_private.h177 #define MAX_INLINE_UNIFORM_BLOCK_SIZE 4096 macro
Danv_device.c1922 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE; in anv_GetPhysicalDeviceProperties2()