Searched refs:colorAttachmentsCount (Results 1 – 2 of 2) sorted by relevance
206 deUint32 colorAttachmentsCount; member218 result << "color_attachments_" << param.colorAttachmentsCount; in generateTestName()870 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in makeTestRenderPass()888 param.colorAttachmentsCount, // deUint32 colorAttachmentCount in makeTestRenderPass()1136 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in buildPipeline()1256 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()1260 m_param.colorAttachmentsCount, attachmentClearValues.data()); in prepareRenderPass()1273 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()1304 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()1384 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in BlendOperationAdvancedTestInstance()[all …]
344 bool IsValidColorAttachmentBinding(GLenum binding, size_t colorAttachmentsCount) in IsValidColorAttachmentBinding() argument347 (binding - GL_COLOR_ATTACHMENT0) < colorAttachmentsCount); in IsValidColorAttachmentBinding()