Searched refs:MAX_INLINE_UNIFORM_BLOCK_SIZE (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_constants.h52 #define MAX_INLINE_UNIFORM_BLOCK_SIZE (4ull * 1024 * 1024) macro
H A Dradv_device.c1657 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) /
1920 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) /
2088 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE;
2089 props->maxPerStageDescriptorInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_SETS;
2091 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_SETS;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c1267 MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_INLINE_UNIFORM_BLOCK_COUNT) /
1359 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE;
1360 props->maxPerStageDescriptorInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_SETS;
1361 props->maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = MAX_INLINE_UNIFORM_BLOCK_SIZE * MAX_SETS;
H A Dradv_private.h106 #define MAX_INLINE_UNIFORM_BLOCK_SIZE (4ull * 1024 * 1024) macro
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c328 vdcls->maxVariableDescriptorCount = MAX_INLINE_UNIFORM_BLOCK_SIZE;
H A Danv_device.c2268 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE;
H A Danv_private.h193 #define MAX_INLINE_UNIFORM_BLOCK_SIZE 4096 macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h163 #define MAX_INLINE_UNIFORM_BLOCK_SIZE 4096 macro
H A Danv_device.c1476 props->maxInlineUniformBlockSize = MAX_INLINE_UNIFORM_BLOCK_SIZE;

Completed in 122 milliseconds