Home
last modified time | relevance | path

Searched defs:storeOp (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPassBuilderD3D12.cpp36 D3D12_RENDER_PASS_ENDING_ACCESS_TYPE D3D12EndingAccessType(wgpu::StoreOp storeOp) { in D3D12EndingAccessType() argument
45 D3D12EndingAccessResolveParameters( wgpu::StoreOp storeOp, TextureView* resolveSource, TextureView* resolveDestination) D3D12EndingAccessResolveParameters() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp51 SetColor(ColorAttachmentIndex index, wgpu::TextureFormat format, wgpu::LoadOp loadOp, wgpu::StoreOp storeOp, bool hasResolveTarget) SetColor() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp519 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
H A DvktRenderPassUnusedAttachmentTests.cpp66 VkAttachmentStoreOp storeOp; member
952 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString() argument
H A DvktDynamicRenderingTests.cpp1162 beginRendering(VkCommandBuffer cmdBuffer, const std::vector<VkImageView>& attachmentBindInfos, const VkRenderingFlagsKHR flags, const deUint32 colorAtchCount, const ImagesFormat& imagesFormat, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp) beginRendering() argument
H A DvktRenderPassLoadStoreOpNoneTests.cpp96 VkAttachmentStoreOp storeOp; member
[all...]
H A DvktRenderPassTests.cpp671 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp229 VkAttachmentStoreOp storeOp; in init() local
37 get_vk_load_store_ops(GrLoadOp loadOpIn, GrStoreOp storeOpIn, VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) get_vk_load_store_ops() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h82 wgpu::StoreOp storeOp; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp519 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
H A DvktRenderPassUnusedAttachmentTests.cpp66 VkAttachmentStoreOp storeOp; member
954 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString() argument
H A DvktDynamicRenderingTests.cpp1154 beginRendering(VkCommandBuffer cmdBuffer, const std::vector<VkImageView>& attachmentBindInfos, const VkRenderingFlagsKHR flags, const deUint32 colorAtchCount, const ImagesFormat& imagesFormat, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp) beginRendering() argument
H A DvktRenderPassLoadStoreOpNoneTests.cpp96 VkAttachmentStoreOp storeOp; member
[all...]
H A DvktRenderPassTests.cpp661 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp57 VkAttachmentStoreOp ConvertRenderPassStoreOpToVkStoreOp(RenderPassStoreOp storeOp) in ConvertRenderPassStoreOpToVkStoreOp() argument
[all...]
H A DFramebufferVk.cpp2447 const vk::RenderPassStoreOp storeOp = colorRenderTarget->isImageTransient() in startNewRenderPass() local
H A Dvk_helpers.cpp1686 finalizeDepthStencilLoadStoreOps(Context *context, ResourceAccess access, RenderPassLoadOp *loadOp, RenderPassStoreOp *storeOp) finalizeDepthStencilLoadStoreOps() argument
1933 GetStoreOpShorthand(RenderPassStoreOp storeOp) GetStoreOpShorthand() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp746 addAttachment(const VkImage image, const VkImageView imageView, const VkAttachmentDescriptionFlags flags, const VkFormat format, const VkSampleCountFlagBits numSamples, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkAttachmentLoadOp stencilLoadOp, const VkAttachmentStoreOp stencilStoreOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout, const VkClearValue clearValue, const VkSampleLocationsInfoEXT* pInitialSampleLocations = DE_NULL) addAttachment() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp745 addAttachment(const VkImageView imageView, const VkAttachmentDescriptionFlags flags, const VkFormat format, const VkSampleCountFlagBits numSamples, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkAttachmentLoadOp stencilLoadOp, const VkAttachmentStoreOp stencilStoreOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout, const VkClearValue clearValue, const VkSampleLocationsInfoEXT* pInitialSampleLocations = DE_NULL) addAttachment() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp5784 VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore; member
5959 VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore; global() member
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2599 VkAttachmentStoreOp storeOp; member
3283 VkAttachmentStoreOp storeOp; member
4080 VkAttachmentStoreOp storeOp; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp4491 VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp = VULKAN_HPP_NAMESPACE::AttachmentStoreOp::eStore; member
4647 VULKAN_HPP_NAMESPACE::AttachmentStoreOp storeOp member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2444 VkAttachmentStoreOp storeOp; member
4436 VkAttachmentStoreOp storeOp; member

Completed in 168 milliseconds

12