HomeSort by relevance Sort by last modified time
    Searched defs:attachmentRef (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 345 const VkAttachmentReference attachmentRef =
350 colorAttachmentReferences[i] = attachmentRef;
    [all...]
vktPipelineRenderToImageTests.cpp 484 const VkAttachmentReference attachmentRef =
495 colorAttachmentReferences[i] = attachmentRef;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 426 const VkAttachmentReference attachmentRef =
431 colorAttachmentRefs.push_back(attachmentRef);
451 const VkAttachmentReference attachmentRef =
456 resolveAttachmentRefs.push_back(attachmentRef);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 387 const VkAttachmentReference attachmentRef =
406 &attachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 598 const VkAttachmentReference attachmentRef =
617 &attachmentRef, // const VkAttachmentReference* pColorAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 762 const VkAttachmentReference attachmentRef =
775 pDepthStencilAttachment = &attachmentRef;
780 pColorAttachments = &attachmentRef;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 773 const VkAttachmentReference attachmentRef =
779 colorAttachmentReferences[i] = attachmentRef;
    [all...]

Completed in 152 milliseconds