Searched refs:maxColorAttachments (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 94 | pname:maxColorAttachments | - | 4 | 7 | min
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 634 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/ |
D | GL2Encoder.cpp | 6141 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/ |
D | framebuffer.adoc | 1039 pname:maxColorAttachments member of sname:VkPhysicalDeviceLimits 1076 pname:maxColorAttachments member of sname:VkPhysicalDeviceLimits
|
D | limits.adoc | 702 * [[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
|
D | renderpass.adoc | 414 slink:VkPhysicalDeviceLimits::pname:maxColorAttachments 2298 sname:VkPhysicalDeviceLimits::pname:maxColorAttachments 3661 sname:VkPhysicalDeviceLimits::pname:maxColorAttachments
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 838 …maxColorAttachments = printer.write_int("maxColorAttachments", 4, indent, signed=False, big_endian…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4497 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxColorAttachments ); in operator ()()
|
D | vulkan_hash.hpp | 8504 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxColorAttachments ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 851 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 828 memcpy(*ptr, (uint32_t*)&forMarshaling->maxColorAttachments, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 914 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 820 memcpy((uint32_t*)&forUnmarshaling->maxColorAttachments, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3158 uint32_t maxColorAttachments; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2905 slink:VkPhysicalDeviceLimits::pname:maxColorAttachments (public issue
|