/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 811 int maxColorAttachments; in init() 813 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init() 851 glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in init() 854 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1) in init() 1314 int maxColorAttachments; in init() 1315 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init() 1317 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in init() 1348 int maxColorAttachments; in init() 1349 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in init() 1351 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 762 int maxColorAttachments = -1; in draw_buffers() local 763 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in draw_buffers() 773 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in draw_buffers() 959 int maxColorAttachments = 0x1234; in read_buffer() local 962 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in read_buffer() 1000 ctx.glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in read_buffer() 1003 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1) in read_buffer() 1689 int maxColorAttachments = 0x1234; in invalidate_framebuffer() local 1691 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in invalidate_framebuffer() 1693 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in invalidate_framebuffer() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 134 std::min<uint32_t>(limitsVk.maxColorAttachments, limitsVk.maxFragmentOutputAttachments); in ensureCapsInitialized() 137 mNativeCaps.maxColorAttachments = limitsVk.maxColorAttachments; in ensureCapsInitialized()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 486 GLint maxColorAttachments = 0; in TEST_P() local 487 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in TEST_P() 488 GLenum attachment = static_cast<GLenum>(maxColorAttachments + GL_COLOR_ATTACHMENT0); in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFBO.cpp | 801 glw::GLint maxColorAttachments = 0; in iterate() local 812 gl.getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in iterate() 820 …gl.framebufferTexture(fbEnums[i], GL_COLOR_ATTACHMENT0 + maxColorAttachments, m_to_id /* texture *… in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 588 std::min(limitsVk.maxColorAttachments, limitsVk.maxFragmentOutputAttachments); in ensureCapsInitialized() 591 mNativeCaps.maxColorAttachments = LimitToInt(limitsVk.maxColorAttachments); in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | AdapterVk.cpp | 258 if (vkLimits.maxColorAttachments < kMaxColorAttachments) { in InitializeSupportedLimitsImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 212 GLint maxColorAttachments = 0; member
|
D | Framebuffer.cpp | 378 mColorAttachments(caps.maxColorAttachments), in FramebufferState() 799 ASSERT(mState.mColorAttachments.size() == static_cast<size_t>(caps.maxColorAttachments)); in Framebuffer()
|
D | Caps.cpp | 1011 caps.maxColorAttachments = 4; in GenerateMinimumCaps()
|
D | validationES.cpp | 1375 if (colorAttachment >= context->getCaps().maxColorAttachments) in ValidateAttachmentTarget() 4622 GL_COLOR_ATTACHMENT0 + static_cast<GLuint>(context->getCaps().maxColorAttachments)) in ValidateDiscardFramebufferBase() 4929 GLuint maxColorAttachment = GL_COLOR_ATTACHMENT0_EXT + context->getCaps().maxColorAttachments; in ValidateDrawBuffersBase() 5370 static_cast<GLuint>(context->getCaps().maxColorAttachments)) in ValidateGetFramebufferAttachmentParameterivBase()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 618 GLuint maxColorAttachments = 0; member
|
D | Framebuffer.cpp | 282 mColorAttachments(caps.maxColorAttachments), in FramebufferState() 628 ASSERT(mState.mColorAttachments.size() == static_cast<size_t>(caps.maxColorAttachments)); in Framebuffer()
|
D | validationES.cpp | 1127 if (colorAttachment >= context->getCaps().maxColorAttachments) in ValidateAttachmentTarget() 3296 if (attachments[i] >= GL_COLOR_ATTACHMENT0 + context->getCaps().maxColorAttachments) in ValidateDiscardFramebufferBase() 3562 GLuint maxColorAttachment = GL_COLOR_ATTACHMENT0_EXT + context->getCaps().maxColorAttachments; in ValidateDrawBuffersBase() 3957 (attachment - GL_COLOR_ATTACHMENT0_EXT) >= context->getCaps().maxColorAttachments) in ValidateGetFramebufferAttachmentParameterivBase()
|
D | Caps.cpp | 961 caps.maxColorAttachments = 4; in GenerateMinimumCaps()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 537 caps->maxColorAttachments = 1; in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 554 caps->maxColorAttachments = 1; in GenerateCaps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 217 if (m_data.m_numLayers > properties.limits.maxColorAttachments) in checkSupport()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 516 caps.maxColorAttachments = caps.maxCombinedShaderOutputResources; in getNativeCaps()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 417 return screen->info.props.limits.maxColorAttachments; in zink_get_param() 817 max = screen->info.props.limits.maxColorAttachments; in zink_get_shader_param()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 1027 uint32_t maxColorAttachments = static_cast<uint32_t>(mState.getColorAttachments().size()); 1030 for (uint32_t colorIndexGL = 0; colorIndexGL < maxColorAttachments; ++colorIndexGL)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 841 caps.maxColorAttachments = caps.maxCombinedShaderOutputResources; in getNativeCaps()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 622 DEBUG_UINT32 ("limit", limits, maxColorAttachments); in dump_limits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 743 caps->maxColorAttachments = QuerySingleGLInt(functions, GL_MAX_COLOR_ATTACHMENTS); in GenerateCaps() 748 caps->maxColorAttachments = 1; in GenerateCaps()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 810 .maxColorAttachments = MAX_RTS, in panvk_GetPhysicalDeviceProperties2()
|