/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_range_unrestricted.adoc | 22 pname:maxDepthBounds.
|
D | VK_NV_viewport_swizzle.adoc | 189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 236 .maxDepthBounds = 0.0f, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 1255 * 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
|
D | pipelines.adoc | 2165 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/ |
D | vk_graphics_state.c | 822 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/ |
D | VkSubDecoder.cpp | 221 float maxDepthBounds; in subDecode() local 224 memcpy((float*)&maxDepthBounds, *readStreamPtrPtr, sizeof(float)); in subDecode() 227 maxDepthBounds); in subDecode()
|
D | VkDecoderSnapshot.h | 438 float minDepthBounds, float maxDepthBounds);
|
D | VkDecoderSnapshot.cpp | 1051 float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds() argument 4727 float maxDepthBounds) { in vkCmdSetDepthBounds() argument 4729 minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
|
D | VkDecoder.cpp | 6677 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/ |
D | VkEncoder.h | 298 float maxDepthBounds, uint32_t doLock);
|
D | func_table.cpp | 1229 float maxDepthBounds) { in gfxstream_vk_CmdSetDepthBounds() argument 1236 maxDepthBounds, true /* do lock */); in gfxstream_vk_CmdSetDepthBounds()
|
D | goldfish_vk_marshaling_guest.cpp | 2671 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo() 2693 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2034 memcpy(*ptr, (float*)&forMarshaling->maxDepthBounds, sizeof(float)); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
|
D | VkEncoder.cpp | 12037 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/ |
D | vulkansc.hpp | 1540 …thBounds( VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds ) const VULKAN… in vkCmdSetDepthBounds() 1542 return ::vkCmdSetDepthBounds( commandBuffer, minDepthBounds, maxDepthBounds ); in vkCmdSetDepthBounds()
|
D | vulkansc_raii.hpp | 2408 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()
|
D | vulkansc_funcs.hpp | 3122 …VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBounds, float maxDepthBounds, … in setDepthBounds() argument 3125 d.vkCmdSetDepthBounds( m_commandBuffer, minDepthBounds, maxDepthBounds ); in setDepthBounds()
|
D | vulkan.hpp | 1607 …thBounds( VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds ) const VULKAN… in vkCmdSetDepthBounds() 1609 return ::vkCmdSetDepthBounds( commandBuffer, minDepthBounds, maxDepthBounds ); in vkCmdSetDepthBounds()
|
D | vulkan_raii.hpp | 4840 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()
|
D | vulkansc_handles.hpp | 2163 …void setDepthBounds( float minDepthBounds, float maxDepthBounds, Dispatch const & d VULKAN_HPP_DE…
|
D | vulkansc_hash.hpp | 2824 VULKAN_HPP_HASH_COMBINE( seed, pipelineDepthStencilStateCreateInfo.maxDepthBounds ); in operator ()()
|
D | vulkan_hash.hpp | 4887 VULKAN_HPP_HASH_COMBINE( seed, pipelineDepthStencilStateCreateInfo.maxDepthBounds ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3601 float maxDepthBounds; member 4047 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 4623 float maxDepthBounds);
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3038 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo() 3072 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
|