/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 625 static const float depthBounds[DEPTH_BOUNDS_COUNT]; member in vkt::DynamicState::__anonc2d40ef60111::DepthBoundsTestInstance 641 const float DepthBoundsTestInstance::depthBounds[DEPTH_BOUNDS_COUNT] = member in vkt::DynamicState::__anonc2d40ef60111::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()
|
D | vktDynamicStateDiscardTests.cpp | 387 m_depthBounds = features.depthBounds; in StencilTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 625 static const float depthBounds[DEPTH_BOUNDS_COUNT]; member in vkt::DynamicState::__anon41aecd760111::DepthBoundsTestInstance 641 const float DepthBoundsTestInstance::depthBounds[DEPTH_BOUNDS_COUNT] = member in vkt::DynamicState::__anon41aecd760111::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()
|
D | vktDynamicStateDiscardTests.cpp | 387 m_depthBounds = features.depthBounds; in StencilTestInstance()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 132 features->depthBounds = VK_TRUE; in NamesToVulkanFeatures() 337 if (available_features.depthBounds == VK_FALSE && in AreAllRequiredFeaturesSupported() 338 required_features.depthBounds == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktDrawUtil.cpp | 471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 163 if (!features.depthBounds) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 163 if (!features.depthBounds) in checkSupport()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 169 if (available_features.depthBounds == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 458 * `depthBounds`
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 800 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.cpp | 800 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 322 DEBUG_BOOL_STRUCT ("support for", features, depthBounds); in dump_features10()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 740 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 884 pFeatures->depthBounds = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 740 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1293 .depthBounds = pdevice->info.ver >= 12, in anv_GetPhysicalDeviceFeatures() 1339 pFeatures->depthBounds = true; in anv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 617 .depthBounds = false, in pvr_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 585 ….depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1107 .depthBounds = false, /* Only available since V3D 4.3.16.2 */ in v3dv_GetPhysicalDeviceFeatures()
|