Home
last modified time | relevance | path

Searched refs:minDepth (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_range_unrestricted.adoc17 This extension removes the slink:VkViewport pname:minDepth and
30 1) How do slink:VkViewport pname:minDepth and pname:maxDepth values outside
39 values are instead clamped to the slink:VkViewport pname:minDepth and
DVK_NV_inherited_viewport_scissor.adoc76 ptext:minDepth and ptext:maxDepth.
DVK_NV_clip_space_w_scaling.adoc80 viewports[i].minDepth = 0.0f;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c199 .minDepth = zmin, in setup_viewport_scissor()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp337 .minDepth = 0.0f, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc1644 * pname:minDepth and pname:maxDepth are the depth range for the viewport.
1649 Despite their names, pname:minDepth can: be less than, equal to, or greater
1667 {empty}:: [eq]#o~z~ = pname:minDepth#
1669 (or [eq]#(pname:maxDepth + pname:minDepth) / 2# if
1675 {empty}:: [eq]#p~z~ = pname:maxDepth - pname:minDepth#
1677 (or [eq]#(pname:maxDepth - pname:minDepth) / 2# if
1745 * [[VUID-VkViewport-minDepth-01234]]
1747 enabled, pname:minDepth must: be between `0.0` and `1.0`, inclusive
1750 * [[VUID-VkViewport-minDepth-02540]]
1751 pname:minDepth must: be between `0.0` and `1.0`, inclusive
Dfragops.adoc1841 pname:minDepth and pname:maxDepth depth range values of the viewport used by
Dcmdbuffers.adoc1341 either slink:VkViewport::pname:minDepth or
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp1207 .minDepth = 0.0f, in compose()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1289 viewport.minDepth = 0.0f; in render_swapchain_display()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2730 VULKAN_HPP_HASH_COMBINE( seed, viewport.minDepth ); in operator ()()
Dvulkan_hash.hpp2043 VULKAN_HPP_HASH_COMBINE( seed, viewport.minDepth ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2428 vkStream->write((float*)&forMarshaling->minDepth, sizeof(float)); in marshal_VkViewport()
2439 vkStream->read((float*)&forUnmarshaling->minDepth, sizeof(float)); in unmarshal_VkViewport()
Dgoldfish_vk_reserved_marshaling_guest.cpp1863 memcpy(*ptr, (float*)&forMarshaling->minDepth, sizeof(float)); in reservedmarshal_VkViewport()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2767 vkStream->write((float*)&forMarshaling->minDepth, sizeof(float)); in marshal_VkViewport()
2778 vkStream->read((float*)&forUnmarshaling->minDepth, sizeof(float)); in unmarshal_VkViewport()
Dgoldfish_vk_reserved_marshaling.cpp2113 memcpy((float*)&forUnmarshaling->minDepth, *ptr, sizeof(float)); in reservedunmarshal_VkViewport()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3537 float minDepth; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4809 * Clarify that the value of slink:VkViewport::pname:minDepth is not