Home
last modified time | relevance | path

Searched refs:maxSamplerAllocationCount (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc89 visitor->Visit("maxSamplerAllocationCount", &limits->maxSamplerAllocationCount) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp632 props->limits.maxSamplerAllocationCount = 4000; in getPhysicalDeviceProperties()
DvkStructTypes.inl131 deUint32 maxSamplerAllocationCount; member
DvkStrUtilImpl.inl1802 s << "\tmaxSamplerAllocationCount = " << value.maxSamplerAllocationCount << '\n';
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp130 …{ LIMIT(maxSamplerAllocationCount), 0, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NON… in validateFeatureLimits()
941 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxSamplerAllocationCount),
DvktApiObjectManagementTests.cpp1203 de::min(context.getDeviceProperties().limits.maxSamplerAllocationCount, in getMaxConcurrent()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1116 …rAllocationCount = %u\n", limits->maxSamplerAllocationCount in app_dump_limits()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1296 uint32_t maxSamplerAllocationCount; member
Dvulkan.hpp13241 && ( maxSamplerAllocationCount == rhs.maxSamplerAllocationCount ) in operator ==()
13354 uint32_t maxSamplerAllocationCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1330 uint32_t maxSamplerAllocationCount; member