Home
last modified time | relevance | path

Searched refs:colorAttachmentIndex (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp469 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer() local
472 gl_d3d11::ConvertColorMask(clearParams.colorMaskRed[colorAttachmentIndex], in clearFramebuffer()
473 clearParams.colorMaskGreen[colorAttachmentIndex], in clearFramebuffer()
474 clearParams.colorMaskBlue[colorAttachmentIndex], in clearFramebuffer()
475 clearParams.colorMaskAlpha[colorAttachmentIndex]); in clearFramebuffer()
479 const gl::FramebufferAttachment &attachment = colorAttachments[colorAttachmentIndex]; in clearFramebuffer()
481 if (!clearParams.clearColor[colorAttachmentIndex]) in clearFramebuffer()
504 if ((formatInfo.redBits == 0 || !clearParams.colorMaskRed[colorAttachmentIndex]) && in clearFramebuffer()
518 (formatInfo.redBits > 0 && !clearParams.colorMaskRed[colorAttachmentIndex]) || in clearFramebuffer()
520 (formatInfo.blueBits > 0 && !clearParams.colorMaskBlue[colorAttachmentIndex]) || in clearFramebuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp100 uint32_t colorAttachmentIndex = 0; in CreateRenderPassForQuery() local
102 auto& attachmentRef = colorAttachmentRefs[colorAttachmentIndex]; in CreateRenderPassForQuery()
103 auto& attachmentDesc = attachmentDescs[colorAttachmentIndex]; in CreateRenderPassForQuery()
105 attachmentRef.attachment = colorAttachmentIndex; in CreateRenderPassForQuery()
116 ++colorAttachmentIndex; in CreateRenderPassForQuery()
119 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
163 for (; resolveAttachmentIndex < colorAttachmentIndex; resolveAttachmentIndex++) { in CreateRenderPassForQuery()
178 subpassDesc.colorAttachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp102 uint32_t colorAttachmentIndex = 0; in CreateRenderPassForQuery() local
104 auto& attachmentRef = colorAttachmentRefs[colorAttachmentIndex]; in CreateRenderPassForQuery()
105 auto& attachmentDesc = attachmentDescs[colorAttachmentIndex]; in CreateRenderPassForQuery()
107 attachmentRef.attachment = colorAttachmentIndex; in CreateRenderPassForQuery()
118 ++colorAttachmentIndex; in CreateRenderPassForQuery()
121 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
173 subpassDesc.colorAttachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.h47 uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
52 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
95 bool colorAttachmentIndex(uint32_t* index) const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.h41 uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
47 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
106 bool colorAttachmentIndex(uint32_t* index) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp271 for (size_t colorAttachmentIndex = 0; colorAttachmentIndex < colorAttachments.size(); in clearFramebuffer() local
272 colorAttachmentIndex++) in clearFramebuffer()
274 const gl::FramebufferAttachment &attachment = colorAttachments[colorAttachmentIndex]; in clearFramebuffer()
276 if (clearParams.clearColor[colorAttachmentIndex] && attachment.isAttached() && in clearFramebuffer()
277 drawBufferStates[colorAttachmentIndex] != GL_NONE) in clearFramebuffer()
293 colorAttachmentIndex, attachment.getFormat().asSized()); in clearFramebuffer()
315 bool clearColor = clearParams.clearColor[colorAttachmentIndex]; in clearFramebuffer()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglframebufferobject.cpp1280 GLuint QOpenGLFramebufferObject::takeTexture(int colorAttachmentIndex) argument
1284 … if (isValid() && d->format.samples() == 0 && d->colorAttachments.count() > colorAttachmentIndex) {
1288 auto &guard = d->colorAttachments[colorAttachmentIndex].guard;
1487 QImage QOpenGLFramebufferObject::toImage(bool flipped, int colorAttachmentIndex) const
1499 if (d->colorAttachments.count() <= colorAttachmentIndex) {
1517 fmt.setInternalTextureFormat(d->colorAttachments[colorAttachmentIndex].internalFormat);
1518 QOpenGLFramebufferObject temp(d->colorAttachments[colorAttachmentIndex].size, fmt);
1521 colorAttachmentIndex, 0);
1531 extraFuncs->glReadBuffer(GL_COLOR_ATTACHMENT0 + colorAttachmentIndex);
1532 image = qt_gl_read_framebuffer(d->colorAttachments[colorAttachmentIndex].size,
[all …]

1234567