Searched refs:colorAttachmentIndex (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkRenderPass.h89 bool colorAttachmentIndex(uint32_t* index) const;
H A DGrVkRenderPass.cpp172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { function in class:GrVkRenderPass
H A DGrVkCommandBuffer.cpp161 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex));
H A DGrVkGpuCommandBuffer.cpp353 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&colorIndex));
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp4771 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx];
4775 if (lastUseOfAttachment[colorAttachmentIndex])
4779 deps.push_back(SubpassDependency(*lastUseOfAttachment[colorAttachmentIndex], subpassIndex,
4796 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex);

Completed in 185 milliseconds