Searched refs:m_testColors (Results 1 – 1 of 1) sorted by relevance
704 std::vector<tcu::Vec4> m_testColors; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferComputeTestInstance774 m_testColors.resize(m_params.numCalls); in init()778 m_testColors[colorIdx] = defaultTestColors[colorIdx]; in init()785 …m_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()