Home
last modified time | relevance | path

Searched refs:depthBiasRepresentation (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp58 info.depthBiasRepresentation = repr; in makeDepthBiasRepresentationInfo()
292 if (reprInfo.depthBiasRepresentation == VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORCE_UNORM_EXT in checkSupport()
298 if (reprInfo.depthBiasRepresentation == VK_DEPTH_BIAS_REPRESENTATION_FLOAT_EXT && !dbcFeatures.floatRepresentation) in checkSupport()
435 const auto representation = (m_params.reprInfo ? m_params.reprInfo->depthBiasRepresentation : VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORMAT_EXT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1847 VkDepthBiasRepresentationEXT depthBiasRepresentation = vk::VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORMAT_EXT; member
3612 state->depthBiasRepresentation = depthBiasRepresentationInfo->depthBiasRepresentation; in buildPipeline()
3941 depthBiasRepresentationInfo.depthBiasRepresentation = state->depthBiasRepresentation; in setShaderObjectDynamicStates()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3385 if (reprInfo.depthBiasRepresentation == vk::VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORCE_UNORM_EXT in checkSupport()
3391 if (reprInfo.depthBiasRepresentation == vk::VK_DEPTH_BIAS_REPRESENTATION_FLOAT_EXT && !dbcFeatures.floatRepresentation) in checkSupport()
5269 pDepthBiasReprInfo->depthBiasRepresentation = reprInfo.depthBiasRepresentation; in iterate()
8431 depthBiasReprInfo.depthBiasRepresentation = vk::VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORCE_UNORM_EXT; in createExtendedDynamicStateTests()
8470 depthBiasReprInfo.depthBiasRepresentation = vk::VK_DEPTH_BIAS_REPRESENTATION_FLOAT_EXT; in createExtendedDynamicStateTests()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h15398 VkDepthBiasRepresentationEXT depthBiasRepresentation; member
H A Dvulkan_hash.hpp3206 VULKAN_HPP_HASH_COMBINE( seed, depthBiasRepresentationInfoEXT.depthBiasRepresentation );
H A Dvulkan_structs.hpp23415 , depthBiasRepresentation( depthBiasRepresentation_ )
23446 depthBiasRepresentation = depthBiasRepresentation_;
23478 return std::tie( sType, pNext, depthBiasRepresentation, depthBiasExact );
23490 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( depthBiasRepresentation == rhs.depthBiasRepresentation ) &&
23504 VULKAN_HPP_NAMESPACE::DepthBiasRepresentationEXT depthBiasRepresentation = VULKAN_HPP_NAMESPACE::DepthBiasRepresentationEXT::eLeastRepresentableValueFormat; member
[all...]

Completed in 130 milliseconds