Searched refs:supportedDepthResolveModes (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 910 CORE_PROPERTY(supportedDepthResolveModes); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3856 …N_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedDepthResolveModes ); in operator ()() 5486 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedDepthResolveModes ); in operator ()()
|
D | vulkan_hash.hpp | 7171 …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/ |
D | goldfish_vk_marshaling_guest.cpp | 6745 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4730 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/ |
D | renderpass.adoc | 390 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes 4002 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes 4048 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedDepthResolveModes
|
D | limits.adoc | 2538 pname:supportedDepthResolveModes is a bitmask of 2547 * slink:VkPhysicalDeviceVulkan12Properties::pname:supportedDepthResolveModes
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8146 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6299 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 7227 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedDepthResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6007 VkResolveModeFlags supportedDepthResolveModes; member 6237 VkResolveModeFlags supportedDepthResolveModes; member
|