Home
last modified time | relevance | path

Searched refs:multisampledRenderToSingleSampled (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvk_headers.h35 VkBool32 multisampledRenderToSingleSampled; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c815 features->multisampledRenderToSingleSampled = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2680 mMultisampledRenderToSingleSampledFeatures.multisampledRenderToSingleSampled == in initFeatures()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14023 VkBool32 multisampledRenderToSingleSampled; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61177 , multisampledRenderToSingleSampled( multisampledRenderToSingleSampled_ )
61211 multisampledRenderToSingleSampled = multisampledRenderToSingleSampled_; in setMultisampledRenderToSingleSampled()
61234 return std::tie( sType, pNext, multisampledRenderToSingleSampled ); in reflect()
61246 …sType ) && ( pNext == rhs.pNext ) && ( multisampledRenderToSingleSampled == rhs.multisampledRender… in operator ==()
61259 VULKAN_HPP_NAMESPACE::Bool32 multisampledRenderToSingleSampled = {}; member
Dvulkan_core.h14292 VkBool32 multisampledRenderToSingleSampled; member
Dvulkan_hash.hpp8371 …ed, physicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.multisampledRenderToSingleSampled ); in operator ()()