Home
last modified time | relevance | path

Searched refs:PVRPFXTEX_DEPTH (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h263 const PVRTuint32 PVRPFXTEX_DEPTH = PVRTuint32(1<<31); variable
DPVRTPFXParser.cpp1268 { "DEPTH24", OGL_RGB_888, PVRPFXTEX_DEPTH }, in ParseGenericSurface()
1269 { "DEPTH16", OGL_RGB_565, PVRPFXTEX_DEPTH }, in ParseGenericSurface()
1270 { "DEPTH8", OGL_I_8, PVRPFXTEX_DEPTH }, in ParseGenericSurface()
2678 ….BufferType.find_first_of("DEPTH") != CPVRTString::npos && !(Pass.uiFormatFlags & PVRPFXTEX_DEPTH)) in DetermineRenderPassDependencies()