Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp47 : numColorBuffers (1) in RenderTarget()
55 const int numColorBuffers; member in rr::RenderTarget
DrrRenderer.cpp1572 …if ((size_t)command.renderTarget.numColorBuffers < command.program.fragmentShader->getOutputs().si… in isValidCommand()
1576 for (int outputNdx = 0; outputNdx < command.renderTarget.numColorBuffers; ++outputNdx) in isValidCommand()