/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.hpp | 128 float maxDepthBounds = 0.0f; member 160 inline float getMaxDepthBounds() const { return maxDepthBounds; } in getMaxDepthBounds() 229 float maxDepthBounds = 0.0f; member
|
H A D | Context.cpp | 488 maxDepthBounds = depthStencilState->maxDepthBounds; in GraphicsState() 678 combinedState.maxDepthBounds = dynamicState.maxDepthBounds;
|
H A D | PixelProcessor.hpp | 96 float maxDepthBounds; member
|
H A D | PixelProcessor.cpp | 105 state.maxDepthBounds = pipelineState.getMaxDepthBounds(); in update()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 82 float maxDepthBounds; member 116 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName() 585 float maxDepthBounds = m_param.maxDepthBounds; in preparePipelineWrapper() local 590 maxDepthBounds = 1.0f; in preparePipelineWrapper() 624 maxDepthBounds, // float maxDepthBounds; in preparePipelineWrapper() 695 vk.cmdSetDepthBounds(*m_cmdBuffer, m_param.minDepthBounds, m_param.maxDepthBounds); in prepareRenderPass() 1264 depthBufferValue >= m_param.minDepthBounds && depthBufferValue <= m_param.maxDepthBounds) in verifyTestResult() 1342 (compareDepthResult(m_param.depthCompareOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds in verifyTestResult() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A 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 (compareDepthResult(m_param.depthCompareOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds in verifyTestResult() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 366 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument 368 , maxDepthBounds(maxDepthBounds) in CmdSetDepthBounds() 375 executionState.dynamicState.maxDepthBounds = maxDepthBounds; 382 const float maxDepthBounds; member in __anon22994::CmdSetDepthBounds 1463 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument 1465 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
|
H A D | VkCommandBuffer.hpp | 95 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateBaseClass.hpp | 83 const float maxDepthBounds = 1.0f,
|
H A D | vktDynamicStateBaseClass.cpp | 377 const float maxDepthBounds, in setDynamicDepthStencilState() 385 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState() 376 setDynamicDepthStencilState(const float minDepthBounds, const float maxDepthBounds, const deUint32 stencilFrontCompareMask, const deUint32 stencilFrontWriteMask, const deUint32 stencilFrontReference, const deUint32 stencilBackCompareMask, const deUint32 stencilBackWriteMask, const deUint32 stencilBackReference) setDynamicDepthStencilState() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateBaseClass.hpp | 80 const float maxDepthBounds = 1.0f,
|
H A D | vktDynamicStateBaseClass.cpp | 340 const float maxDepthBounds, in setDynamicDepthStencilState() 348 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState() 339 setDynamicDepthStencilState(const float minDepthBounds, const float maxDepthBounds, const deUint32 stencilFrontCompareMask, const deUint32 stencilFrontWriteMask, const deUint32 stencilFrontReference, const deUint32 stencilBackCompareMask, const deUint32 stencilBackWriteMask, const deUint32 stencilBackReference) setDynamicDepthStencilState() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 84 float maxDepthBounds; member 529 (enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float maxDepthBounds; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 84 float maxDepthBounds; member 529 (enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float maxDepthBounds; in iterate()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A 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/mesa3d/src/amd/vulkan/ |
H A 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/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 435 float maxDepthBounds = 1.0f);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 435 float maxDepthBounds = 1.0f);
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 349 1.0f, // float maxDepthBounds in makeGraphicsPipeline() 525 depthStencilStateCreateInfoDefault.maxDepthBounds = 1.0f; in makeGraphicsPipeline()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 264 stencilInfo->maxDepthBounds = 1.0f;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 298 depthStencilState.maxDepthBounds = 1.0f; in ComputeDepthStencilDesc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A 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() 1998 ds.depth.bounds_test.max, maxDepthBounds); in vk_common_CmdSetDepthBounds() 1988 vk_common_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) vk_common_CmdSetDepthBounds() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 3106 static inline size_t vn_sizeof_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds() argument 3114 cmd_size += vn_sizeof_float(&maxDepthBounds); in vn_sizeof_vkCmdSetDepthBounds() 3119 static inline void vn_encode_vkCmdSetDepthBounds(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_encode_vkCmdSetDepthBounds() argument 3128 vn_encode_float(enc, &maxDepthBounds); in vn_encode_vkCmdSetDepthBounds() 3131 static inline size_t vn_sizeof_vkCmdSetDepthBounds_reply(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds_reply() argument 3138 /* skip maxDepthBounds */ in vn_sizeof_vkCmdSetDepthBounds_reply() 3143 static inline void vn_decode_vkCmdSetDepthBounds_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_decode_vkCmdSetDepthBounds_reply() argument 3151 /* skip maxDepthBounds */ in vn_decode_vkCmdSetDepthBounds_reply() 8193 static inline void vn_submit_vkCmdSetDepthBounds(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds, struct vn_instance_submit_command *submit) in vn_submit_vkCmdSetDepthBounds() argument 8197 size_t cmd_size = vn_sizeof_vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vn_submit_vkCmdSetDepthBounds() 10178 vn_call_vkCmdSetDepthBounds(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) vn_call_vkCmdSetDepthBounds() argument 10191 vn_async_vkCmdSetDepthBounds(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) vn_async_vkCmdSetDepthBounds() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_cmd_buffer.c | 314 float maxDepthBounds) in panvk_CmdSetDepthBounds() 312 panvk_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) panvk_CmdSetDepthBounds() argument
|