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

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 85 subpassDesc.pResolveAttachments = &resolveRef;
87 subpassDesc.pResolveAttachments = nullptr;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 285 inline VkSubpassDescription makeSubpassDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments)
294 res.pResolveAttachments = pResolveAttachments;
vkStructTypes.inl 965 const VkAttachmentReference* pResolveAttachments;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 480 pResolveAttachments = DE_NULL;
492 pResolveAttachments = &m_resolveAttachments[0];
508 if (rhs.pResolveAttachments)
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
525 pResolveAttachments = &m_resolveAttachments[0];
554 pResolveAttachments = &m_resolveAttachments[0];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 480 pResolveAttachments = DE_NULL;
492 pResolveAttachments = &m_resolveAttachments[0];
508 if (rhs.pResolveAttachments)
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
525 pResolveAttachments = &m_resolveAttachments[0];
554 pResolveAttachments = &m_resolveAttachments[0];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 483 pResolveAttachments = DE_NULL;
495 pResolveAttachments = &m_resolveAttachments[0];
511 if (rhs.pResolveAttachments)
513 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
528 pResolveAttachments = &m_resolveAttachments[0];
557 pResolveAttachments = &m_resolveAttachments[0];
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
parameter_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 334 subpassDesc.pResolveAttachments = DE_NULL;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 333 subpass.pResolveAttachments = NULL;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 389 milliseconds