Home
last modified time | relevance | path

Searched refs:colorAttachmentIndex (Results 1 – 22 of 22) 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.cpp2279 bool result = renderPass->colorAttachmentIndex(&index); in submitSecondaryCommandBuffer()
/external/skia/src/gpu/vk/
DGrVkRenderPass.h41 uint32_t colorAttachmentIndex) in GrVkRenderPass() argument
48 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
116 bool colorAttachmentIndex(uint32_t* index) const;
DGrVkResourceProvider.cpp158 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass() argument
164 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
165 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
172 colorAttachmentIndex); in findCompatibleExternalRenderPass()
DGrVkResourceProvider.h84 uint32_t colorAttachmentIndex);
DGrVkOpsRenderPass.cpp511 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&colorIndex)); in onClear()
859 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in onExecuteDrawable()
DGrVkRenderPass.cpp340 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
DGrVkCommandBuffer.cpp231 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
DGrVkGpu.cpp2450 bool result = renderPass->colorAttachmentIndex(&index); in beginRenderPass()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp460 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer() local
463 colorAttachmentIndex, clearParams.colorMask); in clearFramebuffer()
467 const gl::FramebufferAttachment &attachment = colorAttachments[colorAttachmentIndex]; in clearFramebuffer()
469 if (!clearParams.clearColor[colorAttachmentIndex]) in clearFramebuffer()
488 << colorAttachmentIndex << " has internal format " << attachment.getFormat() in clearFramebuffer()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm1806 uint32_t colorAttachmentIndex)
1808 if (colorAttachmentIndex >= mRenderPassDesc.numColorAttachments)
1814 mRenderPassDesc.colorAttachments[colorAttachmentIndex].storeAction = action;
1864 uint32_t colorAttachmentIndex)
1867 if (mCachedRenderPassDescObjC.get().colorAttachments[colorAttachmentIndex].texture)
1869 mCachedRenderPassDescObjC.get().colorAttachments[colorAttachmentIndex].loadAction = action;
1870 mCachedRenderPassDescObjC.get().colorAttachments[colorAttachmentIndex].clearColor =
Dmtl_command_buffer.h455 RenderCommandEncoder &setColorStoreAction(MTLStoreAction action, uint32_t colorAttachmentIndex);
471 uint32_t colorAttachmentIndex);
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1190 uint32_t colorAttachmentIndex = 0; in CreateRenderPassDescriptor() local
1193 colorAttachmentsInfo[colorAttachmentIndex].attachment = colorAttachment; in CreateRenderPassDescriptor()
1194 colorAttachmentsInfoPtr[colorAttachmentIndex] = in CreateRenderPassDescriptor()
1195 colorAttachmentsInfo[colorAttachmentIndex]; in CreateRenderPassDescriptor()
1197 ++colorAttachmentIndex; in CreateRenderPassDescriptor()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp3830 … (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass() local
3832 …ndex, colorAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[sub… in PreCallValidateCreateRenderPass()
3838 … (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass() local
3840 …dex, colorAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[subp… in PreCallValidateCreateRenderPass()
6876 … (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass2KHR() local
6878 …ndex, colorAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[sub… in PreCallValidateCreateRenderPass2KHR()
6886 … (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassIndex].… in PreCallValidateCreateRenderPass2KHR() local
6888 …dex, colorAttachmentIndex }), "VkImageLayout", AllVkImageLayoutEnums, pCreateInfo->pSubpasses[subp… in PreCallValidateCreateRenderPass2KHR()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2653 vk::PackedAttachmentIndex colorAttachmentIndex(0); in startNewRenderPass() local
2658 colorAttachmentIndex); in startNewRenderPass()
2659 ++colorAttachmentIndex; in startNewRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp728 …void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayou… in addSubpassColorAttachmentWithResolve() argument
731 makeAttachmentReference(colorAttachmentIndex, colorSubpassLayout)); in addSubpassColorAttachmentWithResolve()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5393 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local
5395 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5399 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests()
5436 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()