Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c911 CORE_PROPERTY(supportedStencilResolveModes); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3857 …HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedStencilResolveModes ); in operator ()()
5487 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedStencilResolveModes ); in operator ()()
Dvulkan_hash.hpp7172 …HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedStencilResolveModes ); in operator ()()
10729 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedStencilResolveModes ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6747 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in marshal_VkPhysicalDeviceVulkan12Properties()
6846 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, in unmarshal_VkPhysicalDeviceVulkan12Properties()
7779 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in marshal_VkPhysicalDeviceDepthStencilResolveProperties()
7796 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, in unmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4733 memcpy(*ptr, (VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5355 memcpy(*ptr, (VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in reservedmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc395 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes
4009 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes
4058 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes
Dlimits.adoc2555 pname:supportedStencilResolveModes is a bitmask of
2564 * slink:VkPhysicalDeviceVulkan12Properties::pname:supportedStencilResolveModes
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8148 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in marshal_VkPhysicalDeviceVulkan12Properties()
8259 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, in unmarshal_VkPhysicalDeviceVulkan12Properties()
9426 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedStencilResolveModes, in marshal_VkPhysicalDeviceDepthStencilResolveProperties()
9455 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, in unmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
Dgoldfish_vk_reserved_marshaling.cpp6302 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7230 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6008 VkResolveModeFlags supportedStencilResolveModes; member
6238 VkResolveModeFlags supportedStencilResolveModes; member