Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A 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 …]
H A DUtilsVk.cpp170 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags()
329 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in GetUnresolveFlags() local
804 uint32_t attachmentIndex, in InsertInputDecorations()
4565 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; in unresolve() local
H A Dvk_cache_utils.cpp4419 for (size_t attachmentIndex : attachmentMask) in updateBlendEquations() local
4437 for (size_t attachmentIndex : attachmentMask) in updateBlendFuncs() local
4467 for (size_t attachmentIndex : attachmentsToClear) in resetBlendFuncsAndEquations() local
H A Dvk_helpers.cpp3136 PackedAttachmentIndex attachmentIndex, in invalidateRenderPassColorAttachment()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3364 for (uint32_t attachmentIndex = 0; attachmentIndex < allAttachmentsCount; ++attachmentIndex) in pushDynamicRenderingCommands()
3963 const uint32_t attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3989 const uint32_t attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
4027 … const uint32_t attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local
4044 const uint32_t attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
4085 … const uint32_t attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(); in renderReferenceValues() local
4114 … const uint32_t attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
4156 … const uint32_t attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(); in renderReferenceValues() local
4186 const uint32_t attachmentIndex = in renderReferenceValues() local
4218 const uint32_t attachmentIndex = in renderReferenceValues() local
[all …]
H A DvktRenderPassLoadStoreOpNoneTests.cpp1291 … uint32_t attachmentIndex = (*m_renderPass == DE_NULL) ? (uint32_t)pipelines.size() : 0u; in iterate() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp138 uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment; in clearAttachment() local
150 uint32_t attachmentIndex = subpass.pDepthStencilAttachment->attachment; in clearAttachment() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1767 int32_t attachmentIndex = index; in getInputAttachmentFormat() local
1855 auto attachmentIndex = subpass.pInputAttachments[i].attachment; in SpirvShader() local
1874 auto attachmentIndex = *inputAttachmentMapping->pDepthInputAttachmentIndex; in SpirvShader() local
1883 auto attachmentIndex = *inputAttachmentMapping->pStencilInputAttachmentIndex; in SpirvShader() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp764 … void addSubpassColorAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment()
792 …void addSubpassDepthStencilAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassL… in addSubpassDepthStencilAttachment()
808 … void addSubpassInputAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment()
813 void addSubpassPreserveAttachment(const uint32_t attachmentIndex) in addSubpassPreserveAttachment()
H A DvktPipelineColorWriteEnableTests.cpp913 for (uint32_t attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; in iterate() local
1537 tcu::TestStatus ColorWriteEnable2Instance::verifyAttachment(const uint32_t attachmentIndex, in verifyAttachment()
H A DvktPipelineFramebufferAttachmentTests.cpp134 uint32_t attachmentIndex = 0; in makeRenderPass() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp329 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex) in getColorAttachmentsForRender() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDrawBuffersTest.cpp1351 for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
H A DWebGLCompatibilityTest.cpp4740 for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
H A DTextureTest.cpp12527 GLuint attachmentIndex = 0; in TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp522 uint32_t attachmentIndex) in generateExpectedImage()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp1928 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; attachmentIndex++) in rendering() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp351 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); in SerializeFramebufferState() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp854 uint32_t attachmentIndex, uint32_t bufferArraySize, in glslDeclareBinding()
1571 uint32_t attachmentIndex = 0; in delayedInit() local
H A DvktBindingDescriptorSetRandomTests.cpp1924 uint32_t attachmentIndex = 0; in iterate() local
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp2716 for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex) in ConvertDefaultFramebufferEnums() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dparameter_validation_utils.cpp1862 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfos[i].pColorBlendState->attachmentC… in manual_PreCallValidateCreateGraphicsPipelines() local
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl2376 uint32_t attachmentIndex; member
H A DvkVulkan_c.inl6933 uint32_t attachmentIndex; member

123