Home
last modified time | relevance | path

Searched refs:VkImageLayout (Results 1 – 25 of 142) sorted by relevance

123456

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp76 vk::VkImageLayout layout,
86 vk::VkImageLayout layout,
95 vk::VkImageLayout layout,
114 vk::VkImageLayout layout,
127 vk::VkImageLayout layout,
149 vk::VkImageLayout layout,
158 vk::VkImageLayout layout,
167 vk::VkImageLayout layout,
184 vk::VkImageLayout layout,
197 vk::VkImageLayout layout,
[all …]
DvktDrawImageObjectUtil.cpp169 vk::VkImageLayout layout, in readSurface()
193 vk::VkImageLayout layout, in readVolume()
218 vk::VkImageLayout layout, in readSurface1D()
242 vk::VkImageLayout layout, in read()
263 vk::VkImageLayout layout, in readUsingBuffer()
408 vk::VkImageLayout layout, in copyToLinearImage()
454 vk::VkImageLayout layout, in uploadVolume()
476 vk::VkImageLayout layout, in uploadSurface()
498 vk::VkImageLayout layout, in uploadSurface1D()
531 vk::VkImageLayout layout, in upload()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp58 VkImageLayout initialLayout,
59 VkImageLayout finalLayout);
73 VkImageLayout initialLayout,
74 VkImageLayout finalLayout);
82 VkImageLayout layout,
91 VkImageLayout layout,
269 VkImageLayout layout,
273 VkImageLayout getImageLayout (void) const;
275 void setImageLayout (VkImageLayout layout);
279 VkImageLayout m_layout;
[all …]
DvktRenderPassTestsUtil.cpp46 VkImageLayout initialLayout_, in AttachmentDescription1()
47 VkImageLayout finalLayout_) in AttachmentDescription1()
72 VkImageLayout initialLayout_, in AttachmentDescription2()
73 VkImageLayout finalLayout_) in AttachmentDescription2()
90 VkImageLayout layout_, in AttachmentReference1()
105 VkImageLayout layout_, in AttachmentReference2()
373 VkImageLayout layout, in AttachmentReference()
387 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout()
397 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout()
529 VkImageLayout initialLayout, in Attachment()
[all …]
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp91 …void copyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dst…
93 …void blitImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dst…
95 void copyBufferToImage(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout,
97 void copyImageToBuffer(VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer,
101 void clearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor,
103 …void clearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilVal…
107 …void resolveImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout
/external/skia/src/gpu/vk/
DGrVkImageLayout.h16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout()
18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
23 VkImageLayout getImageLayout() const { in getImageLayout()
29 std::atomic<VkImageLayout> fLayout;
DGrVkImage.h86 VkImageLayout currentLayout() const { in currentLayout()
91 VkImageLayout newLayout,
104 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
145 static VkPipelineStageFlags LayoutToPipelineSrcStageFlags(const VkImageLayout layout);
146 static VkAccessFlags LayoutToSrcAccessMask(const VkImageLayout layout);
DGrVkImage.cpp17 VkPipelineStageFlags GrVkImage::LayoutToPipelineSrcStageFlags(const VkImageLayout layout) { in LayoutToPipelineSrcStageFlags()
40 VkAccessFlags GrVkImage::LayoutToSrcAccessMask(const VkImageLayout layout) { in LayoutToSrcAccessMask()
87 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout, in setImageLayout()
93 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout()
164 VkImageLayout initialLayout = isLinear ? VK_IMAGE_LAYOUT_PREINITIALIZED in InitImageInfo()
224 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
DGrVkCommandBuffer.h245 VkImageLayout srcLayout,
247 VkImageLayout dstLayout,
254 VkImageLayout srcLayout,
257 VkImageLayout dstLayout,
271 VkImageLayout srcLayout,
279 VkImageLayout dstLayout,
/external/skqp/src/gpu/vk/
DGrVkImageLayout.h16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout()
18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
23 VkImageLayout getImageLayout() const { in getImageLayout()
29 std::atomic<VkImageLayout> fLayout;
DGrVkImage.h81 VkImageLayout currentLayout() const { in currentLayout()
86 VkImageLayout newLayout,
95 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
136 static VkPipelineStageFlags LayoutToPipelineSrcStageFlags(const VkImageLayout layout);
137 static VkAccessFlags LayoutToSrcAccessMask(const VkImageLayout layout);
DGrVkCommandBuffer.h244 VkImageLayout srcLayout,
246 VkImageLayout dstLayout,
253 VkImageLayout srcLayout,
256 VkImageLayout dstLayout,
270 VkImageLayout srcLayout,
278 VkImageLayout dstLayout,
DGrVkImage.cpp17 VkPipelineStageFlags GrVkImage::LayoutToPipelineSrcStageFlags(const VkImageLayout layout) { in LayoutToPipelineSrcStageFlags()
38 VkAccessFlags GrVkImage::LayoutToSrcAccessMask(const VkImageLayout layout) { in LayoutToSrcAccessMask()
84 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout, in setImageLayout()
90 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout()
158 VkImageLayout initialLayout = isLinear ? VK_IMAGE_LAYOUT_PREINITIALIZED in InitImageInfo()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp48 VkImageLayout initialLayout,
49 VkImageLayout finalLayout);
63 VkImageLayout initialLayout,
64 VkImageLayout finalLayout);
72 VkImageLayout layout,
81 VkImageLayout layout,
DvktMultiViewRenderPassUtil.cpp43 VkImageLayout initialLayout_, in AttachmentDescription1()
44 VkImageLayout finalLayout_) in AttachmentDescription1()
69 VkImageLayout initialLayout_, in AttachmentDescription2()
70 VkImageLayout finalLayout_) in AttachmentDescription2()
87 VkImageLayout layout_, in AttachmentReference1()
102 VkImageLayout layout_, in AttachmentReference2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.hpp78 const VkImageLayout finalLayoutColor = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
79 …const VkImageLayout finalLayoutDepthStencil = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMA…
80 const VkImageLayout subpassLayoutColor = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
81 …const VkImageLayout subpassLayoutDepthStencil = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIM…
DvkObjUtil.cpp384 const VkImageLayout finalLayoutColor, in makeRenderPass()
385 const VkImageLayout finalLayoutDepthStencil, in makeRenderPass()
386 const VkImageLayout subpassLayoutColor, in makeRenderPass()
387 const VkImageLayout subpassLayoutDepthStencil, in makeRenderPass()
392 …const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK… in makeRenderPass()
393 …const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD… in makeRenderPass()
DvkBarrierUtil.hpp41 const VkImageLayout oldLayout,
42 const VkImageLayout newLayout,
/external/mesa3d/src/amd/vulkan/
Dradv_meta.h112 VkImageLayout current_layout;
180 VkImageLayout src_image_layout,
182 VkImageLayout dest_image_layout,
188 VkImageLayout src_image_layout,
190 VkImageLayout dest_image_layout,
Dradv_meta_copy.c83 VkImageLayout layout, in blit_surf_for_image_level_layer()
111 VkImageLayout layout, in meta_copy_buffer_to_image()
215 VkImageLayout destImageLayout, in radv_CmdCopyBufferToImage()
231 VkImageLayout layout, in meta_copy_image_to_buffer()
319 VkImageLayout srcImageLayout, in radv_CmdCopyImageToBuffer()
336 VkImageLayout src_image_layout, in meta_copy_image()
338 VkImageLayout dest_image_layout, in meta_copy_image()
471 VkImageLayout srcImageLayout, in radv_CmdCopyImage()
473 VkImageLayout destImageLayout, in radv_CmdCopyImage()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h217 …void CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dst…
219 …void ResolveImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout
221 …void ClearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, ui…
223 …void ClearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilVal…
273 void Layout(VkImageLayout const layout) { m_descriptorImageInfo.imageLayout = layout; } in Layout()
282 VkImageLayout image_layout);
310 …void SetLayout(VkCommandBufferObj *cmd_buf, VkImageAspectFlags aspect, VkImageLayout image_layout);
311 void SetLayout(VkImageAspectFlags aspect, VkImageLayout image_layout);
313 VkImageLayout Layout() const { return m_descriptorImageInfo.imageLayout; } in Layout()
/external/skqp/include/gpu/vk/
DGrVkTypes.h134 VkImageLayout fImageLayout;
150 GrVkImageInfo(VkImage image, GrVkAlloc alloc, VkImageTiling imageTiling, VkImageLayout layout,
163 GrVkImageInfo(const GrVkImageInfo& info, VkImageLayout layout) in GrVkImageInfo()
176 void updateImageLayout(VkImageLayout layout) { fImageLayout = layout; } in updateImageLayout()
/external/skia/include/gpu/vk/
DGrVkTypes.h134 VkImageLayout fImageLayout;
150 GrVkImageInfo(VkImage image, GrVkAlloc alloc, VkImageTiling imageTiling, VkImageLayout layout,
163 GrVkImageInfo(const GrVkImageInfo& info, VkImageLayout layout) in GrVkImageInfo()
176 void updateImageLayout(VkImageLayout layout) { fImageLayout = layout; } in updateImageLayout()
/external/vulkan-validation-layers/layers/
Dcore_validation.h465 … std::vector<uint8_t>& attachment_uses, std::vector<VkImageLayout>& attachment_layouts,
466 uint32_t attachment, uint8_t new_use, VkImageLayout new_layout);
502 …data* device_data, GLOBAL_CB_NODE* pCB, ImageSubresourcePair imgpair, const VkImageLayout& layout);
506 VkImageLayout layout);
689 … VkImageSubresourceRange image_subresource_range, const VkImageLayout& layout);
691 … VkImageSubresourceLayers image_subresource_layers, const VkImageLayout& layout);
693VkImageLayout layout, VkImage image, VkImageView image_view,
722 … VkImageSubresourceRange range, VkImageLayout dest_image_layout, const char* func_name);
725 … VkImageSubresourceLayers subLayers, VkImageLayout explicit_layout, VkImageLayout optimal_layout,
742 VkImageLayout dest_image_layout);
[all …]
Dbuffer_validation.h45 VkImageLayout &layout, const VkImageAspectFlags aspectMask);
48 VkImageLayout layout);

123456