Home
last modified time | relevance | path

Searched refs:isUnnormalizedInteger (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkFormat.h35 bool isUnnormalizedInteger() const;
DVkFormat.cpp137 bool Format::isUnnormalizedInteger() const in isUnnormalizedInteger() function in vk::Format
DVkImage.cpp295 …les > VK_SAMPLE_COUNT_1_BIT) && (imageType == VK_IMAGE_TYPE_2D) && !format.isUnnormalizedInteger()) in copyTo()
/external/swiftshader/src/Device/
DBlitter.cpp1302 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()
/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp195 bool normalized = !format.isUnnormalizedInteger(); in readStream()
DSamplerCore.cpp2046 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel()
2517 return state.textureFormat.isUnnormalizedInteger(); in hasUnnormalizedIntegerTexture()
DPixelRoutine.cpp1896 else if(format.isUnnormalizedInteger()) in alphaBlend()