Home
last modified time | relevance | path

Searched refs:color_attachment (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm21 Texture **color_attachment;
26 (void)(color_attachment[0].textureType == TextureType3D);
27 color_attachment[0].textureType += 1;
28 (void)(color_attachment[0].c == color_attachment[0].c);
29 (void)(color_attachment[0].c == 1);
30 (void)(1 == color_attachment[0].c);
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3649 VkClearAttachment color_attachment; in TEST_F() local
3650 color_attachment.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
3651 color_attachment.clearValue.color.float32[0] = 0; in TEST_F()
3652 color_attachment.clearValue.color.float32[1] = 0; in TEST_F()
3653 color_attachment.clearValue.color.float32[2] = 0; in TEST_F()
3654 color_attachment.clearValue.color.float32[3] = 0; in TEST_F()
3655 color_attachment.colorAttachment = 0; in TEST_F()
3658 &color_attachment, 1, &clear_rect); in TEST_F()
4721 VkClearAttachment color_attachment; in TEST_F() local
4722 color_attachment.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
[all …]