Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dframe_buffer.cc31 const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, in FrameBuffer()
/external/rust/crates/vulkano/src/render_pass/
Ddesc.rs238 pub color_attachments: Vec<(usize, ImageLayout)>, // TODO: Vec is slow field
Drender_pass.rs297 let color_attachments = attachment_references.as_ptr().offset(ref_index as isize); in new() localVariable
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp533 VkAttachmentReference color_attachments[16]; in create_graphics_pipeline() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp1576 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
1776 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
1995 std::vector<glw::GLuint> color_attachments(max_color_attachments); in iterate() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c1393 VkClearAttachment color_attachments[4]; in emit_tlb_clear_job() local
Dv3dv_private.h524 struct v3dv_subpass_attachment *color_attachments; member
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1003 std::map<uint32_t, VkFormat> color_attachments; in ValidateFsOutputsAgainstRenderPass() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h358 struct lvp_subpass_attachment * color_attachments; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h1452 struct tu_subpass_attachment *color_attachments; member
/external/mesa3d/src/intel/vulkan/
Danv_private.h4361 struct anv_subpass_attachment * color_attachments; member
/external/mesa3d/src/amd/vulkan/
Dradv_private.h2274 struct radv_subpass_attachment * color_attachments; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs7424 pub fn color_attachments(mut self, color_attachments: &'a [AttachmentReference]) -> Self { in color_attachments() method
27066 pub fn color_attachments(mut self, color_attachments: &'a [AttachmentReference2]) -> Self { in color_attachments() method