/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/ |
D | create.rs | 1108 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
|
D | mod.rs | 937 pub color_attachments: Vec<Option<AttachmentReference>>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | render_pass.rs | 1264 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/ |
D | frame_buffer.cc | 31 const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, in FrameBuffer()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.h | 63 struct tu_subpass_attachment *color_attachments; member
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 131 struct vk_subpass_attachment *color_attachments; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 1575 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 D | panvk_cmd_buffer.h | 143 } color_attachments; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | auto.rs | 113 pub(super) color_attachments: Vec<Option<RenderingAttachmentInfo>>, field
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 976 VkAttachmentReference color_attachments[16]; in create_graphics_pipeline() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/ |
H A D | panvk_cmd_buffer.h | 383 } color_attachments; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | mod.rs | 927 color_attachments: Vec<Option<RenderPassStateAttachmentInfo>>, field
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | shader_validation.cpp | 1003 std::map<uint32_t, VkFormat> color_attachments; in ValidateFsOutputsAgainstRenderPass() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 1106 uint32_t *color_attachments; member
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 863 struct v3dv_subpass_attachment *color_attachments; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 8271 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
|