Home
last modified time | relevance | path

Searched defs:attachmentCount (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.hpp42 uint32_t attachmentCount = 0; member in vk::Framebuffer
DVkRenderPass.hpp97 uint32_t attachmentCount = 0; member in vk::RenderPass
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp386 uint32_t attachmentCount = 1; in getAttachmentsDescriptor() local
419 uint32_t attachmentCount = 1; in ReconstructAttachmentsDescriptor() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp119 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery() local
DCommandBufferVk.cpp250 uint32_t attachmentCount = 0; in RecordBeginRenderPass() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp143 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery() local
DCommandBufferVk.cpp236 uint32_t attachmentCount = 0; in RecordBeginRenderPass() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.cpp272 uint32_t attachmentCount = 1; in getAttachmentsDescriptor() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp592 unsigned int attachmentCount = 0; in ExecuteRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp794 const deUint32 attachmentCount, in makeFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h297 uint32_t attachmentCount, in clearAttachments()
Dvk_cache_utils.cpp989 PackedAttachmentIndex attachmentCount(0); in InitializeRenderPassFromDesc() local
1535 size_t RenderPassDesc::attachmentCount() const in attachmentCount() function in rx::vk::RenderPassDesc
3121 uint32_t FramebufferDesc::attachmentCount() const in attachmentCount() function in rx::vk::FramebufferDesc
DSecondaryCommandBuffer.h161 uint32_t attachmentCount; member
1029 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1328 const size_t attachmentCount (renderPassInfo.getAttachments().size()); in createFramebuffer() local
1356 size_t attachmentCount = renderPassInfo.getAttachments().size(); in createDescriptorSetLayouts() local
1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal() local
4095 const deUint32 attachmentCount (subpassCount); in initTests() local
DvktRenderPassMultisampleResolveTests.cpp117 deUint32 attachmentCount; member
2962 deUint32 attachmentCount = 1 << power; in initTests() local
DvktRenderPassTests.cpp5342 const deUint32 attachmentCount = attachmentCounts[attachmentCountNdx]; in addAttachmentTests() local
5479 const deUint32 attachmentCount = attachmentCounts[attachmentCountNdx]; in addAttachmentWriteMaskTests() local
5702 const deUint32 attachmentCount = 4u + rng.getUint32() % 31u; in addAttachmentAllocationTests() local
6018 …const deUint32 attachmentCount = rng.choose<deUint32>(DE_ARRAY_BEGIN(attachmentCounts), DE_ARRAY_… in addAttachmentAllocationTests() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h152 uint32_t attachmentCount; member
724 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments()
Dvk_cache_utils.cpp196 uint32_t attachmentCount = 0; in InitializeRenderPassFromDesc() local
431 size_t RenderPassDesc::attachmentCount() const in attachmentCount() function in rx::vk::RenderPassDesc
DCommandGraph.cpp748 size_t attachmentCount = mRenderPassDesc.attachmentCount(); in dumpCommandsForDiagnostics() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp993 ColorAttachmentIndex attachmentCount(uint8_t(0)); in ExecuteRenderPass() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c1208 uint32_t attachmentCount, in v3dv_CmdClearAttachments()
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c1581 uint32_t attachmentCount, in anv_CmdSetColorWriteEnableEXT()
Danv_blorp.c1356 uint32_t attachmentCount, in anv_CmdClearAttachments()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c551 sqtt_CmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount, in sqtt_CmdClearAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp349 deUint32 attachmentCount = 1; in buildRenderPass() local

123