Home
last modified time | relevance | path

Searched defs:MAX_INLINE_UNIFORM_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_constants.h52 #define MAX_INLINE_UNIFORM_BLOCK_SIZE (4ull * 1024 * 1024) macro
/external/swiftshader/src/Vulkan/
DVkConfig.hpp91 constexpr size_t MAX_INLINE_UNIFORM_BLOCK_SIZE = 256; variable
/external/mesa3d/src/intel/vulkan/
Danv_private.h177 #define MAX_INLINE_UNIFORM_BLOCK_SIZE 4096 macro