Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp53 MAX_POSITION = BUFFER_SIZE / 4, enumerator
355 DE_ASSERT(testData[ndx].data.positions[0].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
356 DE_ASSERT(testData[ndx].data.positions[1].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
357 DE_ASSERT(testData[ndx].data.positions[2].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
358 DE_ASSERT(testData[ndx].data.positions[3].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
378 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests()
379 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests()
380 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests()
381 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests()
389 DE_ASSERT(data.positions[0].x() < MAX_POSITION); in createFillUpdateCopyBufferFloatTests()
[all …]
DvktProtectedMemCopyImageToBufferTests.cpp56 MAX_POSITION = BUFFER_SIZE / 4, enumerator
363 DE_ASSERT(testData[ndx].data.positions[0].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
364 DE_ASSERT(testData[ndx].data.positions[1].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
365 DE_ASSERT(testData[ndx].data.positions[2].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
366 DE_ASSERT(testData[ndx].data.positions[3].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
381 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
382 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
383 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
384 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests()
392 DE_ASSERT(data.positions[0].x() < MAX_POSITION); in createCopyImageToFloatBufferTests()
[all …]