Home
last modified time | relevance | path

Searched refs:minDepthBounds (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp79 float minDepthBounds; member
114 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
594 float minDepthBounds = m_param.minDepthBounds; in preparePipelineWrapper() local
599 minDepthBounds = 0.0f; in preparePipelineWrapper()
633 minDepthBounds, // float minDepthBounds; in preparePipelineWrapper()
694 vk.cmdSetDepthBounds(*m_cmdBuffer, m_param.minDepthBounds, m_param.maxDepthBounds); in prepareRenderPass()
1257 depthBufferValue >= m_param.minDepthBounds && depthBufferValue <= m_param.maxDepthBounds) in verifyTestResult()
1335 …Value) && depthBufferValue <= m_param.maxDepthBounds && depthBufferValue >= m_param.minDepthBounds) in verifyTestResult()
1449 testParams.minDepthBounds = 0.0f; in createDepthRangeUnrestrictedTests()
1476 testParams.minDepthBounds = 0.0f; in createDepthRangeUnrestrictedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp79 float minDepthBounds; member
114 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
594 float minDepthBounds = m_param.minDepthBounds; in preparePipelineWrapper() local
599 minDepthBounds = 0.0f; in preparePipelineWrapper()
633 minDepthBounds, // float minDepthBounds; in preparePipelineWrapper()
694 vk.cmdSetDepthBounds(*m_cmdBuffer, m_param.minDepthBounds, m_param.maxDepthBounds); in prepareRenderPass()
1257 depthBufferValue >= m_param.minDepthBounds && depthBufferValue <= m_param.maxDepthBounds) in verifyTestResult()
1335 …Value) && depthBufferValue <= m_param.maxDepthBounds && depthBufferValue >= m_param.minDepthBounds) in verifyTestResult()
1449 testParams.minDepthBounds = 0.0f; in createDepthRangeUnrestrictedTests()
1476 testParams.minDepthBounds = 0.0f; in createDepthRangeUnrestrictedTests()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp127 float minDepthBounds = 0.0f; member
159 inline float getMinDepthBounds() const { return minDepthBounds; } in getMinDepthBounds()
228 float minDepthBounds = 0.0f; member
DContext.cpp487 minDepthBounds = depthStencilState->minDepthBounds; in GraphicsState()
677 combinedState.minDepthBounds = dynamicState.minDepthBounds; in combineStates()
DPixelProcessor.hpp95 float minDepthBounds; member
DPixelProcessor.cpp104 state.minDepthBounds = pipelineState.getMinDepthBounds(); in update()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp366 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument
367 : minDepthBounds(minDepthBounds) in CmdSetDepthBounds()
374 executionState.dynamicState.minDepthBounds = minDepthBounds; in execute()
381 const float minDepthBounds; member in __anon050568cb0111::CmdSetDepthBounds
1463 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument
1465 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
DVkCommandBuffer.hpp95 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp79 void setDynamicDepthStencilState (const float minDepthBounds = 0.0f,
DvktDynamicStateBaseClass.cpp339 void DynamicStateBaseClass::setDynamicDepthStencilState (const float minDepthBounds, in setDynamicDepthStencilState() argument
348 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp79 void setDynamicDepthStencilState (const float minDepthBounds = 0.0f,
DvktDynamicStateBaseClass.cpp339 void DynamicStateBaseClass::setDynamicDepthStencilState (const float minDepthBounds, in setDynamicDepthStencilState() argument
348 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_depth_range_unrestricted.txt21 slink:VkPipelineDepthStencilStateCreateInfo pname:minDepthBounds and
DVK_EXT_depth_range_unrestricted.adoc21 slink:VkPipelineDepthStencilStateCreateInfo pname:minDepthBounds and
DVK_NV_viewport_swizzle.adoc189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
DVK_NV_viewport_swizzle.txt189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp83 float minDepthBounds; member
528 …(enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float min… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp83 float minDepthBounds; member
528 …(enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float min… in iterate()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragops.txt734 * pname:minDepthBounds is the minimum depth bound used in the
818 minimum (pname:minDepthBounds) and maximum (pname:maxDepthBounds) depth
829 range [eq]#[pname:minDepthBounds,pname:maxDepthBounds]#.
877 * pname:minDepthBounds is the minimum depth bound.
885 slink:VkPipelineDepthStencilStateCreateInfo::pname:minDepthBounds and
892 * [[VUID-vkCmdSetDepthBounds-minDepthBounds-00600]]
894 pname:minDepthBounds must: be between `0.0` and `1.0`, inclusive
897 * [[VUID-vkCmdSetDepthBounds-minDepthBounds-02508]]
898 pname:minDepthBounds must: be between `0.0` and `1.0`, inclusive
Dfragops.adoc916 * pname:minDepthBounds is the minimum depth bound used in the
1000 minimum (pname:minDepthBounds) and maximum (pname:maxDepthBounds) depth
1011 range [eq]#[pname:minDepthBounds,pname:maxDepthBounds]#.
1069 * pname:minDepthBounds is the minimum depth bound.
1077 slink:VkPipelineDepthStencilStateCreateInfo::pname:minDepthBounds and
1084 * [[VUID-vkCmdSetDepthBounds-minDepthBounds-00600]]
1086 pname:minDepthBounds must: be between `0.0` and `1.0`, inclusive
1089 * [[VUID-vkCmdSetDepthBounds-minDepthBounds-02508]]
1090 pname:minDepthBounds must: be between `0.0` and `1.0`, inclusive
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c737 sqtt_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in sqtt_CmdSetDepthBounds() argument
739 API_MARKER(SetDepthBounds, commandBuffer, minDepthBounds, maxDepthBounds); in sqtt_CmdSetDepthBounds()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c886 .minDepthBounds = 0.0f, in blit2d_init_depth_only_pipeline()
1040 .minDepthBounds = 0.0f, in blit2d_init_stencil_only_pipeline()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c212 …depth_stencil_state.minDepthBounds = state->dyn_state1.depth_stencil_alpha_state->min_depth_bounds; in zink_create_gfx_pipeline()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp531 mDepthStencilStateInfo.minDepthBounds = 0.0f; in initDefaults()
798 depthStencilState.minDepthBounds = mDepthStencilStateInfo.minDepthBounds; in initializePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp434 float minDepthBounds = 0.0f,

12345