Home
last modified time | relevance | path

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

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp77 float maxDepthBounds; member
111 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
663 float maxDepthBounds = m_param.maxDepthBounds; in buildPipeline() local
668 maxDepthBounds = 1.0f; in buildPipeline()
702 maxDepthBounds, // float maxDepthBounds; in buildPipeline()
771 vk.cmdSetDepthBounds(*m_cmdBuffer, m_param.minDepthBounds, m_param.maxDepthBounds); in prepareRenderPass()
1325 depthBufferValue >= m_param.minDepthBounds && depthBufferValue <= m_param.maxDepthBounds) in verifyTestResult()
1506 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
1532 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
1587 testParams.maxDepthBounds = depthBoundsValues[depthValue]; in createDepthRangeUnrestrictedTests()
[all …]
H A DvktPipelineExtendedDynamicStateTests.cpp236 float maxDepthBounds; member
270 , maxDepthBounds (1.0f) in TestConfig()
1201 m_testConfig.maxDepthBounds, // float maxDepthBounds; in iterate()
1938 baseConfig.maxDepthBounds = 0.75f; in createExtendedDynamicStateTests()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp367 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument
369 , maxDepthBounds(maxDepthBounds) in CmdSetDepthBounds()
376 executionState.dynamicState.maxDepthBounds = maxDepthBounds; in play()
383 float maxDepthBounds; member in __anon5c3eea6e0111::CmdSetDepthBounds
556 ASSERT(executionState.dynamicState.maxDepthBounds >= 0.0f && in draw()
557 executionState.dynamicState.maxDepthBounds <= 1.0f); in draw()
1532 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument
1534 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
H A DVkCommandBuffer.hpp100 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
166 float maxDepthBounds = 0.0f; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp363 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument
365 , maxDepthBounds(maxDepthBounds) in CmdSetDepthBounds()
372 executionState.dynamicState.maxDepthBounds = maxDepthBounds; in play()
379 float maxDepthBounds; member in __anondd9d4a530111::CmdSetDepthBounds
551 ASSERT(executionState.dynamicState.maxDepthBounds >= 0.0f && in draw()
552 executionState.dynamicState.maxDepthBounds <= 1.0f); in draw()
1549 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument
1551 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
H A DVkCommandBuffer.hpp96 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
167 float maxDepthBounds = 0.0f; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp75 const float maxDepthBounds = 1.0f,
H A DvktDynamicStateBaseClass.cpp261 const float maxDepthBounds, in setDynamicDepthStencilState() argument
269 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
H A DvktDynamicStateRSTests.cpp346 …void setDynamicDepthStencilState (const float minDepthBounds = -1.0f, const float maxDepthBounds =… in setDynamicDepthStencilState() argument
351 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/zink/
H A Dzink_pipeline.c96 depth_stencil_state.maxDepthBounds = state->depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp84 float maxDepthBounds; member
524 …(enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float max… in iterate()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c1074 float maxDepthBounds) in sqtt_CmdSetDepthBounds() argument
1077 maxDepthBounds); in sqtt_CmdSetDepthBounds()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_pipeline.c192 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h1860 …zeof_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds() argument
1868 cmd_size += vn_sizeof_float(&maxDepthBounds); in vn_sizeof_vkCmdSetDepthBounds()
1882 vn_encode_float(enc, &maxDepthBounds); in vn_encode_vkCmdSetDepthBounds()
1885 …kCmdSetDepthBounds_reply(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds_reply() argument
1897 …ruct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_decode_vkCmdSetDepthBounds_reply() argument
5315 size_t cmd_size = vn_sizeof_vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
5325 … vn_encode_vkCmdSetDepthBounds(enc, cmd_flags, commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
6603 …n_instance *vn_instance, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_call_vkCmdSetDepthBounds() argument
6608 …stance, VK_COMMAND_GENERATE_REPLY_BIT_EXT, commandBuffer, minDepthBounds, maxDepthBounds, &submit); in vn_call_vkCmdSetDepthBounds()
6611 vn_decode_vkCmdSetDepthBounds_reply(dec, commandBuffer, minDepthBounds, maxDepthBounds); in vn_call_vkCmdSetDepthBounds()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h1860 …zeof_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds() argument
1868 cmd_size += vn_sizeof_float(&maxDepthBounds); in vn_sizeof_vkCmdSetDepthBounds()
1882 vn_encode_float(enc, &maxDepthBounds); in vn_encode_vkCmdSetDepthBounds()
1885 …kCmdSetDepthBounds_reply(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds_reply() argument
1897 …ruct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_decode_vkCmdSetDepthBounds_reply() argument
5315 size_t cmd_size = vn_sizeof_vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
5325 … vn_encode_vkCmdSetDepthBounds(enc, cmd_flags, commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
6603 …n_instance *vn_instance, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_call_vkCmdSetDepthBounds() argument
6608 …stance, VK_COMMAND_GENERATE_REPLY_BIT_EXT, commandBuffer, minDepthBounds, maxDepthBounds, &submit); in vn_call_vkCmdSetDepthBounds()
6611 vn_decode_vkCmdSetDepthBounds_reply(dec, commandBuffer, minDepthBounds, maxDepthBounds); in vn_call_vkCmdSetDepthBounds()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h1860 …zeof_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds() argument
1868 cmd_size += vn_sizeof_float(&maxDepthBounds); in vn_sizeof_vkCmdSetDepthBounds()
1882 vn_encode_float(enc, &maxDepthBounds); in vn_encode_vkCmdSetDepthBounds()
1885 …kCmdSetDepthBounds_reply(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds_reply() argument
1897 …ruct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_decode_vkCmdSetDepthBounds_reply() argument
5315 size_t cmd_size = vn_sizeof_vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
5325 … vn_encode_vkCmdSetDepthBounds(enc, cmd_flags, commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds()
6603 …n_instance *vn_instance, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_call_vkCmdSetDepthBounds() argument
6608 …stance, VK_COMMAND_GENERATE_REPLY_BIT_EXT, commandBuffer, minDepthBounds, maxDepthBounds, &submit); in vn_call_vkCmdSetDepthBounds()
6611 vn_decode_vkCmdSetDepthBounds_reply(dec, commandBuffer, minDepthBounds, maxDepthBounds); in vn_call_vkCmdSetDepthBounds()
[all …]

12345678910>>...14