Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp124 uint32_t colorAttachmentIndex = 0; in CreateRenderPassForQuery() local
126 auto& attachmentRef = colorAttachmentRefs[colorAttachmentIndex]; in CreateRenderPassForQuery()
127 auto& attachmentDesc = attachmentDescs[colorAttachmentIndex]; in CreateRenderPassForQuery()
129 attachmentRef.attachment = colorAttachmentIndex; in CreateRenderPassForQuery()
140 ++colorAttachmentIndex; in CreateRenderPassForQuery()
143 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
193 for (; resolveAttachmentIndex < colorAttachmentIndex; resolveAttachmentIndex++) { in CreateRenderPassForQuery()
208 subpassDesc.colorAttachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.h44 uint32_t colorAttachmentIndex) in GrVkRenderPass()
51 , fColorAttachmentIndex(colorAttachmentIndex) {} in GrVkRenderPass()
119 bool colorAttachmentIndex(uint32_t* index) const;
43 GrVkRenderPass(const GrVkGpu* gpu, VkRenderPass renderPass, uint32_t colorAttachmentIndex) GrVkRenderPass() argument
H A DGrVkResourceProvider.cpp160 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass()
166 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
167 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
174 colorAttachmentIndex); in findCompatibleExternalRenderPass()
159 findCompatibleExternalRenderPass( VkRenderPass renderPass, uint32_t colorAttachmentIndex) findCompatibleExternalRenderPass() argument
H A DGrVkResourceProvider.h84 uint32_t colorAttachmentIndex);
H A DGrVkOpsRenderPass.cpp514 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&colorIndex)); in onClear()
861 SkAssertResult(fCurrentRenderPass->colorAttachmentIndex(&vkInfo.fColorAttachmentIndex)); in onExecuteDrawable()
H A DGrVkRenderPass.cpp348 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
H A DGrVkCommandBuffer.cpp230 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex));
H A DGrVkGpu.cpp2642 bool result = renderPass->colorAttachmentIndex(&index); in beginRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp460 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer()
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()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp103 uint32_t colorAttachmentIndex = 0; in ComboRenderPassDescriptor() local
106 cColorAttachments[colorAttachmentIndex].view = colorAttachment; in ComboRenderPassDescriptor()
108 ++colorAttachmentIndex; in ComboRenderPassDescriptor()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp850 size_t colorAttachmentIndex = texIndex >= 3 ? texIndex - 3 : texIndex; in TEST_P() local
858 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + colorAttachmentIndex, in TEST_P()
863 glClearBufferfv(GL_COLOR, colorAttachmentIndex, kClearValue); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h460 RenderCommandEncoder &setColorStoreAction(MTLStoreAction action, uint32_t colorAttachmentIndex);
476 uint32_t colorAttachmentIndex);
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp2159 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in beginDynamicRendering() local
2160 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in beginDynamicRendering()
2181 attachmentResources[colorAttachmentIndex]->getAttachmentView(), // VkImageView imageView in beginDynamicRendering()
2188 (renderPassClearValues[colorAttachmentIndex] ? in beginDynamicRendering()
2189 *renderPassClearValues[colorAttachmentIndex] : in beginDynamicRendering()
2973 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local
2974 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in pushDynamicRenderingCommands()
2994 attachmentResources[colorAttachmentIndex]->getImage(), // image in pushDynamicRenderingCommands()
3019 attachmentResources[colorAttachmentIndex]->getImage(), // image in pushDynamicRenderingCommands()
6157 const deUint32 colorAttachmentIndex
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp2145 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in beginDynamicRendering() local
2146 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in beginDynamicRendering()
2167 attachmentResources[colorAttachmentIndex]->getAttachmentView(), // VkImageView imageView in beginDynamicRendering()
2174 (renderPassClearValues[colorAttachmentIndex] ? in beginDynamicRendering()
2175 *renderPassClearValues[colorAttachmentIndex] : in beginDynamicRendering()
2959 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local
2960 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in pushDynamicRenderingCommands()
2980 attachmentResources[colorAttachmentIndex]->getImage(), // image in pushDynamicRenderingCommands()
3005 attachmentResources[colorAttachmentIndex]->getImage(), // image in pushDynamicRenderingCommands()
6120 const deUint32 colorAttachmentIndex
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp2677 vk::PackedAttachmentIndex colorAttachmentIndex(0); in startNewRenderPass()
2682 colorAttachmentIndex); in startNewRenderPass()
2683 ++colorAttachmentIndex; in startNewRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp798 void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkImageLayout resolveSubpassLayout, const VkSampleLocationsInfoEXT* pSampleLocations = DE_NULL) in addSubpassColorAttachmentWithResolve() argument
801 makeAttachmentReference(colorAttachmentIndex, colorSubpassLayout)); in addSubpassColorAttachmentWithResolve()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp795 void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkImageLayout resolveSubpassLayout, const VkSampleLocationsInfoEXT* pSampleLocations = DE_NULL) in addSubpassColorAttachmentWithResolve() argument
798 makeAttachmentReference(colorAttachmentIndex, colorSubpassLayout)); in addSubpassColorAttachmentWithResolve()

Completed in 58 milliseconds