Searched refs:clipped (Results 1 – 19 of 19) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_range_unrestricted.adoc | 36 If depth clamping is disabled the depth values are still clipped to [eq]#0
|
D | VK_KHR_swapchain.adoc | 324 22) Should the content of presentable images be clipped by objects obscuring 328 Allowing the content to be clipped could enable more efficient presentation 569 ** Added the "`clipped`" flag to VkSwapchainCreateInfoKHR, and the 580 "`clipped`".
|
D | VK_NV_viewport_swizzle.adoc | 194 eye will still be clipped because one or more vertices will have a
|
D | invariance.adoc | 142 As long as neither p' nor p is clipped, it must: be the case that each
|
D | glossary.adoc | 200 clipped.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | vertexpostproc.adoc | 754 Primitives are culled against the _cull volume_ and then clipped to the 789 Otherwise the primitive is clipped against the clip volume as defined below. 967 line segment may: be clipped, with new vertex coordinates computed for each 969 A clipped line segment endpoint lies on both the original line segment and 972 This clipping produces a value, [eq]#0 {leq} t {leq} 1#, for each clipped 974 If the coordinates of a clipped vertex are [eq]#**P**# and the unclipped 984 lies entirely inside the clip volume, and is either clipped or discarded 991 If a polygon intersects an edge of the clip volume's boundary, the clipped 1077 Next, vertex output attributes are clipped. 1080 If a primitive is clipped, however, the output values assigned to vertices [all …]
|
D | primsrast.adoc | 2548 The point size is taken from the (potentially clipped) shader built-in 3197 If the line segment has been clipped, then the value of _s_ at the beginning 3280 This determination is made based on the sign of the (clipped or unclipped) 3572 clipped by the frustum or by user clip planes. 3573 If clipping is applied, the triangle is culled rather than clipped. 3580 a polygon's vertices are shaded and the polygon is clipped and possibly
|
D | limits.adoc | 2291 the clipped triangle if applicable.
|
D | pipelines.adoc | 72 The final resulting primitives are <<vertexpostproc-clipping,clipped>> to a
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 254 * gamut are hard-clipped. 263 * gamut are hard-clipped.
|
/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 281 .clipped = VK_TRUE, in createSwapChainCi()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 405 * hard-clipped.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 321 * pname:clipped specifies whether the Vulkan implementation is allowed to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6836 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.clipped ); in operator ()()
|
D | vulkan_hash.hpp | 13184 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.clipped ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 13469 vkStream->write((VkBool32*)&forMarshaling->clipped, sizeof(VkBool32)); in marshal_VkSwapchainCreateInfoKHR() 13523 vkStream->read((VkBool32*)&forUnmarshaling->clipped, sizeof(VkBool32)); in unmarshal_VkSwapchainCreateInfoKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 10384 memcpy((VkBool32*)&forUnmarshaling->clipped, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSwapchainCreateInfoKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7707 VkBool32 clipped; member
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5064 * * 24: The cell clip. If provided the cell state is clipped
|