Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc94 | pname:maxColorAttachments | - | 4 | 7 | min
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp634 GLint maxColorAttachments; in glInvalidateFramebuffer() local
635 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in glInvalidateFramebuffer()
641 maxColorAttachments, GL_INVALID_OPERATION); in glInvalidateFramebuffer()
659 GLint maxColorAttachments; in glInvalidateSubFramebuffer() local
660 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in glInvalidateSubFramebuffer()
666 maxColorAttachments, GL_INVALID_OPERATION); in glInvalidateSubFramebuffer()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6141 GLint maxColorAttachments; in s_glInvalidateFramebuffer() local
6142 ctx->glGetIntegerv(ctx, GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in s_glInvalidateFramebuffer()
6145 … SET_ERROR_IF(attachments[i] >= GL_COLOR_ATTACHMENT0 + maxColorAttachments, GL_INVALID_OPERATION); in s_glInvalidateFramebuffer()
6158 GLint maxColorAttachments; in s_glInvalidateSubFramebuffer() local
6159 ctx->glGetIntegerv(ctx, GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments); in s_glInvalidateSubFramebuffer()
6162 … SET_ERROR_IF(attachments[i] >= GL_COLOR_ATTACHMENT0 + maxColorAttachments, GL_INVALID_OPERATION); in s_glInvalidateSubFramebuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dframebuffer.adoc1039 pname:maxColorAttachments member of sname:VkPhysicalDeviceLimits
1076 pname:maxColorAttachments member of sname:VkPhysicalDeviceLimits
Dlimits.adoc702 * [[limits-maxColorAttachments]] pname:maxColorAttachments is the maximum
4532 | code:uint32_t | pname:maxColorAttachments | -
4960 | pname:maxColorAttachments | - | 4 | min
5344 pname:maxPerStageDescriptorInputAttachments, pname:maxColorAttachments
5398 times pname:maxColorAttachments (for color and resolve attachments)
5510 | pname:maxColorAttachments | 7 | min
Drenderpass.adoc414 slink:VkPhysicalDeviceLimits::pname:maxColorAttachments
2298 sname:VkPhysicalDeviceLimits::pname:maxColorAttachments
3661 sname:VkPhysicalDeviceLimits::pname:maxColorAttachments
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py838maxColorAttachments = printer.write_int("maxColorAttachments", 4, indent, signed=False, big_endian…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4497 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxColorAttachments ); in operator ()()
Dvulkan_hash.hpp8504 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxColorAttachments ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp851 vkStream->write((uint32_t*)&forMarshaling->maxColorAttachments, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
990 vkStream->read((uint32_t*)&forUnmarshaling->maxColorAttachments, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp828 memcpy(*ptr, (uint32_t*)&forMarshaling->maxColorAttachments, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp914 vkStream->write((uint32_t*)&forMarshaling->maxColorAttachments, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1053 vkStream->read((uint32_t*)&forUnmarshaling->maxColorAttachments, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp820 memcpy((uint32_t*)&forUnmarshaling->maxColorAttachments, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3158 uint32_t maxColorAttachments; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2905 slink:VkPhysicalDeviceLimits::pname:maxColorAttachments (public issue