Home
last modified time | relevance | path

Searched defs:color_attachments (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dcreate.rs1108 let color_attachments = attachment_references_vk.as_ptr().add(ref_index); in create_v2() localVariable
1313 let color_attachments = attachment_references_vk.as_ptr().add(ref_index); in create_v1() localVariable
Dmod.rs937 pub color_attachments: Vec<Option<AttachmentReference>>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs1264 let color_attachments = &state.subpass.subpass_desc().color_attachments; in validate_clear_attachments() localVariable
2086 let color_attachments: SmallVec<[_; 2]> = in begin_rendering() localVariable
2285 pub color_attachments: Vec<Option<RenderingAttachmentInfo>>, field
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dframe_buffer.cc31 const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, in FrameBuffer()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.h63 struct tu_subpass_attachment *color_attachments; member
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h131 struct vk_subpass_attachment *color_attachments; member
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp1575 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
1775 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
1994 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A Dpanvk_cmd_buffer.h143 } color_attachments; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs113 pub(super) color_attachments: Vec<Option<RenderingAttachmentInfo>>, field
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp976 VkAttachmentReference color_attachments[16]; in create_graphics_pipeline() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/
H A Dpanvk_cmd_buffer.h383 } color_attachments; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs927 color_attachments: Vec<Option<RenderPassStateAttachmentInfo>>, field
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1003 std::map<uint32_t, VkFormat> color_attachments; in ValidateFsOutputsAgainstRenderPass() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h1106 uint32_t *color_attachments; member
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h863 struct v3dv_subpass_attachment *color_attachments; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8271 pub fn color_attachments(mut self, color_attachments: &'a [AttachmentReference]) -> Self { in color_attachments() method
30475 pub fn color_attachments(mut self, color_attachments: &'a [AttachmentReference2]) -> Self { in color_attachments() method
65376 pub fn color_attachments(mut self, color_attachments: &'a [RenderingAttachmentInfo]) -> Self { in color_attachments() method