Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp741 std::vector<tcu::Vec4> m_testColors; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferComputeTestInstance
812 m_testColors.resize(m_params.numCalls); in init()
816 m_testColors[colorIdx] = defaultTestColors[colorIdx]; in init()
823m_testColors[colorIdx] = defaultTestColors[0] * mix + defaultTestColors[DE_LENGTH_OF_ARRAY(default… in init()
849 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], static_cast<size_t>(kSizeofV… in init()
989 …if (deMemCmp(&m_testColors[i], bufferPtr + (i * m_itemSize), static_cast<size_t>(kSizeofVec4)) != … in verifyOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp741 std::vector<tcu::Vec4> m_testColors; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferComputeTestInstance
812 m_testColors.resize(m_params.numCalls); in init()
816 m_testColors[colorIdx] = defaultTestColors[colorIdx]; in init()
823m_testColors[colorIdx] = defaultTestColors[0] * mix + defaultTestColors[DE_LENGTH_OF_ARRAY(default… in init()
849 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], static_cast<size_t>(kSizeofV… in init()
989 …if (deMemCmp(&m_testColors[i], bufferPtr + (i * m_itemSize), static_cast<size_t>(kSizeofVec4)) != … in verifyOutput()