HomeSort by relevance Sort by last modified time
    Searched full:color_attachment (Results 1 - 15 of 15) sorted by null

  /external/clang/test/SemaObjCXX/
instantiate-property-access.mm 21 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/
layer_validation_tests.cpp 635 VkClearAttachment color_attachment = {};
636 color_attachment.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
637 color_attachment.colorAttachment = 1; // Someone who knew what they were doing would use 0 for the index;
640 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 509 VkClearAttachment color_attachment = {}; local
510 color_attachment.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
511 color_attachment.colorAttachment = 1; // Someone who knew what they were doing would use 0 for the index;
514 vkCmdClearAttachments(m_commandBuffer->GetBufferHandle(), 1, &color_attachment, 1, &clear_rect);
7755 VkClearAttachment color_attachment; local
9598 VkClearAttachment color_attachment; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 3696 textureDefinition color_attachment; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp     [all...]
gl4cDirectStateAccessTests.hpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 263 log << TestLog::Message << "COLOR_ATTACHMENT" << ndx << ": "
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_validation_layer_details.md 82 | Valid Image Aspects for descriptor Updates | When updating ImageView for Descriptor Sets with layout of DEPTH_STENCIL type, the Image Aspect must not have both the DEPTH and STENCIL aspects set, but must have one of the two set. For COLOR_ATTACHMENT, aspect must have COLOR_BIT set. | INVALID_IMAGE_ASPECT | vkUpdateDescriptorSets | DepthStencilImageViewWithColorAspectBitError | This test hits Image layer error, but tough to create case that skips that error and gets to VK_LAYER_LUNARG_core_validaton draw state error. |
    [all...]
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_core_validation.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/mips/
libVkLayer_core_validation.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_core_validation.so 
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 301 { USAGE_COLOR_ATTACHMENT, "color_attachment" },
    [all...]

Completed in 480 milliseconds