Searched refs:colorAttachments (Results 1 – 5 of 5) sorted by relevance
239 VkAttachmentReference2 colorAttachments[2] = {282 .pColorAttachments = colorAttachments,303 VkRenderingAttachmentInfo colorAttachments[2] = {358 .pColorAttachments = colorAttachments,
358 VkRenderingAttachmentInfoKHR colorAttachments[2] = {399 .pColorAttachments = colorAttachments,
137 .pColorAttachments = colorAttachments,
2506 std::vector<GLenum> colorAttachments(getCaps()->maxDrawBuffers); in queryCurrFboBits() local2507 std::iota(colorAttachments.begin(), colorAttachments.end(), GL_COLOR_ATTACHMENT0); in queryCurrFboBits()2510 for (auto attachment : colorAttachments) { in queryCurrFboBits()
635 std::vector<GLenum> colorAttachments(ctx->getCaps()->maxDrawBuffers); in sUpdateFboEmulation() local636 std::iota(colorAttachments.begin(), colorAttachments.end(), GL_COLOR_ATTACHMENT0); in sUpdateFboEmulation()653 colorAttachments, {GL_SRGB8_ALPHA8})) in sUpdateFboEmulation()