Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp80 float maxDepthBounds; member
114 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
595 float maxDepthBounds = m_param.maxDepthBounds; in preparePipelineWrapper() local
600 maxDepthBounds = 1.0f; in preparePipelineWrapper()
634 maxDepthBounds, // float maxDepthBounds; 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 …eOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds && depthBuffer… in verifyTestResult()
1450 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
1477 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp80 float maxDepthBounds; member
114 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
595 float maxDepthBounds = m_param.maxDepthBounds; in preparePipelineWrapper() local
600 maxDepthBounds = 1.0f; in preparePipelineWrapper()
634 maxDepthBounds, // float maxDepthBounds; 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 …eOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds && depthBuffer… in verifyTestResult()
1450 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
1477 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp128 float maxDepthBounds = 0.0f; member
160 inline float getMaxDepthBounds() const { return maxDepthBounds; } in getMaxDepthBounds()
229 float maxDepthBounds = 0.0f; member
DContext.cpp488 maxDepthBounds = depthStencilState->maxDepthBounds; in GraphicsState()
678 combinedState.maxDepthBounds = dynamicState.maxDepthBounds; in combineStates()
DPixelProcessor.hpp96 float maxDepthBounds; member
DPixelProcessor.cpp105 state.maxDepthBounds = pipelineState.getMaxDepthBounds(); in update()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp366 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument
368 , maxDepthBounds(maxDepthBounds) in CmdSetDepthBounds()
375 executionState.dynamicState.maxDepthBounds = maxDepthBounds; in execute()
382 const float maxDepthBounds; member in __anon6df712b90111::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_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp80 const float maxDepthBounds = 1.0f,
DvktDynamicStateBaseClass.cpp340 const float maxDepthBounds, in setDynamicDepthStencilState() argument
348 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp80 const float maxDepthBounds = 1.0f,
DvktDynamicStateBaseClass.cpp340 const float maxDepthBounds, 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.txt22 pname:maxDepthBounds.
DVK_EXT_depth_range_unrestricted.adoc22 pname:maxDepthBounds.
DVK_NV_viewport_swizzle.txt189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
DVK_NV_viewport_swizzle.adoc189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp84 float maxDepthBounds; member
529 …(enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float max… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp84 float maxDepthBounds; member
529 …(enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float max… in iterate()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragops.txt736 * pname:maxDepthBounds is the maximum depth bound used in the
818 minimum (pname:minDepthBounds) and maximum (pname:maxDepthBounds) depth
829 range [eq]#[pname:minDepthBounds,pname:maxDepthBounds]#.
878 * pname:maxDepthBounds is the maximum depth bound.
886 slink:VkPipelineDepthStencilStateCreateInfo::pname:maxDepthBounds values
901 * [[VUID-vkCmdSetDepthBounds-maxDepthBounds-00601]]
903 pname:maxDepthBounds must: be between `0.0` and `1.0`, inclusive
906 * [[VUID-vkCmdSetDepthBounds-maxDepthBounds-02509]]
907 pname:maxDepthBounds must: be between `0.0` and `1.0`, inclusive
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c887 .maxDepthBounds = 1.0f, in blit2d_init_depth_only_pipeline()
1041 .maxDepthBounds = 1.0f, in blit2d_init_stencil_only_pipeline()
/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/gallium/drivers/zink/
Dzink_pipeline.c213 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp435 float maxDepthBounds = 1.0f);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp435 float maxDepthBounds = 1.0f);
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c684 ds->depth.bounds_test.max = ds_info->maxDepthBounds; in vk_depth_stencil_state_init()
1990 float maxDepthBounds) in vk_common_CmdSetDepthBounds() argument
1998 ds.depth.bounds_test.max, maxDepthBounds); in vk_common_CmdSetDepthBounds()

1234