HomeSort by relevance Sort by last modified time
    Searched refs:VK_ATTACHMENT_UNUSED (Results 1 - 20 of 20) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 69 colorRef.attachment = VK_ATTACHMENT_UNUSED;
100 stencilRef.attachment = VK_ATTACHMENT_UNUSED;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 713 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
image.cpp 432 // No depth attachment is present, validate that subpasses set depthStencilAttachment to VK_ATTACHMENT_UNUSED;
435 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
438 << "] has VkSubpassDescription::depthStencilAttachment value that is not VK_ATTACHMENT_UNUSED";
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 11 enum { VK_ATTACHMENT_UNUSED = (~0U) };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 393 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
vktPipelinePushConstantTests.cpp 555 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 449 attachment = vk::VK_ATTACHMENT_UNUSED;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 449 attachment = vk::VK_ATTACHMENT_UNUSED;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 452 attachment = vk::VK_ATTACHMENT_UNUSED;
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 106 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 99 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 100 #define VK_ATTACHMENT_UNUSED (~0U)
    [all...]

Completed in 940 milliseconds