Home
last modified time | relevance | path

Searched refs:separateDepthStencilLayouts (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dattachment_reference_common.adoc13 * [[VUID-{refpage}-separateDepthStencilLayouts-03313]]
14 If the <<features-separateDepthStencilLayouts,
15 pname:separateDepthStencilLayouts>> feature is not enabled, and
Dattachment_description_common.adoc39 * [[VUID-{refpage}-separateDepthStencilLayouts-03284]]
40 If the <<features-separateDepthStencilLayouts,
41 pname:separateDepthStencilLayouts>> feature is not enabled,
47 * [[VUID-{refpage}-separateDepthStencilLayouts-03285]]
48 If the <<features-separateDepthStencilLayouts,
49 pname:separateDepthStencilLayouts>> feature is not enabled,
Dimage_layout_transition_common.adoc62 and the <<features-separateDepthStencilLayouts,
63 pname:separateDepthStencilLayouts>> feature is enabled, then the
69 and the <<features-separateDepthStencilLayouts,
70 pname:separateDepthStencilLayouts>> feature is not enabled, then the
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c694 CORE_FEATURE(separateDepthStencilLayouts); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc3665 * [[{anchor-prefix}features-separateDepthStencilLayouts]]
3666 pname:separateDepthStencilLayouts indicates whether the implementation
7355 * <<features-separateDepthStencilLayouts,
7356 pname:separateDepthStencilLayouts>>, if Vulkan 1.2 or the
Drenderpass.adoc3366 If the <<features-separateDepthStencilLayouts,
3367 pname:separateDepthStencilLayouts>> feature is enabled, and pname:format is
4291 If the <<features-separateDepthStencilLayouts,
4292 pname:separateDepthStencilLayouts>> feature is enabled, and pname:attachment
Dresources.adoc4097 <<features-separateDepthStencilLayouts, pname:separateDepthStencilLayouts>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4912 …ASH_COMBINE( seed, physicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts ); in operator ()()
5413 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.separateDepthStencilLayouts ); in operator ()()
Dvulkan_hash.hpp9686 …ASH_COMBINE( seed, physicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts ); in operator ()()
10655 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.separateDepthStencilLayouts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6554 vkStream->write((VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6632 vkStream->read((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8129 vkStream->write((VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
8141 vkStream->read((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4564 memcpy(*ptr, (VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5577 memcpy(*ptr, (VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7944 vkStream->write((VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8033 vkStream->read((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9924 vkStream->write((VkBool32*)&forMarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
9948 vkStream->read((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6121 memcpy((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7629 memcpy((VkBool32*)&forUnmarshaling->separateDepthStencilLayouts, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5939 VkBool32 separateDepthStencilLayouts; member
6323 VkBool32 separateDepthStencilLayouts; member