Home
last modified time | relevance | path

Searched refs:maxColorAttachments (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fNegativeBufferApiTests.cpp811 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()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp756 int maxColorAttachments = -1; in draw_buffers() local
757 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in draw_buffers()
766 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in draw_buffers()
952 int maxColorAttachments = 0x1234; in read_buffer() local
954 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in read_buffer()
992 ctx.glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in read_buffer()
995 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1) in read_buffer()
1677 int maxColorAttachments = 0x1234; in invalidate_framebuffer() local
1679 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in invalidate_framebuffer()
1681 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in invalidate_framebuffer()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFBO.cpp801 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()
/external/vulkan-validation-layers/layers/
Dstateless_validation.h834 uint32_t max_color_attachments = device_limits.maxColorAttachments; in CreateRenderPassGeneric()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp935 props->limits.maxColorAttachments = 4; in getPhysicalDeviceProperties()
DvkStructTypes.inl205 deUint32 maxColorAttachments; member
DvkVulkan_c.inl1743 deUint32 maxColorAttachments; member
DvkStrUtilImpl.inl2593 s << "\tmaxColorAttachments = " << value.maxColorAttachments << '\n';
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp112 limits->maxColorAttachments); in validateFeatureLimits()
231 …{ LIMIT(maxColorAttachments), 4, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 … in validateFeatureLimits()
1204 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxColorAttachments),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp236 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments) in ImageSamplingInstance()
/external/mesa3d/src/intel/vulkan/
Danv_device.c908 .maxColorAttachments = MAX_RTS, in anv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4579 …log << TestLog::Message << "Max color attachments: " << properties.limits.maxColorAttachments << T… in renderPassTest()
4583 …bpasses()[subpassNdx].getColorAttachments().size() > (size_t)properties.limits.maxColorAttachments) in renderPassTest()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c737 .maxColorAttachments = MAX_RTS, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h1670 uint32_t maxColorAttachments; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1840 uint32_t maxColorAttachments; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1840 uint32_t maxColorAttachments; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2005 uint32_t maxColorAttachments; member
Dvulkan.hpp37617 && ( maxColorAttachments == rhs.maxColorAttachments ) in operator ==()
37730 uint32_t maxColorAttachments; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1958 uint32_t maxColorAttachments; member
Dvulkan.hpp27631 && ( maxColorAttachments == rhs.maxColorAttachments ) in operator ==()
27744 uint32_t maxColorAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1740 uint32_t maxColorAttachments; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp5953 …ctor<VkAttachmentReference> too_many_colors(m_device->props.limits.maxColorAttachments + 1, color[… in TEST_F()