Home
last modified time | relevance | path

Searched refs:depthBounds (Results 1 – 25 of 61) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp625 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()
DvktDynamicStateDiscardTests.cpp387 m_depthBounds = features.depthBounds; in StencilTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp625 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()
DvktDynamicStateDiscardTests.cpp387 m_depthBounds = features.depthBounds; in StencilTestInstance()
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc132 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/
DvktDrawUtil.cpp471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp471 if (pipelineState.depthBoundsTestEnable && !m_context.getDeviceFeatures().depthBounds) in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp74 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthBounds) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp399 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthBounds == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp163 if (!features.depthBounds) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp163 if (!features.depthBounds) in checkSupport()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc169 if (available_features.depthBounds == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md458 * `depthBounds`
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp800 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp800 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_BOUNDS , depthBounds ),
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c322 DEBUG_BOOL_STRUCT ("support for", features, depthBounds); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp740 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp884 pFeatures->depthBounds = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp740 if (param.depthBoundsTestEnable && features.depthBounds == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1293 .depthBounds = pdevice->info.ver >= 12, in anv_GetPhysicalDeviceFeatures()
1339 pFeatures->depthBounds = true; in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c617 .depthBounds = false, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c585 ….depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1107 .depthBounds = false, /* Only available since V3D 4.3.16.2 */ in v3dv_GetPhysicalDeviceFeatures()

123