Home
last modified time | relevance | path

Searched defs:maxIntValue (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp311 const int maxIntValue = (1 << fractionBits) - 1; in round() local
321 const int maxIntValue = (1 << getFractionBits()) - 1; in ulp() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp822 …const deInt32 maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, order… in getGlslAttributeConditions() local
1536 …const deInt32 maxIntValue = isVertexFormatPacked(attribute.vkDescription.format) ? (1 << (getPack… in writeVertexInputValue() local