Searched refs:eMax (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloat.hpp265 const int eMax = ((1<<ExponentBits)-2) - ExponentBias; local
320 if (e > eMax)
327 DE_ASSERT(de::inRange(e, eMin, eMax));
H A DtcuTextureUtil.cpp1219 const int eMax = (1<<eBits)-1;
1220 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp4801 eMax = VK_BLEND_OP_MAX member in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp
19429 case BlendOp::eMax: return "Max";

Completed in 201 milliseconds