Home
last modified time | relevance | path

Searched refs:depthCompareOp (Results 1 – 25 of 62) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp78 VkCompareOp depthCompareOp; member
97 result << "_" << getCompareOpStringName(param.depthCompareOp).c_str(); in generateTestName()
678 m_param.depthCompareOp, // VkCompareOp depthCompareOp; in buildPipeline()
1042 if (compareDepthResult(m_param.depthCompareOp, depth, clearValue)) in verifyTestResult()
1129 …expectedDepth = compareDepthResult(m_param.depthCompareOp, expectedDepth, clearValue) ? expectedDe… in verifyTestResult()
1149 …expectedDepth = compareDepthResult(m_param.depthCompareOp, expectedDepth, clearValue) ? expectedDe… in verifyTestResult()
1324 if (compareDepthResult(m_param.depthCompareOp, depth, depthBufferValue) && in verifyTestResult()
1398 …(compareDepthResult(m_param.depthCompareOp, expectedDepth, depthBufferValue) && depthBufferValue <… in verifyTestResult()
1508 testParams.depthCompareOp = VK_COMPARE_OP_LESS_OR_EQUAL; in createDepthRangeUnrestrictedTests()
1541 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests()
[all …]
DvktPipelineDepthTests.cpp564 depthStencilStateParams.depthCompareOp = depthCompareOps[quadNdx]; in DepthTestInstance()
/external/deqp-deps/amber/tests/cases/
Ddraw_triangle_list_with_depth.vkscript82 depthCompareOp VK_COMPARE_OP_LESS
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c889 VkCompareOp depthCompareOp) in sanitize_stencil_face() argument
901 depthCompareOp == VK_COMPARE_OP_NEVER) in sanitize_stencil_face()
909 depthCompareOp == VK_COMPARE_OP_ALWAYS) in sanitize_stencil_face()
963 state->depthCompareOp = VK_COMPARE_OP_ALWAYS; in sanitize_ds_state()
986 if (state->depthCompareOp == VK_COMPARE_OP_EQUAL) in sanitize_ds_state()
992 if (!sanitize_stencil_face(&state->front, state->depthCompareOp) && in sanitize_ds_state()
993 !sanitize_stencil_face(&state->back, state->depthCompareOp)) in sanitize_ds_state()
999 if (state->depthCompareOp == VK_COMPARE_OP_ALWAYS && in sanitize_ds_state()
1072 0 : genX(vk_to_gen_compare_op)[info.depthCompareOp],
Danv_cmd_buffer.c738 VkCompareOp depthCompareOp) in anv_CmdSetDepthCompareOpEXT() argument
742 cmd_buffer->state.gfx.dynamic.depth_compare_op = depthCompareOp; in anv_CmdSetDepthCompareOpEXT()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c114 depth_stencil_state.depthCompareOp = state->depth_stencil_alpha_state->depth_compare_op; in zink_create_gfx_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp516 …const auto depthCompareOp = ((m_params.caseType == CaseType::DEPTH_NEVER) ? vk::VK_COMPARE_OP_NE… in iterate() local
527 depthCompareOp, // VkCompareOp depthCompareOp; in iterate()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c872 pCreateInfo->depthCompareOp != VK_COMPARE_OP_NEVER; in radv_is_depth_write_enabled()
1004 vkds->depthCompareOp == VK_COMPARE_OP_NEVER || in radv_pipeline_out_of_order_rast()
1005 vkds->depthCompareOp == VK_COMPARE_OP_LESS || in radv_pipeline_out_of_order_rast()
1006 vkds->depthCompareOp == VK_COMPARE_OP_LESS_OR_EQUAL || in radv_pipeline_out_of_order_rast()
1007 vkds->depthCompareOp == VK_COMPARE_OP_GREATER || in radv_pipeline_out_of_order_rast()
1008 vkds->depthCompareOp == VK_COMPARE_OP_GREATER_OR_EQUAL; in radv_pipeline_out_of_order_rast()
1026 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()
1027 vkds->depthCompareOp == VK_COMPARE_OP_NEVER)); in radv_pipeline_out_of_order_rast()
1030 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()
1031 vkds->depthCompareOp == VK_COMPARE_OP_NEVER); in radv_pipeline_out_of_order_rast()
[all …]
Dradv_meta_blit.c925 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline()
951 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline()
Dradv_meta_blit2d.c1078 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in blit2d_init_depth_only_pipeline()
1287 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in blit2d_init_stencil_only_pipeline()
Dradv_meta_resolve_fs.c610 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in create_depth_stencil_resolve_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp429 vk::VkCompareOp depthCompareOp = vk::VK_COMPARE_OP_ALWAYS,
DvktDrawCreateInfoUtil.cpp997 depthCompareOp = _depthCompareOp; in DepthStencilState()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp232 stencilInfo->depthCompareOp = VK_COMPARE_OP_ALWAYS; in setup_depth_stencil_state()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp262 depthStencilState.depthCompareOp = vk::CompareOp::eLessOrEqual; in createGraphicsPipeline()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp251 stencilInfo->depthCompareOp = VK_COMPARE_OP_ALWAYS; in setup_depth_stencil_state()
/external/swiftshader/src/Device/
DContext.cpp468 depthCompareMode = depthStencilState->depthCompareOp; in GraphicsState()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc476 depthstencil_info.depthCompareOp = in GetVkPipelineDepthStencilInfo()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1616 SetBitField(mDepthStencilStateInfo.depthCompareOpAndSurfaceRotation.depthCompareOp, in initDefaults()
1987 depthStencilState.depthCompareOp = static_cast<VkCompareOp>( in initializePipeline()
1988 mDepthStencilStateInfo.depthCompareOpAndSurfaceRotation.depthCompareOp); in initializePipeline()
2367 SetBitField(mDepthStencilStateInfo.depthCompareOpAndSurfaceRotation.depthCompareOp, op); in setDepthFunc()
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp642 ds_state.depthCompareOp = VK_COMPARE_OP_ALWAYS; in create_graphics_pipeline()
/external/deqp-deps/amber/docs/
Dvk_script.md327 * `depthCompareOp <VkCompareOp>`
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp906 m_depthStencilStateParams.depthCompareOp = VK_COMPARE_OP_LESS_OR_EQUAL; in addPipelineInfo()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h2272 void anv_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2273 void gen7_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2274 void gen75_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2275 void gen8_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2276 void gen9_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2277 void gen11_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
2278 void gen12_CmdSetDepthCompareOpEXT(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2352 config.depth_test_function = ds_info->depthCompareOp; in pack_cfg_bits()
2525 switch (ds_info->depthCompareOp) { in pipeline_set_ez_state()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2475 A6XX_RB_DEPTH_CNTL_ZFUNC(tu6_compare_func(ds_info->depthCompareOp)) | in tu_pipeline_builder_parse_depth_stencil()
2570 switch(ds_info->depthCompareOp) { in tu_pipeline_builder_parse_depth_stencil()

123