Searched defs:color_attachment (Results 1 – 12 of 12) sorted by relevance
| /external/rust/crates/vulkano/src/image/ |
| D | usage.rs | 34 pub color_attachment: bool, field 97 pub fn color_attachment() -> ImageUsage { in color_attachment() method
|
| /external/rust/crates/vulkano/src/ |
| D | format.rs | 705 pub color_attachment: bool, field
|
| /external/vulkan-validation-layers/tests/ |
| D | vklayertests_command.cpp | 735 VkClearAttachment color_attachment; in TEST_F() local 759 VkClearAttachment color_attachment; in TEST_F() local 4097 VkClearAttachment color_attachment; in TEST_F() local
|
| D | layer_validation_tests.cpp | 930 VkClearAttachment color_attachment = {}; in VKTriangleTest() local
|
| D | vkpositivelayertests.cpp | 1059 VkClearAttachment color_attachment; in TEST_F() local 1901 VkClearAttachment color_attachment; in TEST_F() local
|
| D | vklayertests_pipeline_shader.cpp | 2477 VkClearAttachment color_attachment; in TEST_F() local
|
| /external/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 1560 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/ |
| D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 4946 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/ |
| D | esextcTextureCubeMapArraySampling.cpp | 3690 textureDefinition color_attachment; local
|
| /external/vulkan-validation-layers/layers/ |
| D | buffer_validation.cpp | 2867 uint32_t color_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments() local
|
| D | core_validation.cpp | 1833 …const auto color_attachment = pPipeline->rp_state->createInfo.pAttachments[color_attachment_ref.at… in ValidatePipelineUnlocked() local
|
| /external/rust/crates/ash/src/vk/ |
| D | definitions.rs | 7170 pub color_attachment: u32, field 7211 pub fn color_attachment(mut self, color_attachment: u32) -> Self { in color_attachment() method
|