Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma86Enc.c66 int numPasses = (filterMode == SZ_FILTER_AUTO) ? 3 : 1; in Lzma86_Encode() local
69 for (i = 0; i < numPasses; i++) in Lzma86_Encode()
74 BoolInt curModeIsFiltered = (numPasses > 1 && i == numPasses - 1); in Lzma86_Encode()
/external/fonttools/Lib/fontTools/ttLib/tables/
DS__i_l_f.py401 if self.numPasses:
402 self.oPasses = struct.unpack(('>%dL' % (self.numPasses+1)), data[2:6+4*self.numPasses])
403 data = data[6 + 4 * self.numPasses:]
415 + 1 + 1 + 4 * numScriptTag + 6 + 4 * self.numPasses + 8 + 6 * numPseudo)
420 for i in range(self.numPasses):
427 self.numPasses = len(self.passes)
450 currpos = hdroffset + len(data) + 4 * (self.numPasses + 1)
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp901 long Direct3DDevice9Ex::ValidateDevice(unsigned long *numPasses) in ValidateDevice() argument
903 TRACE("unsigned long *numPasses = 0x%0.8p", numPasses); in ValidateDevice()
905 return Direct3DDevice9::ValidateDevice(numPasses); in ValidateDevice()
DDirect3DDevice9Ex.hpp127 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice9.hpp180 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice9.cpp5628 long Direct3DDevice9::ValidateDevice(unsigned long *numPasses) in ValidateDevice() argument
5632 TRACE("unsigned long *numPasses = 0x%0.8p", numPasses); in ValidateDevice()
5634 if(!numPasses) in ValidateDevice()
5639 *numPasses = 1; in ValidateDevice()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c401 finalize_shader(struct st_translate *t, unsigned numPasses) in finalize_shader() argument
406 if (t->regs_written[numPasses-1][0]) { in finalize_shader()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp152 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice8.cpp4127 long Direct3DDevice8::ValidateDevice(unsigned long *numPasses) in ValidateDevice() argument
4131 if(!numPasses) in ValidateDevice()
4136 *numPasses = 1; in ValidateDevice()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1545 const int numPasses = 5; in testFBO() local
1567 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1913 const int numPasses = 5; in testFBO() local
1935 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO()