Searched refs:maxSamplerAllocationCount (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 89 visitor->Visit("maxSamplerAllocationCount", &limits->maxSamplerAllocationCount) && in Iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 632 props->limits.maxSamplerAllocationCount = 4000; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 131 deUint32 maxSamplerAllocationCount; member
|
D | vkStrUtilImpl.inl | 1802 s << "\tmaxSamplerAllocationCount = " << value.maxSamplerAllocationCount << '\n';
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 130 …{ LIMIT(maxSamplerAllocationCount), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NON… in validateFeatureLimits() 941 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSamplerAllocationCount),
|
D | vktApiObjectManagementTests.cpp | 1203 de::min(context.getDeviceProperties().limits.maxSamplerAllocationCount, in getMaxConcurrent()
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 1116 …rAllocationCount = %u\n", limits->maxSamplerAllocationCount … in app_dump_limits()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1296 uint32_t maxSamplerAllocationCount; member
|
D | vulkan.hpp | 13241 && ( maxSamplerAllocationCount == rhs.maxSamplerAllocationCount ) in operator ==() 13354 uint32_t maxSamplerAllocationCount; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1330 uint32_t maxSamplerAllocationCount; member
|