Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c910 CORE_PROPERTY(supportedDepthResolveModes); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3856 …N_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedDepthResolveModes ); in operator ()()
5486 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedDepthResolveModes ); in operator ()()
Dvulkan_hash.hpp7171 …N_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedDepthResolveModes ); in operator ()()
10728 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedDepthResolveModes ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6745 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in marshal_VkPhysicalDeviceVulkan12Properties()
6844 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, in unmarshal_VkPhysicalDeviceVulkan12Properties()
7777 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in marshal_VkPhysicalDeviceDepthStencilResolveProperties()
7794 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, in unmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4730 memcpy(*ptr, (VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5352 memcpy(*ptr, (VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in reservedmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc390 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes
4002 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes
4048 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes
Dlimits.adoc2538 pname:supportedDepthResolveModes is a bitmask of
2547 * slink:VkPhysicalDeviceVulkan12Properties::pname:supportedDepthResolveModes
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8146 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in marshal_VkPhysicalDeviceVulkan12Properties()
8257 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, in unmarshal_VkPhysicalDeviceVulkan12Properties()
9424 vkStream->write((VkResolveModeFlags*)&forMarshaling->supportedDepthResolveModes, in marshal_VkPhysicalDeviceDepthStencilResolveProperties()
9453 vkStream->read((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, in unmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
Dgoldfish_vk_reserved_marshaling.cpp6299 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7227 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6007 VkResolveModeFlags supportedDepthResolveModes; member
6237 VkResolveModeFlags supportedDepthResolveModes; member