Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
DGrVkResourceProvider.cpp173 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass() argument
179 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
180 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
186 const GrVkRenderPass* newRenderPass = new GrVkRenderPass(renderPass, colorAttachmentIndex); in findCompatibleExternalRenderPass()
DGrVkResourceProvider.h74 uint32_t colorAttachmentIndex);
DGrVkRenderPass.cpp172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
DGrVkGpuCommandBuffer.cpp481 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&colorIndex)); in onClear()
848 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
DGrVkCommandBuffer.cpp228 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
DGrVkGpu.cpp2270 bool result = renderPass->colorAttachmentIndex(&index); in submitSecondaryCommandBuffer()
/external/skia/src/gpu/vk/
DGrVkRenderPass.h25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
30 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
101 bool colorAttachmentIndex(uint32_t* index) const;
DGrVkResourceProvider.cpp173 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass() argument
179 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
180 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
186 const GrVkRenderPass* newRenderPass = new GrVkRenderPass(renderPass, colorAttachmentIndex); in findCompatibleExternalRenderPass()
DGrVkResourceProvider.h74 uint32_t colorAttachmentIndex);
DGrVkRenderPass.cpp172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
DGrVkGpuCommandBuffer.cpp478 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&colorIndex)); in onClear()
852 SkAssertResult(cbInfo.fRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in executeDrawable()
DGrVkCommandBuffer.cpp231 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
DGrVkGpu.cpp2318 bool result = renderPass->colorAttachmentIndex(&index); in submitSecondaryCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp831 …void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayou… in addSubpassColorAttachmentWithResolve() argument
834 makeAttachmentReference(colorAttachmentIndex, colorSubpassLayout)); in addSubpassColorAttachmentWithResolve()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5212 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local
5214 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5218 deps.push_back(SubpassDependency(*lastUseOfAttachment[colorAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5235 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()