Home
last modified time | relevance | path

Searched refs:FORMAT_Q16W16V16U16 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp380 case D3DFMT_Q16W16V16U16: return sw::FORMAT_Q16W16V16U16; in translateFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp211 case FORMAT_Q16W16V16U16: in sampleTexture()
439 case FORMAT_Q16W16V16U16: in sampleTexture()
2648 case FORMAT_Q16W16V16U16: in has16bitTextureFormat()
2714 case FORMAT_Q16W16V16U16: in has8bitTextureComponents()
2807 case FORMAT_Q16W16V16U16: in has16bitTextureComponents()
2856 case FORMAT_Q16W16V16U16: in has32bitIntegerTextureComponents()
2955 case FORMAT_Q16W16V16U16: in hasYuvFormat()
3025 case FORMAT_Q16W16V16U16: return false; in isRGBComponent()
/external/swiftshader/src/Renderer/
DSurface.hpp191 FORMAT_Q16W16V16U16, enumerator
DSurface.cpp288 case FORMAT_Q16W16V16U16: in write()
925 case FORMAT_Q16W16V16U16: in read()
1669 case FORMAT_Q16W16V16U16: return 8; in bytes()
2840 case FORMAT_Q16W16V16U16: in isFloatFormat()
2946 case FORMAT_Q16W16V16U16: in isUnsignedComponent()
3196 case FORMAT_Q16W16V16U16: return 4; in componentCount()
3921 case FORMAT_Q16W16V16U16: return FORMAT_Q16W16V16U16; in selectInternalFormat()