Home
last modified time | relevance | path

Searched refs:depthClamp (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc26 ** <<features-depthClamp, pname:depthClamp>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc59 * Assuming VkPhysicalDeviceFeatures::depthClamp is enabled
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc871 * [[VUID-vkCmdSetDepthClampEnableEXT-depthClamp-07449]]
872 If the <<features-depthClamp, pname:depthClamp>> feature is not enabled,
Dfeatures.adoc467 * [[features-depthClamp]] pname:depthClamp specifies whether depth
7861 * <<features-depthClamp, pname:depthClamp>>, if the
8053 * <<features-depthClamp, pname:depthClamp>>
Dshaders.adoc921 * flink:vkCmdSetDepthClampEnableEXT, if the <<features-depthClamp,
922 depthClamp>> feature is enabled on the device
Dprimsrast.adoc99 If the <<features-depthClamp, pname:depthClamp>> feature is not enabled,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc1376 If the <<features-depthClamp, pname:depthClamp>> feature is enabled, and
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1620 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthClamp ); in operator ()()
Dvulkan_hash.hpp3165 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthClamp ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp621 vkStream->write((VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
688 vkStream->read((VkBool32*)&forUnmarshaling->depthClamp, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp542 memcpy(*ptr, (VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp684 vkStream->write((VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
751 vkStream->read((VkBool32*)&forUnmarshaling->depthClamp, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp533 memcpy((VkBool32*)&forUnmarshaling->depthClamp, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3027 VkBool32 depthClamp; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3898 following the depthClamp stage of the pipeline, by rearranging the