Searched refs:isUnnormalizedInteger (Results 1 – 7 of 7) sorted by relevance
35 bool isUnnormalizedInteger() const;
137 bool Format::isUnnormalizedInteger() const in isUnnormalizedInteger() function in vk::Format
295 …les > VK_SAMPLE_COUNT_1_BIT) && (imageType == VK_IMAGE_TYPE_2D) && !format.isUnnormalizedInteger()) in copyTo()
1302 state.sourceFormat.isUnnormalizedInteger() && in ApplyScaleAndClamp()1303 !state.destFormat.isUnnormalizedInteger()) in ApplyScaleAndClamp()1405 bool intSrc = state.sourceFormat.isUnnormalizedInteger(); in generate()1406 bool intDst = state.destFormat.isUnnormalizedInteger(); in generate()
195 bool normalized = !format.isUnnormalizedInteger(); in readStream()
2046 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel()2517 return state.textureFormat.isUnnormalizedInteger(); in hasUnnormalizedIntegerTexture()
1896 else if(format.isUnnormalizedInteger()) in alphaBlend()