Searched refs:depthClamp (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 26 ** <<features-depthClamp, pname:depthClamp>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 59 * Assuming VkPhysicalDeviceFeatures::depthClamp is enabled
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | vertexpostproc.adoc | 871 * [[VUID-vkCmdSetDepthClampEnableEXT-depthClamp-07449]] 872 If the <<features-depthClamp, pname:depthClamp>> feature is not enabled,
|
D | features.adoc | 467 * [[features-depthClamp]] pname:depthClamp specifies whether depth 7861 * <<features-depthClamp, pname:depthClamp>>, if the 8053 * <<features-depthClamp, pname:depthClamp>>
|
D | shaders.adoc | 921 * flink:vkCmdSetDepthClampEnableEXT, if the <<features-depthClamp, 922 depthClamp>> feature is enabled on the device
|
D | primsrast.adoc | 99 If the <<features-depthClamp, pname:depthClamp>> feature is not enabled,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 1376 If the <<features-depthClamp, pname:depthClamp>> feature is enabled, and
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1620 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthClamp ); in operator ()()
|
D | vulkan_hash.hpp | 3165 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.depthClamp ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 621 vkStream->write((VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 688 vkStream->read((VkBool32*)&forUnmarshaling->depthClamp, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 542 memcpy(*ptr, (VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 684 vkStream->write((VkBool32*)&forMarshaling->depthClamp, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 751 vkStream->read((VkBool32*)&forUnmarshaling->depthClamp, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 533 memcpy((VkBool32*)&forUnmarshaling->depthClamp, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3027 VkBool32 depthClamp; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3898 following the depthClamp stage of the pipeline, by rearranging the
|