Home
last modified time | relevance | path

Searched defs:attachmentIndex (Results 1 – 25 of 41) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.h114 void clearRenderPassColorAttachment(size_t attachmentIndex, const VkClearColorValue &clearValue) in clearRenderPassColorAttachment()
120 void clearRenderPassDepthAttachment(size_t attachmentIndex, float depth) in clearRenderPassDepthAttachment()
126 void clearRenderPassStencilAttachment(size_t attachmentIndex, uint32_t stencil) in clearRenderPassStencilAttachment()
132 void invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment()
137 void invalidateRenderPassDepthAttachment(size_t attachmentIndex) in invalidateRenderPassDepthAttachment()
142 void invalidateRenderPassStencilAttachment(size_t attachmentIndex) in invalidateRenderPassStencilAttachment()
364 void clearRenderPassColorAttachment(size_t attachmentIndex, const VkClearColorValue &clearValue) in clearRenderPassColorAttachment()
370 void clearRenderPassDepthAttachment(size_t attachmentIndex, float depth) in clearRenderPassDepthAttachment()
376 void clearRenderPassStencilAttachment(size_t attachmentIndex, uint32_t stencil) in clearRenderPassStencilAttachment()
382 void invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment()
[all …]
Dvk_cache_utils.cpp1014 for (size_t attachmentIndex = 0; attachmentIndex < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; in updateBlendEquations() local
1030 for (size_t attachmentIndex = 0; attachmentIndex < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; in updateBlendFuncs() local
DUtilsVk.cpp168 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex) in GetImageClearFlags()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.cpp144 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() local
164 uint32_t attachmentIndex = subpass.pDepthStencilAttachment->attachment; in clearAttachment() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPassBuilderD3D12.cpp112 void RenderPassBuilder::SetRenderTargetView(ColorAttachmentIndex attachmentIndex, in SetRenderTargetView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3580 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3603 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3637 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local
3653 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3689 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3717 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3758 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3784 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local
3809 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3846 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp3580 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3603 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3637 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local
3653 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3689 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3717 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3758 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3784 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local
3809 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3846 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp438 uint32_t attachmentIndex = inputAttachmentIndex + index; in loadInputAttachmentDataImpl() local
568 unsigned int attachmentIndex = inputAttachmentIndex + arrayIndex; in declareSubpassInputVariables() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp329 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex) in getColorAttachmentsForRender() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp361 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex) in getColorAttachmentsForRender() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp165 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags()
319 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in GetUnresolveFlags() local
662 uint32_t attachmentIndex, in InsertInputDecorations()
3317 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in unresolve() local
Dvk_cache_utils.cpp2308 for (size_t attachmentIndex : attachmentMask) in updateBlendEquations() local
2326 for (size_t attachmentIndex : attachmentMask) in updateBlendFuncs() local
2353 for (size_t attachmentIndex : attachmentsToClear) in resetBlendFuncsAndEquations() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp787 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment()
813 …void addSubpassDepthStencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpass… in addSubpassDepthStencilAttachment()
829 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment()
835 void addSubpassPreserveAttachment (const deUint32 attachmentIndex) in addSubpassPreserveAttachment()
DvktPipelineColorWriteEnableTests.cpp947 …for (deUint32 attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; ++attachmentIndex, ++n… in iterate() local
1600 bool ColorWriteEnable2Instance::verifyAttachment (const deUint32 attachmentIndex, in verifyAttachment()
DvktPipelineFramebufferAttachmentTests.cpp134 deUint32 attachmentIndex = 0; in makeRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp787 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment()
813 …void addSubpassDepthStencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpass… in addSubpassDepthStencilAttachment()
829 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment()
835 void addSubpassPreserveAttachment (const deUint32 attachmentIndex) in addSubpassPreserveAttachment()
DvktPipelineColorWriteEnableTests.cpp947 …for (deUint32 attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; ++attachmentIndex, ++n… in iterate() local
1600 bool ColorWriteEnable2Instance::verifyAttachment (const deUint32 attachmentIndex, in verifyAttachment()
DvktPipelineFramebufferAttachmentTests.cpp134 deUint32 attachmentIndex = 0; in makeRenderPass() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBuffersTest.cpp917 for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp352 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); in SerializeFramebufferState() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp1725 for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex) in ConvertDefaultFramebufferEnums() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp55 auto attachmentIndex = subpass.pInputAttachments[i].attachment; local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp731 deUint32 attachmentIndex, in glslDeclareBinding()
1358 deUint32 attachmentIndex = 0; in delayedInit() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp731 deUint32 attachmentIndex, in glslDeclareBinding()
1358 deUint32 attachmentIndex = 0; in delayedInit() local
DvktBindingDescriptorSetRandomTests.cpp1898 deUint32 attachmentIndex = 0; in iterate() local

12