Home
last modified time | relevance | path

Searched refs:maxColorAttachments (Results 1 – 19 of 19) 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.cpp759 int maxColorAttachments = -1; in draw_buffers() local
760 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in draw_buffers()
769 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in draw_buffers()
955 int maxColorAttachments = 0x1234; in read_buffer() local
957 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in read_buffer()
995 ctx.glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in read_buffer()
998 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1) in read_buffer()
1680 int maxColorAttachments = 0x1234; in invalidate_framebuffer() local
1682 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in invalidate_framebuffer()
1684 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in invalidate_framebuffer()
[all …]
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc162 visitor->Visit("maxColorAttachments", &limits->maxColorAttachments) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp765 props->limits.maxColorAttachments = 4; in getPhysicalDeviceProperties()
DvkStructTypes.inl205 deUint32 maxColorAttachments; member
DvkStrUtilImpl.inl2060 s << "\tmaxColorAttachments = " << value.maxColorAttachments << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c604 .maxColorAttachments = MAX_RTS, in anv_GetPhysicalDeviceProperties()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1196 …orAttachments = %u\n", limits->maxColorAttachments in app_dump_limits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp214 …{ LIMIT(maxColorAttachments), 4, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 … in validateFeatureLimits()
1039 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxColorAttachments),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp227 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments) in ImageSamplingInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c565 .maxColorAttachments = MAX_RTS, in radv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4492 …log << TestLog::Message << "Max color attachments: " << properties.limits.maxColorAttachments << T… in renderPassTest()
4496 …bpasses()[subpassNdx].getColorAttachments().size() > (size_t)properties.limits.maxColorAttachments) in renderPassTest()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1370 uint32_t maxColorAttachments; member
Dvulkan.hpp13315 && ( maxColorAttachments == rhs.maxColorAttachments ) in operator ==()
13428 uint32_t maxColorAttachments; member
/external/mesa3d/include/vulkan/
Dvulkan.h1379 uint32_t maxColorAttachments; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1476 uint32_t maxColorAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1535 uint32_t maxColorAttachments; member
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3716 uint32_t max_color_attachments = dev_data->device_limits.maxColorAttachments; in PreCreateRenderPass()
Dvk_validation_error_database.txt351 …achmentCount must be less than or equal to VkPhysicalDeviceLimits::maxColorAttachments' (https://w…