/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 144 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/ |
D | RenderPassBuilderD3D12.cpp | 112 void RenderPassBuilder::SetRenderTargetView(ColorAttachmentIndex attachmentIndex, in SetRenderTargetView()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3580 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local 3603 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3637 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local 3653 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3689 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3717 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3758 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3784 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local 3809 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3846 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3580 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local 3603 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3637 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues() local 3653 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3689 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3717 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local 3758 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3784 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues() local 3809 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues() local 3846 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 438 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/ |
D | FramebufferD3D.cpp | 329 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); ++attachmentIndex) in getColorAttachmentsForRender() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 165 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
|
D | vk_cache_utils.cpp | 2308 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
|
D | vk_helpers.cpp | 1822 void CommandBufferHelper::invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex) in invalidateRenderPassColorAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() local 1600 bool ColorWriteEnable2Instance::verifyAttachment (const deUint32 attachmentIndex, in verifyAttachment()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 134 deUint32 attachmentIndex = 0; in makeRenderPass() local
|
/third_party/vk-gl-cts/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() local 1600 bool ColorWriteEnable2Instance::verifyAttachment (const deUint32 attachmentIndex, in verifyAttachment()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 134 deUint32 attachmentIndex = 0; in makeRenderPass() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | DrawBuffersTest.cpp | 917 for (uint32_t attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
|
D | WebGLCompatibilityTest.cpp | 4742 for (int attachmentIndex = 0; attachmentIndex < 4; ++attachmentIndex) in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 1725 for (GLsizei attachmentIndex = 0; attachmentIndex < numAttachments; ++attachmentIndex) in ConvertDefaultFramebufferEnums() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 352 for (size_t attachmentIndex = 0; attachmentIndex < colorAttachments.size(); in SerializeFramebufferState() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 55 auto attachmentIndex = subpass.pInputAttachments[i].attachment; local
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 6899 uint32_t attachmentIndex; member
|