Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp798 …ic void writeBufferGuard (const glw::Functions& gl, deUint32 target, int bufferSize, int guardSize) in writeBufferGuard() argument
800 deUint8* ptr = (deUint8*)gl.mapBufferRange(target, bufferSize, guardSize, GL_MAP_WRITE_BIT); in writeBufferGuard()
802 deMemset(ptr, 0xcd, guardSize); in writeBufferGuard()
807 static bool verifyGuard (const deUint8* ptr, int guardSize) in verifyGuard() argument
809 for (int ndx = 0; ndx < guardSize; ndx++) in verifyGuard()
1106 int guardSize = stride*BUFFER_GUARD_MULTIPLIER; in runTest() local
1110 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, size+guardSize, DE_NULL, usage); in runTest()
1111 writeBufferGuard(gl, GL_TRANSFORM_FEEDBACK_BUFFER, size, guardSize); in runTest()
1201 int guardSize = stride*BUFFER_GUARD_MULTIPLIER; in runTest() local
1206 bufPtr = gl.mapBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, size+guardSize, GL_MAP_READ_BIT); in runTest()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp270 …ableEntry* queryMemberTableEntry, Type* vec[2], const deUint8 guardValue, const deUint32 guardSize) in validateStructsWithGuard() argument
282 for (deUint32 ndx = 0; ndx < guardSize; ndx++) in validateStructsWithGuard()