Home
last modified time | relevance | path

Searched defs:attachmentInfo (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBuffer.cpp107 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 DvkPipelineConstructionUtil.hpp221 vk::VkRenderingAttachmentInfo attachmentInfo = {}; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp209 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 DCommandBufferGL.cpp1061 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 DVkCommandBuffer.cpp1309 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 DCommandBufferD3D12.cpp1201 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 DvktAttachmentRateTests.cpp959 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 DvktAttachmentRateTests.cpp791 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 DvktRenderPassFragmentDensityMapTests.cpp762 Move<VkFramebuffer> createImagelessFrameBuffer(const DeviceInterface& vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& attachmentInfo) in createImagelessFrameBuffer() argument
H A DvktRenderPassTests.cpp1438 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 DvktRenderPassFragmentDensityMapTests.cpp758 Move<VkFramebuffer> createImagelessFrameBuffer(const DeviceInterface& vk, VkDevice vkDevice, VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& attachmentInfo) in createImagelessFrameBuffer() argument
H A DvktRenderPassTests.cpp1426 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...]

Completed in 33 milliseconds