/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBuffer.cpp | 107 auto& attachmentInfo = renderPass->colorAttachments[i]; in LazyClearRenderPassAttachments() local 145 auto& attachmentInfo = renderPass->depthStencilAttachment; in LazyClearRenderPassAttachments() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.hpp | 221 vk::VkRenderingAttachmentInfo attachmentInfo = {}; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 209 const auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordBeginRenderPass() local 218 const auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordBeginRenderPass() local 243 auto& attachmentInfo = renderPass->colorAttachments[i]; RecordBeginRenderPass() local 282 auto& attachmentInfo = renderPass->depthStencilAttachment; RecordBeginRenderPass() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 1061 auto* attachmentInfo = &renderPass->colorAttachments[index]; in ExecuteRenderPass() local 1100 auto* attachmentInfo = &renderPass->depthStencilAttachment; in ExecuteRenderPass() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 1309 beginRenderPass(RenderPass *renderPass, Framebuffer *framebuffer, VkRect2D renderArea, uint32_t clearValueCount, const VkClearValue *clearValues, VkSubpassContents contents, const VkRenderPassAttachmentBeginInfo *attachmentInfo) beginRenderPass() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 1201 RenderPassColorAttachmentInfo& attachmentInfo = renderPass->colorAttachments[i]; in SetupRenderPass() local 1240 RenderPassDepthStencilAttachmentInfo& attachmentInfo = in SetupRenderPass() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 959 startRendering(const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const std::vector<FBAttachmentInfo>& attachmentInfo, const deUint32 srTileWidth, const deUint32 srTileHeight) const startRendering() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 791 startRendering(const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const std::vector<FBAttachmentInfo>& attachmentInfo, const deUint32 srTileWidth, const deUint32 srTileHeight) const startRendering() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 762 Move<VkFramebuffer> createImagelessFrameBuffer(const DeviceInterface& vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& attachmentInfo) in createImagelessFrameBuffer() argument
|
H A D | vktRenderPassTests.cpp | 1438 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 2323 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; SubpassRenderer() local 2433 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; SubpassRenderer() local 2755 pushImageInitializationCommands(const DeviceInterface& vk, VkCommandBuffer commandBuffer, const vector<Attachment>& attachmentInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, deUint32 queueIndex, const vector<Maybe<VkClearValue> >& clearValues) pushImageInitializationCommands() argument 3183 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 758 Move<VkFramebuffer> createImagelessFrameBuffer(const DeviceInterface& vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& attachmentInfo) in createImagelessFrameBuffer() argument
|
H A D | vktRenderPassTests.cpp | 1426 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 2309 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; SubpassRenderer() local 2419 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; SubpassRenderer() local 2741 pushImageInitializationCommands(const DeviceInterface& vk, VkCommandBuffer commandBuffer, const vector<Attachment>& attachmentInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, deUint32 queueIndex, const vector<Maybe<VkClearValue> >& clearValues) pushImageInitializationCommands() argument 3169 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument [all...] |