Home
last modified time | relevance | path

Searched refs:depthBiasEnable (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp66 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()
DvktDrawCreateInfoUtil.hpp352 vk::VkBool32 depthBiasEnable = true,
DvktDrawCreateInfoUtil.cpp833 depthBiasEnable = _depthBiasEnable; in RasterizerState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp66 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()
DvktDrawCreateInfoUtil.hpp352 vk::VkBool32 depthBiasEnable = true,
DvktDrawCreateInfoUtil.cpp833 depthBiasEnable = _depthBiasEnable; in RasterizerState()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp333 …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/
Dvk_graphics_state.c458 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/
Dzink_pipeline.c179 rast_state.depthBiasEnable = VK_TRUE; in zink_create_gfx_pipeline()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c168 config.enable_depth_offset = rs_info ? rs_info->depthBiasEnable: false; in pack_cfg_bits()
Dv3dv_meta_clear.c507 .depthBiasEnable = false, in create_pipeline()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c1728 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/
DDrawTester.cpp238 rasterizationState.depthBiasEnable = VK_FALSE; in createGraphicsPipeline()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp438 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp431 rasterization.depthBiasEnable = IsDepthBiasEnabled(); in Initialize()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_command_buffer.h7187 …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 …]
Dvn_protocol_driver_pipeline.h1126 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/
Dvk_cache_utils.cpp1620 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/
Dgraphics_pipeline.cc681 rasterization_info.depthBiasEnable = pipeline_data->GetEnableDepthBias(); in CreateVkGraphicsPipeline()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md303 * `depthBiasEnable <bool>`
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp780 rasterization_state.depthBiasEnable = false; in create_graphics_pipeline()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c688 … pipeline->rast.depth_bias.enable = builder->create_info.gfx->pRasterizationState->depthBiasEnable; in panvk_pipeline_builder_parse_rast()
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp550 void test_vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) {} in test_vkCmdSetDepthBiasEnable() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp1011 m_rasterStateParams.depthBiasEnable = VK_FALSE; in addPipelineInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp1011 m_rasterStateParams.depthBiasEnable = VK_FALSE; in addPipelineInfo()

1234