Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_framebuffer.h43 VkImageView attachments[]; member
Dvk_render_pass.h109 struct vk_subpass_attachment *attachments; member
275 struct vk_render_pass_attachment *attachments; member
369 VkRenderingAttachmentInfo attachments[]; member
Dvk_command_buffer.h179 struct vk_attachment_state *attachments; member
Dvk_image.c806 const VkAttachmentDescription2 *attachments) in vk_att_ref_stencil_layout()
Dvk_meta_clear.c202 const VkClearAttachment *attachments, in vk_meta_clear_attachments()
Dvk_render_pass.c358 const VkAttachmentDescription2 *attachments, in vk_subpass_attachment_init()
965 VkRenderingAttachmentInfo *attachments = data->attachments; in vk_get_command_buffer_inheritance_as_rendering_resume() local
Dvk_graphics_state.h644 struct vk_color_blend_attachment_state attachments[MESA_VK_MAX_COLOR_ATTACHMENTS]; member
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp417 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/
DGLSnapshotFramebuffers_unittest.cpp34 std::map<GLenum, GlFramebufferAttachment> attachments; member
/hardware/google/gfxstream/common/detector/
DVulkan.cpp825 std::vector<vkhpp::AttachmentDescription> attachments; in CreateFramebuffer() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp611 … 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()
DGLESv2Imp.cpp582 const T& attachments, in sHasAttachmentWithFormat()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp1422 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()
DGL2Encoder.cpp6134 …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()
Dgl2_enc.cpp5112 …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/
Dgl_entry.cpp1873 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT()
Dgl_enc.cpp7862 …rdFramebufferEXT_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT_enc()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_raii.hpp7054 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
Dvulkansc_funcs.hpp3463 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
Dvulkan_raii.hpp11884 …ndBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAtta… in clearAttachments()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5760 std::vector<VkAttachmentDescription> attachments; in on_vkCreateRenderPass() local