| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | CommandGraph.h | 115     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 …]
 
 | 
| D | UtilsVk.cpp | 166 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
 
 | 
| D | vk_cache_utils.cpp | 4023     for (size_t attachmentIndex : attachmentMask)  in updateBlendEquations()  local4041     for (size_t attachmentIndex : attachmentMask)  in updateBlendFuncs()  local
 4071     for (size_t attachmentIndex : attachmentsToClear)  in resetBlendFuncsAndEquations()  local
 
 | 
| D | vk_helpers.cpp | 2572     PackedAttachmentIndex attachmentIndex,  in invalidateRenderPassColorAttachment()
 | 
| /external/swiftshader/src/Vulkan/ | 
| D | VkFramebuffer.cpp | 138 		uint32_t attachmentIndex = subpass.pColorAttachments[attachment.colorAttachment].attachment;  in clearAttachment()  local150 		uint32_t attachmentIndex = subpass.pDepthStencilAttachment->attachment;  in clearAttachment()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ | 
| D | vktRenderPassTests.cpp | 3582 			const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx);  in renderReferenceValues()  local3605 			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/ | 
| D | FramebufferD3D.cpp | 329     for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex)  in getColorAttachmentsForRender()  local
 | 
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 787 	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()
 
 | 
| D | vktPipelineColorWriteEnableTests.cpp | 947 …for (deUint32 attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; ++attachmentIndex, ++n…  in iterate()  local1600 bool ColorWriteEnable2Instance::verifyAttachment (const deUint32				attachmentIndex,  in verifyAttachment()
 
 | 
| D | vktPipelineFramebufferAttachmentTests.cpp | 134 	deUint32						attachmentIndex				= 0;  in makeRenderPass()  local
 | 
| /external/angle/src/tests/gl_tests/ | 
| D | DrawBuffersTest.cpp | 1355     for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex)  in TEST_P()  local
 | 
| D | WebGLCompatibilityTest.cpp | 4749         for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex)  in TEST_P()  local
 | 
| /external/angle/src/libANGLE/capture/ | 
| D | serialize.cpp | 352         for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size();  in SerializeFramebufferState()  local
 | 
| /external/deqp/external/vulkancts/modules/vulkan/binding_model/ | 
| D | vktBindingDescriptorBufferTests.cpp | 731 	deUint32			attachmentIndex,  in glslDeclareBinding()1358 		deUint32	attachmentIndex		= 0;  in delayedInit()  local
 
 | 
| D | vktBindingDescriptorSetRandomTests.cpp | 1898 	deUint32	attachmentIndex	= 0;  in iterate()  local
 | 
| /external/swiftshader/src/Pipeline/ | 
| D | SpirvShader.cpp | 1821 			auto attachmentIndex = subpass.pInputAttachments[i].attachment;  in SpirvShader()  local
 | 
| /external/angle/src/tests/perf_tests/ | 
| D | TracePerfTest.cpp | 2349     for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex)  in ConvertDefaultFramebufferEnums()  local
 | 
| /external/vulkan-validation-layers/layers/ | 
| D | parameter_validation_utils.cpp | 1862 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfos[i].pColorBlendState->attachmentC…  in manual_PreCallValidateCreateGraphicsPipelines()  local
 | 
| /external/vulkan-validation-layers/layers/generated/ | 
| D | parameter_validation.cpp | 3784 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfo->attachmentCount; ++attachmentInd…  in PreCallValidateCreateRenderPass()  local4515         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/ | 
| D | vkStructTypes.inl | 3307 	uint32_t					attachmentIndex;  member
 | 
| D | vkVulkan_c.inl | 6904     deUint32                    attachmentIndex;  member
 | 
| /external/deqp/external/vulkancts/scripts/src/ | 
| D | vulkan_sc_core.h | 6899     uint32_t                    attachmentIndex;  member
 | 
| /external/mesa3d/include/vulkan/ | 
| D | vulkan_core.h | 8848     uint32_t                    attachmentIndex;  member
 | 
| /external/skia/include/third_party/vulkan/vulkan/ | 
| D | vulkan_core.h | 9502     uint32_t                    attachmentIndex;  member
 | 
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ | 
| D | vkStructTypes.inl | 2922 	uint32_t					attachmentIndex;  member
 |