Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1239 const CPVRTHash GenericSurfCommands[] = in ParseGenericSurface() local
1252 …PVRTCOMPILEASSERT(GenericSurfCommands, sizeof(GenericSurfCommands) / sizeof(GenericSurfCommands[0]… in ParseGenericSurface()
1297 …if(Cmd == GenericSurfCommands[eCmds_Min] || Cmd == GenericSurfCommands[eCmds_Mag] || Cmd == Generi… in ParseGenericSurface()
1303 …else if(Cmd == GenericSurfCommands[eCmds_WrapS] || Cmd == GenericSurfCommands[eCmds_WrapT] || Cmd … in ParseGenericSurface()
1309 else if(Cmd == GenericSurfCommands[eCmds_Filter]) in ParseGenericSurface()
1335 else if(Cmd == GenericSurfCommands[eCmds_Wrap]) in ParseGenericSurface()
1361 else if(Cmd == GenericSurfCommands[eCmds_Resolution]) in ParseGenericSurface()
1394 else if(Cmd == GenericSurfCommands[eCmds_Surface]) in ParseGenericSurface()
1446 if(Cmd == GenericSurfCommands[eCmds_Min]) Params.nMin = Type; in ParseGenericSurface()
1447 else if(Cmd == GenericSurfCommands[eCmds_Mag]) Params.nMag = Type; in ParseGenericSurface()
[all …]