Searched refs:max_color_attachments (Results 1 – 11 of 11) sorted by relevance
447 LIMIT_CASE(max_color_attachments, GL_MAX_COLOR_ATTACHMENTS, GLint, 4); in init()
3716 uint32_t max_color_attachments = dev_data->device_limits.maxColorAttachments; in PreCreateRenderPass() local3719 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) { in PreCreateRenderPass()3722 … pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments); in PreCreateRenderPass()
19 dEQP-GLES3.functional.implementation_limits.max_color_attachments