Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp3486 tcu::Vec4 bufferColor; in verifyOutput() local
3487 deMemcpy(&bufferColor, bufferPtr + (i * m_itemSize), static_cast<size_t>(kSizeofVec4)); in verifyOutput()
3489 if (bufferColor != ref[i]) in verifyOutput()
3492 … msg << "Output mismatch at item " << i << ": expected " << ref[i] << " but found " << bufferColor; in verifyOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp3486 tcu::Vec4 bufferColor; in verifyOutput() local
3487 deMemcpy(&bufferColor, bufferPtr + (i * m_itemSize), static_cast<size_t>(kSizeofVec4)); in verifyOutput()
3489 if (bufferColor != ref[i]) in verifyOutput()
3492 … msg << "Output mismatch at item " << i << ": expected " << ref[i] << " but found " << bufferColor; in verifyOutput()