Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/image/
Dusage.rs34 pub color_attachment: bool, field
97 pub fn color_attachment() -> ImageUsage { in color_attachment() method
/external/rust/crates/vulkano/src/
Dformat.rs705 pub color_attachment: bool, field
/external/vulkan-validation-layers/tests/
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
Dlayer_validation_tests.cpp930 VkClearAttachment color_attachment = {}; in VKTriangleTest() local
Dvkpositivelayertests.cpp1059 VkClearAttachment color_attachment; in TEST_F() local
1901 VkClearAttachment color_attachment; in TEST_F() local
Dvklayertests_pipeline_shader.cpp2477 VkClearAttachment color_attachment; in TEST_F() local
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1560 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in setup_swapchain_data_pipeline() local
1696 VkAttachmentReference color_attachment = {}; in setup_swapchain_data() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4946 bool color_attachment, bool renderbuffertarget, bool renderbuffer) in ExpectError()
5316 bool framebuffer, bool attachment, bool color_attachment, bool texture, in ExpectError()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3690 textureDefinition color_attachment; local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2867 uint32_t color_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments() local
Dcore_validation.cpp1833 …const auto color_attachment = pPipeline->rp_state->createInfo.pAttachments[color_attachment_ref.at… in ValidatePipelineUnlocked() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs7170 pub color_attachment: u32, field
7211 pub fn color_attachment(mut self, color_attachment: u32) -> Self { in color_attachment() method