Home
last modified time | relevance | path

Searched refs:depthBounds (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc1261 If the <<features-depthBounds, pname:depthBounds>> feature is not
Dshaders.adoc909 * flink:vkCmdSetDepthBoundsTestEnable, if the <<features-depthBounds,
910 depthBounds>> feature is enabled on the device
Dfeatures.adoc485 * [[features-depthBounds]] pname:depthBounds specifies whether depth
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc404 <<features-depthBounds, pname:depthBounds>> feature is enabled, and the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1623 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthBounds ); in operator ()()
Dvulkan_hash.hpp3168 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthBounds ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp624 vkStream->write((VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
691 vkStream->read((VkBool32*)&forUnmarshaling->depthBounds, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp548 memcpy(*ptr, (VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp687 vkStream->write((VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
754 vkStream->read((VkBool32*)&forUnmarshaling->depthBounds, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp539 memcpy((VkBool32*)&forUnmarshaling->depthBounds, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3030 VkBool32 depthBounds; member