Home
last modified time | relevance | path

Searched refs:MAX_INLINE_UNIFORM_BLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h53 #define MAX_INLINE_UNIFORM_BLOCK_COUNT 64 macro
Dradv_device.c1885 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) / in radv_max_descriptor_set_size()
2167 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) / in radv_get_physical_device_properties_1_2()
2228 p->maxDescriptorSetInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_COUNT; in radv_get_physical_device_properties_1_3()
2229 p->maxDescriptorSetUpdateAfterBindInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_COUNT; in radv_get_physical_device_properties_1_3()