Home
last modified time | relevance | path

Searched defs:color_attachment (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_command.cpp735 VkClearAttachment color_attachment; in TEST_F() local
759 VkClearAttachment color_attachment; in TEST_F() local
4097 VkClearAttachment color_attachment; in TEST_F() local
H A Dlayer_validation_tests.cpp930 VkClearAttachment color_attachment = {}; in VKTriangleTest() local
H A Dvkpositivelayertests.cpp1059 VkClearAttachment color_attachment; in TEST_F() local
1901 VkClearAttachment color_attachment; in TEST_F() local
H A Dvklayertests_pipeline_shader.cpp2477 VkClearAttachment color_attachment; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1590 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in setup_swapchain_data_pipeline() local
1726 VkAttachmentReference color_attachment = {}; in setup_swapchain_data() local
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1691 VkRenderingAttachmentInfo *color_attachment = &color_attachments[i]; in begin_subpass() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4941bool color_attachment, bool renderbuffertarget, bool renderbuffer) in ExpectError()
5311 … bool framebuffer, bool attachment, bool color_attachment, bool texture, in ExpectError()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp3691 textureDefinition color_attachment; local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp2867 uint32_t color_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments() local
H A Dcore_validation.cpp1833 …const auto color_attachment = pPipeline->rp_state->createInfo.pAttachments[color_attachment_ref.at… in ValidatePipelineUnlocked() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs7994 pub color_attachment: u32, field
8038 pub fn color_attachment(mut self, color_attachment: u32) -> Self { in color_attachment() method