Home
last modified time | relevance | path

Searched refs:framebufferStencilSampleCounts (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCaps.cpp150 VkSampleCountFlags stencilSamples = properties.limits.framebufferStencilSampleCounts; in initSampleCount()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc160 visitor->Visit("framebufferStencilSampleCounts", &limits->framebufferStencilSampleCounts) && in Iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp212 …{ LIMIT(framebufferStencilSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.… in validateFeatureLimits()
1037 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.framebufferStencilSampleCounts),
2169 sampleCounts &= deviceLimits.framebufferStencilSampleCounts; in getRequiredOptimalTilingSampleCounts()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp763 props->limits.framebufferStencilSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
DvkStructTypes.inl203 VkSampleCountFlags framebufferStencilSampleCounts; member
DvkStrUtilImpl.inl2058 …ufferStencilSampleCounts = " << getSampleCountFlagsStr(value.framebufferStencilSampleCounts) << '\…
/external/mesa3d/src/intel/vulkan/
Danv_device.c602 .framebufferStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1194 …tencilSampleCounts = %u\n", limits->framebufferStencilSampleCounts in app_dump_limits()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c563 .framebufferStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1368 VkSampleCountFlags framebufferStencilSampleCounts; member
Dvulkan.hpp13313 && ( framebufferStencilSampleCounts == rhs.framebufferStencilSampleCounts ) in operator ==()
13426 SampleCountFlags framebufferStencilSampleCounts; member
/external/mesa3d/include/vulkan/
Dvulkan.h1377 VkSampleCountFlags framebufferStencilSampleCounts; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1474 VkSampleCountFlags framebufferStencilSampleCounts; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1533 VkSampleCountFlags framebufferStencilSampleCounts; member