/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 66 VkBool32 depthBiasEnable; member 298 m_params.depthBiasEnable, // depthBiasEnable in InvertedDepthRangesTestInstance() 300 m_params.depthBiasEnable ? m_params.depthBiasClamp : 0.0f, // depthBiasClamp in InvertedDepthRangesTestInstance() 301 m_params.depthBiasEnable ? 1.0f : 0.0f, // depthBiasSlopeFactor in InvertedDepthRangesTestInstance() 396 if (m_params.depthBiasEnable) in generateReferenceImage() 718 if (m_params.depthBiasEnable && m_params.depthBiasClamp != 0.0f) in checkSupport() 753 VkBool32 depthBiasEnable; in populateTestGroup() member 783 cDepthParams.depthBiasEnable, in populateTestGroup()
|
D | vktDrawCreateInfoUtil.hpp | 352 vk::VkBool32 depthBiasEnable = true,
|
D | vktDrawCreateInfoUtil.cpp | 833 depthBiasEnable = _depthBiasEnable; in RasterizerState()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 66 VkBool32 depthBiasEnable; member 298 m_params.depthBiasEnable, // depthBiasEnable in InvertedDepthRangesTestInstance() 300 m_params.depthBiasEnable ? m_params.depthBiasClamp : 0.0f, // depthBiasClamp in InvertedDepthRangesTestInstance() 301 m_params.depthBiasEnable ? 1.0f : 0.0f, // depthBiasSlopeFactor in InvertedDepthRangesTestInstance() 396 if (m_params.depthBiasEnable) in generateReferenceImage() 718 if (m_params.depthBiasEnable && m_params.depthBiasClamp != 0.0f) in checkSupport() 753 VkBool32 depthBiasEnable; in populateTestGroup() member 783 cDepthParams.depthBiasEnable, in populateTestGroup()
|
D | vktDrawCreateInfoUtil.hpp | 352 vk::VkBool32 depthBiasEnable = true,
|
D | vktDrawCreateInfoUtil.cpp | 833 depthBiasEnable = _depthBiasEnable; in RasterizerState()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Context.cpp | 333 …constantDepthBias = (rasterizationState->depthBiasEnable != VK_FALSE) ? rasterizationState->depthB… in GraphicsState() 334 …slopeDepthBias = (rasterizationState->depthBiasEnable != VK_FALSE) ? rasterizationState->depthBias… in GraphicsState() 335 …depthBiasClamp = (rasterizationState->depthBiasEnable != VK_FALSE) ? rasterizationState->depthBias… in GraphicsState()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 458 rs->depth_bias.enable = rs_info->depthBiasEnable; in vk_rasterization_state_init() 459 if ((rs_info->depthBiasEnable || IS_DYNAMIC(RS_DEPTH_BIAS_ENABLE)) && in vk_rasterization_state_init() 1848 VkBool32 depthBiasEnable) in vk_common_CmdSetDepthBiasEnable() argument 1854 rs.depth_bias.enable, depthBiasEnable); in vk_common_CmdSetDepthBiasEnable()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 179 rast_state.depthBiasEnable = VK_TRUE; in zink_create_gfx_pipeline()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_pipeline.c | 168 config.enable_depth_offset = rs_info ? rs_info->depthBiasEnable: false; in pack_cfg_bits()
|
D | v3dv_meta_clear.c | 507 .depthBiasEnable = false, in create_pipeline()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 1728 VkBool32 depthBiasEnable) in vn_CmdSetDepthBiasEnable() argument 1730 VN_CMD_ENQUEUE(vkCmdSetDepthBiasEnable, commandBuffer, depthBiasEnable); in vn_CmdSetDepthBiasEnable()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 238 rasterizationState.depthBiasEnable = VK_FALSE; in createGraphicsPipeline()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 438 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 431 rasterization.depthBiasEnable = IsDepthBiasEnabled(); in Initialize()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 7187 …e size_t vn_sizeof_vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) in vn_sizeof_vkCmdSetDepthBiasEnable() argument 7194 cmd_size += vn_sizeof_VkBool32(&depthBiasEnable); in vn_sizeof_vkCmdSetDepthBiasEnable() 7199 …encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) in vn_encode_vkCmdSetDepthBiasEnable() argument 7207 vn_encode_VkBool32(enc, &depthBiasEnable); in vn_encode_vkCmdSetDepthBiasEnable() 7210 …_t vn_sizeof_vkCmdSetDepthBiasEnable_reply(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) in vn_sizeof_vkCmdSetDepthBiasEnable_reply() argument 7221 …iasEnable_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) in vn_decode_vkCmdSetDepthBiasEnable_reply() argument 9621 …VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable, struct vn_in… in vn_submit_vkCmdSetDepthBiasEnable() argument 9625 size_t cmd_size = vn_sizeof_vkCmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); in vn_submit_vkCmdSetDepthBiasEnable() 9631 …NERATE_REPLY_BIT_EXT ? vn_sizeof_vkCmdSetDepthBiasEnable_reply(commandBuffer, depthBiasEnable) : 0; in vn_submit_vkCmdSetDepthBiasEnable() 9635 vn_encode_vkCmdSetDepthBiasEnable(enc, cmd_flags, commandBuffer, depthBiasEnable); in vn_submit_vkCmdSetDepthBiasEnable() [all …]
|
D | vn_protocol_driver_pipeline.h | 1126 size += vn_sizeof_VkBool32(&val->depthBiasEnable); in vn_sizeof_VkPipelineRasterizationStateCreateInfo_self() 1213 vn_encode_VkBool32(enc, &val->depthBiasEnable); in vn_encode_VkPipelineRasterizationStateCreateInfo_self()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 1620 mRasterizationAndMultisampleStateInfo.bits.depthBiasEnable = 0; in initDefaults() 1929 rasterState.depthBiasEnable = static_cast<VkBool32>(rasterAndMS.bits.depthBiasEnable); in initializePipeline() 2603 mRasterizationAndMultisampleStateInfo.bits.depthBiasEnable = enabled; in updatePolygonOffsetFillEnabled()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | graphics_pipeline.cc | 681 rasterization_info.depthBiasEnable = pipeline_data->GetEnableDepthBias(); in CreateVkGraphicsPipeline()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 303 * `depthBiasEnable <bool>`
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 780 rasterization_state.depthBiasEnable = false; in create_graphics_pipeline()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_pipeline.c | 688 … pipeline->rast.depth_bias.enable = builder->create_info.gfx->pRasterizationState->depthBiasEnable; in panvk_pipeline_builder_parse_rast()
|
/third_party/vulkan-loader/tests/ |
D | loader_version_tests.cpp | 550 void test_vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) {} in test_vkCmdSetDepthBiasEnable() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1011 m_rasterStateParams.depthBiasEnable = VK_FALSE; in addPipelineInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1011 m_rasterStateParams.depthBiasEnable = VK_FALSE; in addPipelineInfo()
|