Lines Matching defs:depthBiasRepresentation
23415 , 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;