Home
last modified time | relevance | path

Searched refs:minDepthBounds (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp127 float minDepthBounds = 0.0f; member
159 inline float getMinDepthBounds() const { return minDepthBounds; } in getMinDepthBounds()
228 float minDepthBounds = 0.0f; member
H A DContext.cpp487 minDepthBounds = depthStencilState->minDepthBounds; in GraphicsState()
677 combinedState.minDepthBounds = dynamicState.minDepthBounds;
H A DPixelProcessor.hpp95 float minDepthBounds; member
H A DPixelProcessor.cpp104 state.minDepthBounds = pipelineState.getMinDepthBounds(); in update()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp81 float minDepthBounds; member
116 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds; in generateTestName()
584 float minDepthBounds = m_param.minDepthBounds; in preparePipelineWrapper() local
589 minDepthBounds = 0.0f; in preparePipelineWrapper()
623 minDepthBounds, // float minDepthBounds; 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 && depthBufferValue >= m_param.minDepthBounds) in verifyTestResult()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A 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 (compareDepthResult(m_param.depthCompareOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds && depthBufferValue >= m_param.minDepthBounds) in verifyTestResult()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp366 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() argument
367 : minDepthBounds(minDepthBounds) in CmdSetDepthBounds()
374 executionState.dynamicState.minDepthBounds = minDepthBounds;
381 const float minDepthBounds; member in __anon22994::CmdSetDepthBounds
1463 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument
1465 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
H A DVkCommandBuffer.hpp95 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp82 void setDynamicDepthStencilState (const float minDepthBounds = 0.0f,
H A DvktDynamicStateBaseClass.cpp376 void DynamicStateBaseClass::setDynamicDepthStencilState (const float minDepthBounds, in setDynamicDepthStencilState() argument
385 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
H A DvktDynamicStateDiscardTests.cpp232 depthStencilState.minDepthBounds = 0.0f; in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp79 void setDynamicDepthStencilState (const float minDepthBounds = 0.0f,
H A 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/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp83 float minDepthBounds; member
528 (enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float minDepthBounds; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp83 float minDepthBounds; member
528 (enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float minDepthBounds; in iterate()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c212 depth_stencil_state.minDepthBounds = state->dyn_state1.depth_stencil_alpha_state->min_depth_bounds; in zink_create_gfx_pipeline()
/third_party/mesa3d/src/amd/vulkan/
H A 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/amd/vulkan/layers/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp434 float minDepthBounds = 0.0f,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp434 float minDepthBounds = 0.0f,
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp263 stencilInfo->minDepthBounds = 0.0f;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp297 depthStencilState.minDepthBounds = 0.0f; in ComputeDepthStencilDesc()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c683 ds->depth.bounds_test.min = ds_info->minDepthBounds; in vk_depth_stencil_state_init()
1989 float minDepthBounds, in vk_common_CmdSetDepthBounds()
1996 ds.depth.bounds_test.min, minDepthBounds); 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 Dvn_protocol_driver_command_buffer.h3106 static inline size_t vn_sizeof_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in vn_sizeof_vkCmdSetDepthBounds() argument
3113 cmd_size += vn_sizeof_float(&minDepthBounds); 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
3127 vn_encode_float(enc, &minDepthBounds); 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
3137 /* skip minDepthBounds */ 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
3150 /* skip minDepthBounds */ 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, maxDepthBound 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 Dpanvk_cmd_buffer.c313 float minDepthBounds, in panvk_CmdSetDepthBounds()
312 panvk_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) panvk_CmdSetDepthBounds() argument

Completed in 50 milliseconds

1234