Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h60 VkImageLayout initialLayout;
82 VkImageLayout layout;
90 VkImageLayout stencil_layout;
211 VkImageLayout initial_layout;
214 VkImageLayout final_layout;
222 VkImageLayout initial_stencil_layout;
230 VkImageLayout final_stencil_layout;
Dvk_cmd_copy.c67 VkImageLayout srcImageLayout, in vk_common_CmdCopyImage()
69 VkImageLayout dstImageLayout, in vk_common_CmdCopyImage()
110 VkImageLayout dstImageLayout, in vk_common_CmdCopyBufferToImage()
150 VkImageLayout srcImageLayout, in vk_common_CmdCopyImageToBuffer()
191 VkImageLayout srcImageLayout, in vk_common_CmdBlitImage()
193 VkImageLayout dstImageLayout, in vk_common_CmdBlitImage()
240 VkImageLayout srcImageLayout, in vk_common_CmdResolveImage()
242 VkImageLayout dstImageLayout, in vk_common_CmdResolveImage()
Dvk_image.h361 bool vk_image_layout_is_read_only(VkImageLayout layout,
363 bool vk_image_layout_is_depth_only(VkImageLayout layout);
365 VkImageUsageFlags vk_image_layout_to_usage_flags(VkImageLayout layout,
368 VkImageLayout vk_att_ref_stencil_layout(const VkAttachmentReference2 *att_ref,
370 VkImageLayout vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc,
Dvk_meta.h244 VkImageLayout image_layout,
253 VkImageLayout image_layout,
262 VkImageLayout src_image_layout,
265 VkImageLayout dst_image_layout,
278 VkImageLayout src_image_layout,
281 VkImageLayout dst_image_layout,
Dvk_command_buffer.h49 VkImageLayout layout;
50 VkImageLayout stencil_layout;
Dvk_render_pass.c1171 vk_image_layout_supports_input_attachment(VkImageLayout layout) in vk_image_layout_supports_input_attachment()
1195 vk_image_layout_are_all_aspects_read_only(VkImageLayout layout, in vk_image_layout_are_all_aspects_read_only()
1207 stage_access_for_layout(VkImageLayout layout, VkImageAspectFlags aspects) in stage_access_for_layout()
1251 VkImageLayout old_layout, in transition_image_range()
1252 VkImageLayout new_layout, in transition_image_range()
1253 VkImageLayout old_stencil_layout, in transition_image_range()
1254 VkImageLayout new_stencil_layout, in transition_image_range()
1317 VkImageLayout *layout_out, in can_use_attachment_initial_layout()
1318 VkImageLayout *stencil_layout_out) in can_use_attachment_initial_layout()
1363 VkImageLayout layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout()
[all …]
Dvk_meta_blit_resolve.c498 VkImageLayout src_image_layout, in do_blit()
502 VkImageLayout dst_image_layout, in do_blit()
713 VkImageLayout src_image_layout, in vk_meta_blit_image()
716 VkImageLayout dst_image_layout, in vk_meta_blit_image()
808 VkImageLayout src_image_layout, in vk_meta_resolve_image()
811 VkImageLayout dst_image_layout, in vk_meta_resolve_image()
874 VkImageLayout src_image_layout, in vk_meta_resolve_attachment()
876 VkImageLayout dst_image_layout, in vk_meta_resolve_attachment()
Dvk_image.c593 vk_image_layout_is_read_only(VkImageLayout layout, in vk_image_layout_is_read_only()
647 vk_image_layout_is_depth_only(VkImageLayout layout) in vk_image_layout_is_depth_only()
804 VkImageLayout
854 VkImageLayout
869 const VkImageLayout main_layout = in vk_att_desc_stencil_layout()
885 vk_image_layout_to_usage_flags(VkImageLayout layout, in vk_image_layout_to_usage_flags()
Dvk_meta_clear.c429 VkImageLayout image_layout, in clear_image_level_layers()
528 VkImageLayout image_layout, in clear_image_level()
564 VkImageLayout image_layout, in vk_meta_clear_color_image()
590 VkImageLayout image_layout, in vk_meta_clear_depth_stencil_image()
/hardware/google/gfxstream/host/vulkan/
DBorrowedImageVk.h36 VkImageLayout preBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED;
48 VkImageLayout postBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED;
59 VkImageLayout usedInitialImageLayout, VkImageLayout usedFinalImageLayout,
DColorBufferVk.cpp34 VkImageLayout currentLayout = static_cast<VkImageLayout>(stream->getBe32()); in create()
DBorrowedImageVk.cpp22 VkImageLayout usedInitialImageLayout, VkImageLayout usedFinalImageLayout, in addNeededBarriersToUseBorrowedImage()
DVkSubDecoder.cpp539 VkImageLayout srcImageLayout; in subDecode()
541 VkImageLayout dstImageLayout; in subDecode()
549 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
550 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
555 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
556 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
583 VkImageLayout srcImageLayout; in subDecode()
585 VkImageLayout dstImageLayout; in subDecode()
594 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
595 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
[all …]
DVkCommonOperations.h328 VkImageLayout currentLayout = VK_IMAGE_LAYOUT_UNDEFINED;
540 void setColorBufferCurrentLayout(uint32_t colorBufferHandle, VkImageLayout);
542 VkImageLayout getColorBufferCurrentLayout(uint32_t colorBufferHandle);
DCompositorVk.h199 VkImageLayout preCompositionLayout = VK_IMAGE_LAYOUT_UNDEFINED;
201 VkImageLayout postCompositionLayout = VK_IMAGE_LAYOUT_UNDEFINED;
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.h41 VkImageLayout dstImageLayout, uint32_t regionCount,
53 VkImageLayout dstImageLayout, uint32_t regionCount,
DAstcTexture.cpp163 VkImageLayout dstImageLayout, uint32_t regionCount, in on_vkCmdCopyBufferToImageImpl()
271 VkImageLayout dstImageLayout, uint32_t regionCount, in on_vkCmdCopyBufferToImage()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h68 VkImageLayout srcImageLayout, VkImage dstImage, in vkCmdBlitImage()
69 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdBlitImage()
76 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdCopyBufferToImage()
84 VkImageLayout srcImageLayout, VkImage dstImage, in vkCmdCopyImage()
85 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdCopyImage()
105 VkImageLayout srcImageLayout, VkBuffer dstBuffer, in vkCmdCopyImageToBuffer()
DVulkanTestHelper.h87 void transitionImageLayout(VkCommandBuffer cmdBuf, VkImage image, VkImageLayout oldLayout,
88 VkImageLayout newLayout);
DVulkanTestHelper.cpp294 VkImageLayout oldLayout, VkImageLayout newLayout) { in transitionImageLayout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc57 VkImageLayout* pCopySrcLayouts;
59 VkImageLayout* pCopyDstLayouts;
77 VkImageLayout dstImageLayout;
95 VkImageLayout srcImageLayout;
112 VkImageLayout srcImageLayout;
114 VkImageLayout dstImageLayout;
170 VkImageLayout oldLayout;
171 VkImageLayout newLayout;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp235 memcpy(*ptr, (VkImageLayout*)&forMarshaling->oldLayout, sizeof(VkImageLayout)); in reservedmarshal_VkImageMemoryBarrier()
236 *ptr += sizeof(VkImageLayout); in reservedmarshal_VkImageMemoryBarrier()
237 memcpy(*ptr, (VkImageLayout*)&forMarshaling->newLayout, sizeof(VkImageLayout)); in reservedmarshal_VkImageMemoryBarrier()
238 *ptr += sizeof(VkImageLayout); in reservedmarshal_VkImageMemoryBarrier()
1540 memcpy(*ptr, (VkImageLayout*)&forMarshaling->initialLayout, sizeof(VkImageLayout)); in reservedmarshal_VkImageCreateInfo()
1541 *ptr += sizeof(VkImageLayout); in reservedmarshal_VkImageCreateInfo()
2446 memcpy(*ptr, (VkImageLayout*)&forMarshaling->imageLayout, sizeof(VkImageLayout)); in reservedmarshal_VkDescriptorImageInfo()
2447 *ptr += sizeof(VkImageLayout); in reservedmarshal_VkDescriptorImageInfo()
2676 memcpy(*ptr, (VkImageLayout*)&forMarshaling->initialLayout, sizeof(VkImageLayout)); in reservedmarshal_VkAttachmentDescription()
2677 *ptr += sizeof(VkImageLayout); in reservedmarshal_VkAttachmentDescription()
[all …]
Dgoldfish_vk_marshaling_guest.cpp287 vkStream->write((VkImageLayout*)&forMarshaling->oldLayout, sizeof(VkImageLayout)); in marshal_VkImageMemoryBarrier()
288 vkStream->write((VkImageLayout*)&forMarshaling->newLayout, sizeof(VkImageLayout)); in marshal_VkImageMemoryBarrier()
308 vkStream->read((VkImageLayout*)&forUnmarshaling->oldLayout, sizeof(VkImageLayout)); in unmarshal_VkImageMemoryBarrier()
309 vkStream->read((VkImageLayout*)&forUnmarshaling->newLayout, sizeof(VkImageLayout)); in unmarshal_VkImageMemoryBarrier()
1934 vkStream->write((VkImageLayout*)&forMarshaling->initialLayout, sizeof(VkImageLayout)); in marshal_VkImageCreateInfo()
1969 vkStream->read((VkImageLayout*)&forUnmarshaling->initialLayout, sizeof(VkImageLayout)); in unmarshal_VkImageCreateInfo()
3342 vkStream->write((VkImageLayout*)&forMarshaling->imageLayout, sizeof(VkImageLayout)); in marshal_VkDescriptorImageInfo()
3356 vkStream->read((VkImageLayout*)&forUnmarshaling->imageLayout, sizeof(VkImageLayout)); in unmarshal_VkDescriptorImageInfo()
3721 vkStream->write((VkImageLayout*)&forMarshaling->initialLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescription()
3722 vkStream->write((VkImageLayout*)&forMarshaling->finalLayout, sizeof(VkImageLayout)); in marshal_VkAttachmentDescription()
[all …]
DVkEncoder.h333 VkImageLayout srcImageLayout, VkImage dstImage,
334 VkImageLayout dstImageLayout, uint32_t regionCount,
337 VkImageLayout srcImageLayout, VkImage dstImage,
338 VkImageLayout dstImageLayout, uint32_t regionCount,
341 VkImageLayout dstImageLayout, uint32_t regionCount,
344 VkImageLayout srcImageLayout, VkBuffer dstBuffer,
353 VkImageLayout imageLayout, const VkClearColorValue* pColor,
357 VkImageLayout imageLayout,
365 VkImageLayout srcImageLayout, VkImage dstImage,
366 VkImageLayout dstImageLayout, uint32_t regionCount,
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h49 template <VkImageLayout imageLayout, VkImageUsageFlags imageUsage>
54 static constexpr VkImageLayout k_vkImageLayout = imageLayout;

123