Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp65 bool invalidValue = false; in handlePragma() local
76 else invalidValue = true; in handlePragma()
82 else invalidValue = true; in handlePragma()
90 if (invalidValue) in handlePragma()
/external/deqp/modules/gles31/functional/
Des31fSSBOArrayLengthTests.cpp93 const deUint32 invalidValue = 0xFFFFFFFFUL; in init() local
105 gl.bufferData(GL_SHADER_STORAGE_BUFFER, 2 * (int)sizeof(deUint32), &invalidValue, GL_DYNAMIC_COPY); in init()
/external/zlib/src/contrib/minizip/
Dzip.c1518 uLong invalidValue = 0xffffffff; in zipCloseFileInZipRaw64() local
1625 zip64local_putValue_inmemory(zi->ci.central_header+20, invalidValue,4); /*compr size*/ in zipCloseFileInZipRaw64()
1634 zip64local_putValue_inmemory(zi->ci.central_header+24, invalidValue,4); /*uncompr size*/ in zipCloseFileInZipRaw64()