Searched refs:colorBuffers (Results 1 – 2 of 2) sorted by relevance
51 colorBuffers[0] = colorMultisampleBuffer; in RenderTarget()54 MultisamplePixelBufferAccess colorBuffers[MAX_COLOR_BUFFERS]; member in rr::RenderTarget
1035 const int numSamples = renderTarget.colorBuffers[0].getNumSamples(); in writeFragmentPackets()1093 …fragProcessor.render(renderTarget.colorBuffers[outputNdx], renderTarget.depthBuffer, renderTarget.… in writeFragmentPackets()1105 const int numSamples = renderTarget.colorBuffers[0].getNumSamples(); in rasterizePrimitive()1173 const int numSamples = renderTarget.colorBuffers[0].getNumSamples(); in rasterizePrimitive()1226 const int numSamples = renderTarget.colorBuffers[0].getNumSamples(); in rasterizePrimitive()1290 const int numSamples = renderTarget.colorBuffers[0].getNumSamples(); in rasterize()1295 const tcu::IVec4 bufferRect = getBufferSize(renderTarget.colorBuffers[0]); in rasterize()1578 …if (getBufferSize(command.renderTarget.colorBuffers[0]) != getBufferSize(command.renderTarget.colo… in isValidCommand()1581 …if (command.renderTarget.colorBuffers[0].getNumSamples() != command.renderTarget.colorBuffers[outp… in isValidCommand()1588 …s colorbufferClass = tcu::getTextureChannelClass(command.renderTarget.colorBuffers[varyingNdx].raw… in isValidCommand()