Searched refs:separateDepthStencilLayouts (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | attachment_reference_common.adoc | 13 * [[VUID-{refpage}-separateDepthStencilLayouts-03313]] 14 If the <<features-separateDepthStencilLayouts, 15 pname:separateDepthStencilLayouts>> feature is not enabled, and
|
D | attachment_description_common.adoc | 39 * [[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,
|
D | image_layout_transition_common.adoc | 62 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/ |
D | vk_device.c | 694 CORE_FEATURE(separateDepthStencilLayouts); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 3665 * [[{anchor-prefix}features-separateDepthStencilLayouts]] 3666 pname:separateDepthStencilLayouts indicates whether the implementation 7355 * <<features-separateDepthStencilLayouts, 7356 pname:separateDepthStencilLayouts>>, if Vulkan 1.2 or the
|
D | renderpass.adoc | 3366 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
|
D | resources.adoc | 4097 <<features-separateDepthStencilLayouts, pname:separateDepthStencilLayouts>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4912 …ASH_COMBINE( seed, physicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts ); in operator ()() 5413 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.separateDepthStencilLayouts ); in operator ()()
|
D | vulkan_hash.hpp | 9686 …ASH_COMBINE( seed, physicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts ); in operator ()() 10655 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.separateDepthStencilLayouts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6554 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4564 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/ |
D | goldfish_vk_marshaling.cpp | 7944 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6121 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/ |
D | vulkan_core.h | 5939 VkBool32 separateDepthStencilLayouts; member 6323 VkBool32 separateDepthStencilLayouts; member
|