Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h115 void clearRenderPassColorAttachment(size_t attachmentIndex, const VkClearColorValue &clearValue) in clearRenderPassColorAttachment()
121 void clearRenderPassDepthAttachment(size_t attachmentIndex, float depth) in clearRenderPassDepthAttachment()
127 void clearRenderPassStencilAttachment(size_t attachmentIndex, uint32_t stencil) in clearRenderPassStencilAttachment()
133 void invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment()
138 void invalidateRenderPassDepthAttachment(size_t attachmentIndex) in invalidateRenderPassDepthAttachment()
143 void invalidateRenderPassStencilAttachment(size_t attachmentIndex) in invalidateRenderPassStencilAttachment()
735 size_t attachmentIndex, in clearRenderPassColorAttachment()
742 ANGLE_INLINE void CommandGraphResource::clearRenderPassDepthAttachment(size_t attachmentIndex, in clearRenderPassDepthAttachment()
749 ANGLE_INLINE void CommandGraphResource::clearRenderPassStencilAttachment(size_t attachmentIndex, in clearRenderPassStencilAttachment()
756 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment()
[all …]
DUtilsVk.cpp166 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags()
326 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in GetUnresolveFlags() local
745 uint32_t attachmentIndex, in InsertInputDecorations()
4078 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; in unresolve() local
Dvk_cache_utils.cpp4023 for (size_t attachmentIndex : attachmentMask) in updateBlendEquations() local
4041 for (size_t attachmentIndex : attachmentMask) in updateBlendFuncs() local
4071 for (size_t attachmentIndex : attachmentsToClear) in resetBlendFuncsAndEquations() local
Dvk_helpers.cpp2572 PackedAttachmentIndex attachmentIndex, in invalidateRenderPassColorAttachment()
/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp138 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() local
150 uint32_t attachmentIndex = subpass.pDepthStencilAttachment->attachment; in clearAttachment() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3582 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3605 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3639 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local
3655 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3691 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3719 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3760 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3786 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local
3811 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3848 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
[all …]
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp329 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex) in getColorAttachmentsForRender() local
/external/deqp/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
/external/angle/src/tests/gl_tests/
DDrawBuffersTest.cpp1355 for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
DWebGLCompatibilityTest.cpp4749 for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp352 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); in SerializeFramebufferState() local
/external/deqp/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
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp1821 auto attachmentIndex = subpass.pInputAttachments[i].attachment; in SpirvShader() local
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp2349 for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex) in ConvertDefaultFramebufferEnums() local
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1862 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfos[i].pColorBlendState->attachmentC… in manual_PreCallValidateCreateGraphicsPipelines() local
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp3784 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfo->attachmentCount; ++attachmentInd… in PreCallValidateCreateRenderPass() local
4515 for (uint32_t attachmentIndex = 0; attachmentIndex < attachmentCount; ++attachmentIndex) in PreCallValidateCmdClearAttachments() local
6830 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfo->attachmentCount; ++attachmentInd… in PreCallValidateCreateRenderPass2KHR() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl3307 uint32_t attachmentIndex; member
DvkVulkan_c.inl6904 deUint32 attachmentIndex; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6899 uint32_t attachmentIndex; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h8848 uint32_t attachmentIndex; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9502 uint32_t attachmentIndex; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl2922 uint32_t attachmentIndex; member

12