Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.cpp354 case FORMAT_G32R32I: in read()
680 case FORMAT_G32R32I: in write()
835 case FORMAT_G32R32I: in read()
937 case FORMAT_G32R32I: in write()
1030 case FORMAT_G32R32I: in GetScale()
DSurface.hpp106 FORMAT_G32R32I, enumerator
DSurface.cpp211 case FORMAT_G32R32I: in write()
819 case FORMAT_G32R32I: in read()
1591 case FORMAT_G32R32I: return 8; in bytes()
2886 case FORMAT_G32R32I: in isFloatFormat()
2994 case FORMAT_G32R32I: in isUnsignedComponent()
3140 case FORMAT_G32R32I: in isSignedNonNormalizedInteger()
3213 case FORMAT_G32R32I: return 2; in componentCount()
3834 case FORMAT_G32R32I: in selectInternalFormat()
3835 return FORMAT_G32R32I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp194 case FORMAT_G32R32I: in sampleTexture()
404 case FORMAT_G32R32I: in sampleTexture()
2613 case FORMAT_G32R32I: in has16bitTextureFormat()
2720 case FORMAT_G32R32I: in has8bitTextureComponents()
2764 case FORMAT_G32R32I: in has16bitTextureComponents()
2883 case FORMAT_G32R32I: in has32bitIntegerTextureComponents()
2920 case FORMAT_G32R32I: in hasYuvFormat()
2992 case FORMAT_G32R32I: return component < 2; in isRGBComponent()
DPixelProgram.cpp642 case FORMAT_G32R32I: in rasterOperation()
762 case FORMAT_G32R32I: in clampColor()
DPixelRoutine.cpp2068 case FORMAT_G32R32I: in alphaBlend()
2233 case FORMAT_G32R32I: in writeColor()
2394 case FORMAT_G32R32I: in writeColor()
/external/swiftshader/src/OpenGL/common/
DImage.cpp132 case GL_INT: return sw::FORMAT_G32R32I; in ConvertReadFormatType()
484 case GL_RG32I: return sw::FORMAT_G32R32I; in SelectInternalFormat()
1684 ASSERT_OR_RETURN(internalformat == GL_RG32I && getExternalFormat() == sw::FORMAT_G32R32I); in loadImageData()