/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_framebuffer.h | 43 VkImageView attachments[]; member
|
D | vk_render_pass.h | 109 struct vk_subpass_attachment *attachments; member 275 struct vk_render_pass_attachment *attachments; member 369 VkRenderingAttachmentInfo attachments[]; member
|
D | vk_command_buffer.h | 179 struct vk_attachment_state *attachments; member
|
D | vk_image.c | 806 const VkAttachmentDescription2 *attachments) in vk_att_ref_stencil_layout()
|
D | vk_meta_clear.c | 202 const VkClearAttachment *attachments, in vk_meta_clear_attachments()
|
D | vk_render_pass.c | 358 const VkAttachmentDescription2 *attachments, in vk_subpass_attachment_init() 965 VkRenderingAttachmentInfo *attachments = data->attachments; in vk_get_command_buffer_inheritance_as_rendering_resume() local
|
D | vk_graphics_state.h | 644 struct vk_color_blend_attachment_state attachments[MESA_VK_MAX_COLOR_ATTACHMENTS]; member
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 417 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local 443 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local 582 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local 759 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local 983 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local 1152 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P() local
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotFramebuffers_unittest.cpp | 34 std::map<GLenum, GlFramebufferAttachment> attachments; member
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 825 std::vector<vkhpp::AttachmentDescription> attachments; in CreateFramebuffer() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 611 … GLsizei numAttachments, const GLenum* attachments) { in sGetEmulatedAttachmentList() 628 …IENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments) { in glInvalidateFramebuffer() 653 …nvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x… in glInvalidateSubFramebuffer()
|
D | GLESv2Imp.cpp | 582 const T& attachments, in sHasAttachmentWithFormat()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 1422 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT() 2194 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glInvalidateFramebuffer() 2200 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, G… in glInvalidateSubFramebuffer()
|
D | GL2Encoder.cpp | 6134 …validateFramebuffer(void* self, GLenum target, GLsizei numAttachments, const GLenum *attachments) { in s_glInvalidateFramebuffer() 6152 …bFramebuffer(void* self, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x… in s_glInvalidateSubFramebuffer()
|
D | gl2_enc.cpp | 5112 …rdFramebufferEXT_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT_enc() 7563 …idateFramebuffer_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* attachments) in glInvalidateFramebuffer_enc() 7594 …ebuffer_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x… in glInvalidateSubFramebuffer_enc()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 1873 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT()
|
D | gl_enc.cpp | 7862 …rdFramebufferEXT_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT_enc()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_raii.hpp | 7054 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
|
D | vulkansc_funcs.hpp | 3463 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
|
D | vulkan_raii.hpp | 11884 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5760 std::vector<VkAttachmentDescription> attachments; in on_vkCreateRenderPass() local
|