/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 80 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/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 80 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/ |
D | Context.hpp | 128 float maxDepthBounds = 0.0f; member 160 inline float getMaxDepthBounds() const { return maxDepthBounds; } in getMaxDepthBounds() 229 float maxDepthBounds = 0.0f; member
|
D | Context.cpp | 488 maxDepthBounds = depthStencilState->maxDepthBounds; in GraphicsState() 678 combinedState.maxDepthBounds = dynamicState.maxDepthBounds; in combineStates()
|
D | PixelProcessor.hpp | 96 float maxDepthBounds; member
|
D | PixelProcessor.cpp | 105 state.maxDepthBounds = pipelineState.getMaxDepthBounds(); in update()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 366 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()
|
D | VkCommandBuffer.hpp | 95 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.hpp | 80 const float maxDepthBounds = 1.0f,
|
D | vktDynamicStateBaseClass.cpp | 340 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/ |
D | vktDynamicStateBaseClass.hpp | 80 const float maxDepthBounds = 1.0f,
|
D | vktDynamicStateBaseClass.cpp | 340 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/ |
D | VK_EXT_depth_range_unrestricted.txt | 22 pname:maxDepthBounds.
|
D | VK_EXT_depth_range_unrestricted.adoc | 22 pname:maxDepthBounds.
|
D | VK_NV_viewport_swizzle.txt | 189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
|
D | VK_NV_viewport_swizzle.adoc | 189 [eq]#pname:minDepthBounds=-z#, [eq]#pname:maxDepthBounds=+z#, where
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 84 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/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 84 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/ |
D | fragops.txt | 736 * 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/ |
D | radv_meta_blit2d.c | 887 .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/ |
D | radv_sqtt_layer.c | 737 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/ |
D | zink_pipeline.c | 213 …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/ |
D | vktDrawCreateInfoUtil.hpp | 435 float maxDepthBounds = 1.0f);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 435 float maxDepthBounds = 1.0f);
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 684 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()
|