| /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 | 158 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags() 312 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in GetUnresolveFlags() local 655 uint32_t attachmentIndex, in InsertInputDecorations() 3331 for (uint32_t attachmentIndex = 0; attachmentIndex < colorAttachmentCount; ++attachmentIndex) in unresolve() local
|
| D | vk_cache_utils.cpp | 2571 for (size_t attachmentIndex : attachmentMask) in updateBlendEquations() local 2589 for (size_t attachmentIndex : attachmentMask) in updateBlendFuncs() local 2619 for (size_t attachmentIndex : attachmentsToClear) in resetBlendFuncsAndEquations() local
|
| D | vk_helpers.cpp | 2160 PackedAttachmentIndex attachmentIndex, in invalidateRenderPassColorAttachment()
|
| /external/swiftshader/src/Vulkan/ |
| D | VkFramebuffer.cpp | 138 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/ |
| D | vktRenderPassTests.cpp | 3482 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local 3505 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3539 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local 3555 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3591 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3619 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3660 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3686 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local 3711 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3748 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local [all …]
|
| /external/angle/src/compiler/translator/tree_ops/vulkan/ |
| D | ReplaceForShaderFramebufferFetch.cpp | 440 uint32_t attachmentIndex = inputAttachmentIndex + index; in loadInputAttachmentDataImpl() local 570 unsigned int attachmentIndex = inputAttachmentIndex + arrayIndex; in declareSubpassInputVariables() local
|
| /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 | 839 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment() 855 …void addSubpassDepthStencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpass… in addSubpassDepthStencilAttachment() 871 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment() 877 void addSubpassPreserveAttachment (const deUint32 attachmentIndex) in addSubpassPreserveAttachment()
|
| D | vktPipelineColorWriteEnableTests.cpp | 969 …for (deUint32 attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; ++attachmentIndex, ++n… in iterate() local
|
| D | vktPipelineFramebufferAttachmentTests.cpp | 126 deUint32 attachmentIndex = 0; in makeRenderPass() local
|
| /external/angle/src/tests/gl_tests/ |
| D | DrawBuffersTest.cpp | 1181 for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
|
| D | WebGLCompatibilityTest.cpp | 4738 for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
|
| /external/angle/src/libANGLE/capture/ |
| D | frame_capture_utils.cpp | 353 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); in SerializeFramebufferState() local
|
| /external/angle/src/tests/perf_tests/ |
| D | TracePerfTest.cpp | 1798 for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex) in ConvertDefaultFramebufferEnums() local
|
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShader.cpp | 59 auto attachmentIndex = subpass.pInputAttachments[i].attachment; local
|
| /external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorSetRandomTests.cpp | 1695 deUint32 attachmentIndex = 0; in iterate() 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() 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/ |
| D | vkStructTypes.inl | 4111 uint32_t attachmentIndex; member
|
| /external/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 8848 uint32_t attachmentIndex; member
|
| /external/virglrenderer/src/venus/venus-protocol/ |
| D | vulkan_core.h | 9609 uint32_t attachmentIndex; member
|
| /external/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 9502 uint32_t attachmentIndex; member
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
| D | vulkan_core.h | 10817 uint32_t attachmentIndex; member
|
| /external/gfxstream-protocols/include/vulkan/include/vulkan/ |
| D | vulkan_core.h | 10099 uint32_t attachmentIndex; member
|