Home
last modified time | relevance | path

Searched refs:depthBounds (Results 1 - 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp653 static const float depthBounds[DEPTH_BOUNDS_COUNT]; member in vkt::DynamicState::__anon27959::DepthBoundsTestInstance
669 const float DepthBoundsTestInstance::depthBounds[DEPTH_BOUNDS_COUNT] = member in vkt::DynamicState::__anon27959::DepthBoundsTestInstance
866 setDynamicDepthStencilState(depthBounds[DEPTH_BOUNDS_MIN], depthBounds[DEPTH_BOUNDS_MAX]); in iterate()
908 if (depthData.getLevel(0).getPixDepth(x, y) >= depthBounds[DEPTH_BOUNDS_MIN] in iterate()
909 && depthData.getLevel(0).getPixDepth(x, y) <= depthBounds[DEPTH_BOUNDS_MAX]) in iterate()
H A DvktDynamicStateDiscardTests.cpp388 m_depthBounds = features.depthBounds; in StencilTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp625 static const float depthBounds[DEPTH_BOUNDS_COUNT]; member in vkt::DynamicState::__anon29194::DepthBoundsTestInstance
641 const float DepthBoundsTestInstance::depthBounds[DEPTH_BOUNDS_COUNT] = member in vkt::DynamicState::__anon29194::DepthBoundsTestInstance
838 setDynamicDepthStencilState(depthBounds[DEPTH_BOUNDS_MIN], depthBounds[DEPTH_BOUNDS_MAX]); in iterate()
880 if (depthData.getLevel(0).getPixDepth(x, y) >= depthBounds[DEPTH_BOUNDS_MIN] in iterate()
881 && depthData.getLevel(0).getPixDepth(x, y) <= depthBounds[DEPTH_BOUNDS_MAX]) in iterate()
H A DvktDynamicStateDiscardTests.cpp387 m_depthBounds = features.depthBounds; in StencilTestInstance()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc134 } else if (name == "depthBounds") { in NamesToVulkanFeatures()
135 features->depthBounds = VK_TRUE; in NamesToVulkanFeatures()
340 if (available_features.depthBounds == VK_FALSE && in AreAllRequiredFeaturesSupported()
341 required_features.depthBounds == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp562 bool depthBounds;
592 depthBounds = false;
716 if (m_params.depthBounds)
717 features2.features.depthBounds = VK_TRUE;
959 if ((!m_params.pipeline && !m_params.rasterizerDiscardEnable && m_params.depthBounds) || hasDynamicState(dynamicStates, vk::VK_DYNAMIC_STATE_DEPTH_BOUNDS))
1792 if (m_params.depthBounds)
2805 bool depthBounds;
2995 params.depthBounds = depthTest.depthBounds;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp163 if (!features.depthBounds) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
472 TCU_THROW(NotSupportedError, "depthBounds not supported"); in registerDrawObject()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc171 if (feature == "depthBounds") { in AreAllRequiredFeaturesSupported()
172 if (available_features.depthBounds == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp163 if (!features.depthBounds) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
472 TCU_THROW(NotSupportedError, "depthBounds not supported"); in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp863 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp800 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c617 .depthBounds = false, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c585 .depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_DEPTH_BOUNDS_TEST) != 0), in lvp_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp741 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
743 throw tcu::NotSupportedError("Unsupported feature: depthBounds"); in DepthRangeUnrestrictedTestInstance()
1171 // depthBounds test. in iterate()
1174 // the first draw. If they pass the depth test, the depthBounds test will check the content of the depth buffer, in iterate()
1245 // Depth Clamp is enabled, then we clamp point depth to viewport's maxDepth and minDepth values and later check if it is inside depthBounds volume. in verifyTestResult()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp923 pFeatures->depthBounds = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp740 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
742 throw tcu::NotSupportedError("Unsupported feature: depthBounds"); in DepthRangeUnrestrictedTestInstance()
1163 // depthBounds test. in iterate()
1166 // the first draw. If they pass the depth test, the depthBounds test will check the content of the depth buffer, in iterate()
1238 // Depth Clamp is enabled, then we clamp point depth to viewport's maxDepth and minDepth values and later check if it is inside depthBounds volume. in verifyTestResult()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1293 .depthBounds = pdevice->info.ver >= 12, in anv_GetPhysicalDeviceFeatures()
1334 /* The new DOOM and Wolfenstein games require depthBounds without in anv_GetPhysicalDeviceFeatures()
1339 pFeatures->depthBounds = true; in anv_GetPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp371 feats.depthBounds = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures()
425 feats1.fillModeNonSolid == feats2.features.fillModeNonSolid && feats1.depthBounds == feats2.features.depthBounds && in CompareFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c659 .depthBounds = true, in tu_GetPhysicalDeviceFeatures2()

Completed in 60 milliseconds

12