Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp53 MAX_POSITION = BUFFER_SIZE / 4, enumerator
350 DE_ASSERT(testData[ndx].data.positions[0].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
351 DE_ASSERT(testData[ndx].data.positions[1].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
352 DE_ASSERT(testData[ndx].data.positions[2].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
353 DE_ASSERT(testData[ndx].data.positions[3].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
375 { tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createFillUpdateCopyBufferFloatTests()
376 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createFillUpdateCopyBufferFloatTests()
377 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createFillUpdateCopyBufferFloatTests()
378 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)) }, in createFillUpdateCopyBufferFloatTests()
382 DE_ASSERT(data.positions[0].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
[all …]
DvktProtectedMemCopyImageToBufferTests.cpp55 MAX_POSITION = BUFFER_SIZE / 4, enumerator
358 DE_ASSERT(testData[ndx].data.positions[0].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
359 DE_ASSERT(testData[ndx].data.positions[1].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
360 DE_ASSERT(testData[ndx].data.positions[2].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
361 DE_ASSERT(testData[ndx].data.positions[3].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
383 { tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createCopyImageToFloatBufferTests()
384 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createCopyImageToFloatBufferTests()
385 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)), in createCopyImageToFloatBufferTests()
386 tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)) }, in createCopyImageToFloatBufferTests()
390 DE_ASSERT(data.positions[0].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
[all …]