HomeSort by relevance Sort by last modified time
    Searched refs:VkImageLayout (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/src/gpu/vk/
GrVkMemory.h 30 VkPipelineStageFlags LayoutToPipelineStageFlags(const VkImageLayout layout);
32 VkAccessFlags LayoutToSrcAccessMask(const VkImageLayout layout);
GrVkImage.h 63 VkImageLayout currentLayout() const { return fCurrentLayout; }
65 void setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout,
104 VkImageLayout fCurrentLayout;
GrVkCommandBuffer.h 119 VkImageLayout srcLayout,
121 VkImageLayout dstLayout,
127 VkImageLayout srcLayout,
135 VkImageLayout dstLayout,
GrVkImage.cpp 15 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout,
54 VkImageLayout initialLayout = (VK_IMAGE_TILING_LINEAR == imageDesc.fImageTiling)
GrVkMemory.cpp 108 VkPipelineStageFlags GrVkMemory::LayoutToPipelineStageFlags(const VkImageLayout layout) {
127 VkAccessFlags GrVkMemory::LayoutToSrcAccessMask(const VkImageLayout layout) {
GrVkCommandBuffer.cpp 228 VkImageLayout srcLayout,
230 VkImageLayout dstLayout,
248 VkImageLayout srcLayout,
267 VkImageLayout dstLayout,
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.hpp 74 vk::VkImageLayout layout,
84 vk::VkImageLayout layout,
93 vk::VkImageLayout layout,
112 vk::VkImageLayout layout,
125 vk::VkImageLayout layout,
147 vk::VkImageLayout layout,
156 vk::VkImageLayout layout,
165 vk::VkImageLayout layout,
182 vk::VkImageLayout layout,
195 vk::VkImageLayout layout
    [all...]
vktDrawImageObjectUtil.cpp 166 vk::VkImageLayout layout,
190 vk::VkImageLayout layout,
215 vk::VkImageLayout layout,
239 vk::VkImageLayout layout,
260 vk::VkImageLayout layout,
421 vk::VkImageLayout layout,
488 vk::VkImageLayout layout,
510 vk::VkImageLayout layout,
532 vk::VkImageLayout layout,
565 vk::VkImageLayout layout
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.hpp 75 vk::VkImageLayout layout,
85 vk::VkImageLayout layout,
94 vk::VkImageLayout layout,
113 vk::VkImageLayout layout,
126 vk::VkImageLayout layout,
148 vk::VkImageLayout layout,
157 vk::VkImageLayout layout,
166 vk::VkImageLayout layout,
183 vk::VkImageLayout layout,
196 vk::VkImageLayout layout
    [all...]
vktDynamicStateImageObjectUtil.cpp 166 vk::VkImageLayout layout,
190 vk::VkImageLayout layout,
215 vk::VkImageLayout layout,
239 vk::VkImageLayout layout,
260 vk::VkImageLayout layout,
421 vk::VkImageLayout layout,
488 vk::VkImageLayout layout,
510 vk::VkImageLayout layout,
532 vk::VkImageLayout layout,
565 vk::VkImageLayout layout
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.hpp 74 vk::VkImageLayout layout,
83 vk::VkImageLayout layout,
102 vk::VkImageLayout layout,
115 vk::VkImageLayout layout,
137 vk::VkImageLayout layout,
146 vk::VkImageLayout layout,
155 vk::VkImageLayout layout,
172 vk::VkImageLayout layout,
185 vk::VkImageLayout layout,
206 vk::VkImageLayout layout
    [all...]
vktQueryPoolImageObjectUtil.cpp 167 vk::VkImageLayout layout,
192 vk::VkImageLayout layout,
216 vk::VkImageLayout layout,
237 vk::VkImageLayout layout,
398 vk::VkImageLayout layout,
465 vk::VkImageLayout layout,
487 vk::VkImageLayout layout,
509 vk::VkImageLayout layout,
542 vk::VkImageLayout layout,
646 vk::VkImageLayout layout
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 223 void CopyImage(VkImage srcImage, VkImageLayout srcImageLayout,
224 VkImage dstImage, VkImageLayout dstImageLayout,
226 void ResolveImage(VkImage srcImage, VkImageLayout srcImageLayout,
227 VkImage dstImage, VkImageLayout dstImageLayout,
296 void layout(VkImageLayout layout) {
308 VkImageLayout image_layout);
334 VkImageLayout image_layout);
335 void SetLayout(VkImageAspectFlagBits aspect, VkImageLayout image_layout);
337 VkImageLayout layout() const { return m_descriptorImageInfo.imageLayout; }
  /external/deqp/external/vulkancts/framework/vulkan/
vkConcreteDeviceInterface.inl 100 virtual void cmdCopyImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const;
101 virtual void cmdBlitImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFilter filter) const;
102 virtual void cmdCopyBufferToImage (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkBufferImageCopy* pRegions) const;
103 virtual void cmdCopyImageToBuffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, deUint32 regionCount, const VkBufferImageCopy* pRegions) const;
106 virtual void cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
107 virtual void cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
109 virtual void cmdResolveImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageResolve* pRegions) const
    [all...]
vkVirtualDeviceInterface.inl 100 virtual void cmdCopyImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const = 0;
101 virtual void cmdBlitImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFilter filter) const = 0;
102 virtual void cmdCopyBufferToImage (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkBufferImageCopy* pRegions) const = 0;
103 virtual void cmdCopyImageToBuffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, deUint32 regionCount, const VkBufferImageCopy* pRegions) const = 0;
106 virtual void cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
107 virtual void cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
109 virtual void cmdResolveImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageResolve* pRegions) const = 0
    [all...]
vkTypeUtil.inl 244 inline VkDescriptorImageInfo makeDescriptorImageInfo (VkSampler sampler, VkImageView imageView, VkImageLayout imageLayout)
262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout)
277 inline VkAttachmentReference makeAttachmentReference (deUint32 attachment, VkImageLayout layout)
vkDeviceDriverImpl.inl 485 void DeviceDriver::cmdCopyImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const
490 void DeviceDriver::cmdBlitImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFilter filter) const
495 void DeviceDriver::cmdCopyBufferToImage (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkBufferImageCopy* pRegions) const
500 void DeviceDriver::cmdCopyImageToBuffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, deUint32 regionCount, const VkBufferImageCopy* pRegions) const
515 void DeviceDriver::cmdClearColorImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
520 void DeviceDriver::cmdClearDepthStencilImage (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const
530 void DeviceDriver::cmdResolveImage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageResolve* pRegions) cons
    [all...]
vkFunctionPointerTypes.inl 117 typedef VKAPI_ATTR void (VKAPI_CALL* CmdCopyImageFunc) (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions);
118 typedef VKAPI_ATTR void (VKAPI_CALL* CmdBlitImageFunc) (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFilter filter);
119 typedef VKAPI_ATTR void (VKAPI_CALL* CmdCopyBufferToImageFunc) (VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkBufferImageCopy* pRegions);
120 typedef VKAPI_ATTR void (VKAPI_CALL* CmdCopyImageToBufferFunc) (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, deUint32 regionCount, const VkBufferImageCopy* pRegions);
123 typedef VKAPI_ATTR void (VKAPI_CALL* CmdClearColorImageFunc) (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
124 typedef VKAPI_ATTR void (VKAPI_CALL* CmdClearDepthStencilImageFunc) (VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges);
126 typedef VKAPI_ATTR void (VKAPI_CALL* CmdResolveImageFunc) (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageResolve* pRegions)
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 144 VKAPI_ATTR void CmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
145 VKAPI_ATTR void CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFilter filter);
146 VKAPI_ATTR void CmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy* pRegions);
147 VKAPI_ATTR void CmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy* pRegions);
150 VKAPI_ATTR void CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
151 VKAPI_ATTR void CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
153 VKAPI_ATTR void CmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve* pRegions)
    [all...]
null_driver.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 140 VkImageLayout pCreateInfo_initialLayout)
375 VkAccessFlags getMemoryFlagsForLayout (const VkImageLayout layout)
413 VkImageLayout layout)
420 VkImageLayout getImageLayout (void) const { return m_layout; }
424 VkImageLayout m_layout;
527 VkImageLayout initialLayout,
528 VkImageLayout finalLayout)
553 VkImageLayout getInitialLayout (void) const { return m_initialLayout; }
554 VkImageLayout getFinalLayout (void) const { return m_finalLayout; }
566 VkImageLayout m_initialLayout
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 255 const VkImageLayout oldLayout,
256 const VkImageLayout newLayout,
266 oldLayout, // VkImageLayout oldLayout;
267 newLayout, // VkImageLayout newLayout;
vktComputeTestsUtil.hpp 134 const vk::VkImageLayout oldLayout,
135 const vk::VkImageLayout newLayout,
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 158 const vk::VkImageLayout oldLayout,
159 const vk::VkImageLayout newLayout,
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 393 VKAPI_ATTR void CmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
394 VKAPI_ATTR void CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFilter filter);
395 VKAPI_ATTR void CmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy* pRegions);
396 VKAPI_ATTR void CmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy* pRegions);
399 VKAPI_ATTR void CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
400 VKAPI_ATTR void CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
402 VKAPI_ATTR void CmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve* pRegions)
    [all...]

Completed in 60 milliseconds

1 2 3