Home
last modified time | relevance | path

Searched refs:numPasses (Results 1 – 10 of 10) 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 Bool curModeIsFiltered = (numPasses > 1 && i == numPasses - 1); in Lzma86_Encode()
/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.cpp5627 long Direct3DDevice9::ValidateDevice(unsigned long *numPasses) in ValidateDevice() argument
5631 TRACE("unsigned long *numPasses = 0x%0.8p", numPasses); in ValidateDevice()
5633 if(!numPasses) in ValidateDevice()
5638 *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()