Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.h89 bool colorAttachmentIndex(uint32_t* index) const;
DGrVkRenderPass.cpp172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
DGrVkGpuCommandBuffer.cpp353 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&colorIndex)); in onClear()
DGrVkCommandBuffer.cpp200 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5019 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local
5023 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5027 deps.push_back(SubpassDependency(*lastUseOfAttachment[colorAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5044 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()