Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp704 std::vector<tcu::Vec4> m_testColors; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferComputeTestInstance
774 m_testColors.resize(m_params.numCalls); in init()
778 m_testColors[colorIdx] = defaultTestColors[colorIdx]; in init()
785m_testColors[colorIdx] = defaultTestColors[0] * mix + defaultTestColors[DE_LENGTH_OF_ARRAY(default… in init()
811 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], 16u); in init()
948 …if (deMemCmp((void*)&m_testColors[0], m_outputBufferAlloc->getHostPtr(), (size_t)(16u * m_params.n… in verifyOutput()