Home
last modified time | relevance | path

Searched refs:maxDepthBounds (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_range_unrestricted.adoc22 pname:maxDepthBounds.
DVK_NV_viewport_swizzle.adoc189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp236 .maxDepthBounds = 0.0f, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc1255 * pname:maxDepthBounds is the maximum depth bound used in the
1376 minimum (pname:minDepthBounds) and maximum (pname:maxDepthBounds) depth
1387 range [eq]#[pname:minDepthBounds,pname:maxDepthBounds]#.
1450 * pname:maxDepthBounds is the maximum depth bound.
1459 slink:VkPipelineDepthStencilStateCreateInfo::pname:maxDepthBounds values
1469 * [[VUID-vkCmdSetDepthBounds-maxDepthBounds-00601]]
1473 pname:maxDepthBounds must: be between `0.0` and `1.0`, inclusive
Dpipelines.adoc2165 is ename:VK_TRUE, the pname:minDepthBounds and pname:maxDepthBounds
2177 pname:minDepthBounds and pname:maxDepthBounds members of
5295 pname:minDepthBounds and pname:maxDepthBounds states of
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c822 ds->depth.bounds_test.max = ds_info->maxDepthBounds; in vk_depth_stencil_state_init()
2572 float maxDepthBounds) in vk_common_CmdSetDepthBounds() argument
2580 ds.depth.bounds_test.max, maxDepthBounds); in vk_common_CmdSetDepthBounds()
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp221 float maxDepthBounds; in subDecode() local
224 memcpy((float*)&maxDepthBounds, *readStreamPtrPtr, sizeof(float)); in subDecode()
227 maxDepthBounds); in subDecode()
DVkDecoderSnapshot.h438 float minDepthBounds, float maxDepthBounds);
DVkDecoderSnapshot.cpp1051 float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds() argument
4727 float maxDepthBounds) { in vkCmdSetDepthBounds() argument
4729 minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
DVkDecoder.cpp6677 float maxDepthBounds; in decode() local
6689 memcpy((float*)&maxDepthBounds, *readStreamPtrPtr, sizeof(float)); in decode()
6694 (unsigned long long)minDepthBounds, (unsigned long long)maxDepthBounds); in decode()
6696 vk->vkCmdSetDepthBounds(unboxed_commandBuffer, minDepthBounds, maxDepthBounds); in decode()
6704 maxDepthBounds); in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h298 float maxDepthBounds, uint32_t doLock);
Dfunc_table.cpp1229 float maxDepthBounds) { in gfxstream_vk_CmdSetDepthBounds() argument
1236 maxDepthBounds, true /* do lock */); in gfxstream_vk_CmdSetDepthBounds()
Dgoldfish_vk_marshaling_guest.cpp2671 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()
2693 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2034 memcpy(*ptr, (float*)&forMarshaling->maxDepthBounds, sizeof(float)); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
DVkEncoder.cpp12037 float maxDepthBounds, uint32_t doLock) { in vkCmdSetDepthBounds() argument
12066 commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
12078 local_maxDepthBounds = maxDepthBounds; in vkCmdSetDepthBounds()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1540 …thBounds( VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds ) const VULKAN… in vkCmdSetDepthBounds()
1542 return ::vkCmdSetDepthBounds( commandBuffer, minDepthBounds, maxDepthBounds ); in vkCmdSetDepthBounds()
Dvulkansc_raii.hpp2408 void setDepthBounds( float minDepthBounds, float maxDepthBounds ) const VULKAN_HPP_NOEXCEPT;
6764 …VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBounds, float maxDepthBounds )… in setDepthBounds()
6770 …dSetDepthBounds( static_cast<VkCommandBuffer>( m_commandBuffer ), minDepthBounds, maxDepthBounds ); in setDepthBounds()
Dvulkansc_funcs.hpp3122 …VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBounds, float maxDepthBounds, … in setDepthBounds() argument
3125 d.vkCmdSetDepthBounds( m_commandBuffer, minDepthBounds, maxDepthBounds ); in setDepthBounds()
Dvulkan.hpp1607 …thBounds( VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds ) const VULKAN… in vkCmdSetDepthBounds()
1609 return ::vkCmdSetDepthBounds( commandBuffer, minDepthBounds, maxDepthBounds ); in vkCmdSetDepthBounds()
Dvulkan_raii.hpp4840 void setDepthBounds( float minDepthBounds, float maxDepthBounds ) const VULKAN_HPP_NOEXCEPT;
11594 …VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBounds, float maxDepthBounds )… in setDepthBounds()
11600 …dSetDepthBounds( static_cast<VkCommandBuffer>( m_commandBuffer ), minDepthBounds, maxDepthBounds ); in setDepthBounds()
Dvulkansc_handles.hpp2163 …void setDepthBounds( float minDepthBounds, float maxDepthBounds, Dispatch const & d VULKAN_HPP_DE…
Dvulkansc_hash.hpp2824 VULKAN_HPP_HASH_COMBINE( seed, pipelineDepthStencilStateCreateInfo.maxDepthBounds ); in operator ()()
Dvulkan_hash.hpp4887 VULKAN_HPP_HASH_COMBINE( seed, pipelineDepthStencilStateCreateInfo.maxDepthBounds ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3601 float maxDepthBounds; member
4047 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
4623 float maxDepthBounds);
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3038 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()
3072 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()

12