Searched refs:depthBounds (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 1261 If the <<features-depthBounds, pname:depthBounds>> feature is not
|
D | shaders.adoc | 909 * flink:vkCmdSetDepthBoundsTestEnable, if the <<features-depthBounds, 910 depthBounds>> feature is enabled on the device
|
D | features.adoc | 485 * [[features-depthBounds]] pname:depthBounds specifies whether depth
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 404 <<features-depthBounds, pname:depthBounds>> feature is enabled, and the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1623 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthBounds ); in operator ()()
|
D | vulkan_hash.hpp | 3168 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthBounds ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 624 vkStream->write((VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 691 vkStream->read((VkBool32*)&forUnmarshaling->depthBounds, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 548 memcpy(*ptr, (VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 687 vkStream->write((VkBool32*)&forMarshaling->depthBounds, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 754 vkStream->read((VkBool32*)&forUnmarshaling->depthBounds, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 539 memcpy((VkBool32*)&forUnmarshaling->depthBounds, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3030 VkBool32 depthBounds; member
|