Searched refs:supportedStencilResolveModes (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 911 CORE_PROPERTY(supportedStencilResolveModes); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3857 …HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedStencilResolveModes ); in operator ()() 5487 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedStencilResolveModes ); in operator ()()
|
D | vulkan_hash.hpp | 7172 …HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.supportedStencilResolveModes ); in operator ()() 10729 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.supportedStencilResolveModes ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6747 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4733 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/ |
D | renderpass.adoc | 395 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes 4009 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes 4058 slink:VkPhysicalDeviceDepthStencilResolveProperties::pname:supportedStencilResolveModes
|
D | limits.adoc | 2555 pname:supportedStencilResolveModes is a bitmask of 2564 * slink:VkPhysicalDeviceVulkan12Properties::pname:supportedStencilResolveModes
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8148 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6302 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 7230 memcpy((VkResolveModeFlags*)&forUnmarshaling->supportedStencilResolveModes, *ptr, in reservedunmarshal_VkPhysicalDeviceDepthStencilResolveProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6008 VkResolveModeFlags supportedStencilResolveModes; member 6238 VkResolveModeFlags supportedStencilResolveModes; member
|