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

  /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)
293 res.pColorAttachments = pColorAttachments;
vkStructTypes.inl 964 const VkAttachmentReference* pColorAttachments;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 479 pColorAttachments = DE_NULL;
489 pColorAttachments = &m_colorAttachments[0];
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
522 pColorAttachments = &m_colorAttachments[0];
551 pColorAttachments = &m_colorAttachments[0];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 479 pColorAttachments = DE_NULL;
489 pColorAttachments = &m_colorAttachments[0];
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
522 pColorAttachments = &m_colorAttachments[0];
551 pColorAttachments = &m_colorAttachments[0];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 482 pColorAttachments = DE_NULL;
492 pColorAttachments = &m_colorAttachments[0];
509 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
525 pColorAttachments = &m_colorAttachments[0];
554 pColorAttachments = &m_colorAttachments[0];
    [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 73 subpassDesc.pColorAttachments = &colorRef;
  /external/vulkan-validation-layers/layers/
core_validation.h 501 const uint32_t att = subpass->pColorAttachments[j].attachment;
    [all...]
core_validation.cpp     [all...]
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 190 subpass.pColorAttachments = &attachment_ref;
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 333 subpassDesc.pColorAttachments = &colorAttachmentRef;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 332 subpass.pColorAttachments = color_references.data();
    [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 146 milliseconds