Home
last modified time | relevance | path

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

12

/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.cpp3466 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3489 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3523 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local
3539 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3575 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3603 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3644 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3670 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local
3695 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local
3732 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/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
Dvk_helpers.cpp1822 void CommandBufferHelper::invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex) in invalidateRenderPassColorAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp839 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()
DvktPipelineColorWriteEnableTests.cpp969 …for (deUint32 attachmentIndex = 0u; attachmentIndex < kNumColorAttachments; ++attachmentIndex, ++n… in iterate() local
DvktPipelineFramebufferAttachmentTests.cpp126 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
DWebGLCompatibilityTest.cpp4742 for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() 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/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/swiftshader/src/Pipeline/
DSpirvShader.cpp55 auto attachmentIndex = subpass.pInputAttachments[i].attachment; local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp1688 deUint32 attachmentIndex = 0; in iterate() local
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3913 uint32_t attachmentIndex; member
DvkVulkan_c.inl11012 deUint32 attachmentIndex; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h9890 uint32_t attachmentIndex; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9502 uint32_t attachmentIndex; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10050 uint32_t attachmentIndex; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10058 uint32_t attachmentIndex; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h11003 uint32_t attachmentIndex; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h11605 uint32_t attachmentIndex; member

12