Home
last modified time | relevance | path

Searched refs:FORMAT_G32R32I (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.cpp354 case FORMAT_G32R32I: in read()
681 case FORMAT_G32R32I: in write()
837 case FORMAT_G32R32I: in read()
939 case FORMAT_G32R32I: in write()
1032 case FORMAT_G32R32I: in GetScale()
DSurface.hpp106 FORMAT_G32R32I, enumerator
DSurface.cpp218 case FORMAT_G32R32I: in write()
833 case FORMAT_G32R32I: in read()
1605 case FORMAT_G32R32I: return 8; in bytes()
2853 case FORMAT_G32R32I: in isFloatFormat()
2961 case FORMAT_G32R32I: in isUnsignedComponent()
3107 case FORMAT_G32R32I: in isSignedNonNormalizedInteger()
3180 case FORMAT_G32R32I: return 2; in componentCount()
3810 case FORMAT_G32R32I: in selectInternalFormat()
3811 return FORMAT_G32R32I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp194 case FORMAT_G32R32I: in sampleTexture()
402 case FORMAT_G32R32I: in sampleTexture()
2614 case FORMAT_G32R32I: in has16bitTextureFormat()
2717 case FORMAT_G32R32I: in has8bitTextureComponents()
2761 case FORMAT_G32R32I: in has16bitTextureComponents()
2876 case FORMAT_G32R32I: in has32bitIntegerTextureComponents()
2913 case FORMAT_G32R32I: in hasYuvFormat()
2983 case FORMAT_G32R32I: return component < 2; in isRGBComponent()
DPixelRoutine.cpp2069 case FORMAT_G32R32I: in alphaBlend()
2234 case FORMAT_G32R32I: in writeColor()
2395 case FORMAT_G32R32I: in writeColor()
DPixelProgram.cpp684 case FORMAT_G32R32I: in rasterOperation()
804 case FORMAT_G32R32I: in clampColor()
/external/swiftshader/src/OpenGL/common/
DImage.cpp346 case GL_RG32I: return sw::FORMAT_G32R32I; in SelectInternalFormat()
1589 ASSERT_OR_RETURN(internalformat == GL_RG32I && getExternalFormat() == sw::FORMAT_G32R32I); in loadImageData()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1350 case GL_INT: return sw::FORMAT_G32R32I; in ConvertReadFormatType()