Home
last modified time | relevance | path

Searched refs:VK_IMAGE_USAGE_SAMPLED_BIT (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_optical_flow.adoc65 imageFormatInfo2.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT;
79 imageCreateInfo.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT;;
DVK_NV_win32_keyed_mutex.adoc72 VK_IMAGE_USAGE_SAMPLED_BIT |
102 imageCreateInfo.usage = VK_IMAGE_USAGE_SAMPLED_BIT |
DVK_NV_external_memory_win32.adoc121 VK_IMAGE_USAGE_SAMPLED_BIT |
159 imageCreateInfo.usage = VK_IMAGE_USAGE_SAMPLED_BIT |
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c921 VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_layout_to_usage_flags()
935 return VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_layout_to_usage_flags()
995 return VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_layout_to_usage_flags()
1002 VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_layout_to_usage_flags()
1008 VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_layout_to_usage_flags()
Dvk_android.c151 if (vk_usage & (VK_IMAGE_USAGE_SAMPLED_BIT | in vk_image_usage_to_ahb_usage()
Dvk_meta_blit_resolve.c545 .usage = VK_IMAGE_USAGE_SAMPLED_BIT, in do_blit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dimage_memory_barrier_common.adoc40 have been created with ename:VK_IMAGE_USAGE_SAMPLED_BIT or
102 ename:VK_IMAGE_USAGE_SAMPLED_BIT, or
122 ename:VK_IMAGE_USAGE_SAMPLED_BIT, or
163 ename:VK_IMAGE_USAGE_SAMPLED_BIT, or
308 ename:VK_IMAGE_USAGE_SAMPLED_BIT usage bits, and the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_HUAWEI_invocation_mask.adoc58 VK_IMAGE_USAGE_SAMPLED_BIT = 0x00000004,
DVK_EXT_host_image_copy.adoc264 For example, an image that is only created with `VK_IMAGE_USAGE_SAMPLED_BIT` and `VK_IMAGE_USAGE_TR…
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp86 VK_IMAGE_USAGE_SAMPLED_BIT, in createImage()
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp46 if (vk_usage & VK_IMAGE_USAGE_SAMPLED_BIT) ahw_usage |= AHARDWAREBUFFER_USAGE_GPU_SAMPLED_IMAGE; in getAndroidHardwareBufferUsageFromVkUsage()
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h319 RenderResourceVk<VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_IMAGE_USAGE_SAMPLED_BIT>;
DVulkan_unittest.cpp504 VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT, in TEST_F()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp214 VK_IMAGE_USAGE_SAMPLED_BIT | in wsi_win32_surface_get_capabilities()
774 (VK_IMAGE_USAGE_SAMPLED_BIT | in wsi_win32_surface_create_swapchain_dxgi()
Dwsi_common_headless.c103 VK_IMAGE_USAGE_SAMPLED_BIT | in wsi_headless_surface_get_capabilities()
Dwsi_common_wayland.c1089 VK_IMAGE_USAGE_SAMPLED_BIT | in wsi_wl_surface_get_capabilities()
Dwsi_common_x11.c738 VK_IMAGE_USAGE_SAMPLED_BIT | in x11_surface_get_capabilities()
Dwsi_common_display.c911 VK_IMAGE_USAGE_SAMPLED_BIT | in wsi_display_surface_get_capabilities()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc81 ename:VK_IMAGE_USAGE_SAMPLED_BIT, and pname:flags does not include either of
1122 * If pname:usage includes ename:VK_IMAGE_USAGE_SAMPLED_BIT, and
1125 * If pname:usage includes ename:VK_IMAGE_USAGE_SAMPLED_BIT, and
1128 * If pname:usage includes ename:VK_IMAGE_USAGE_SAMPLED_BIT, and
Dresources.adoc2109 must: not include any usages except ename:VK_IMAGE_USAGE_SAMPLED_BIT
2137 include any usages except ename:VK_IMAGE_USAGE_SAMPLED_BIT
3075 * ename:VK_IMAGE_USAGE_SAMPLED_BIT specifies that the image can: be used
3172 * ename:VK_IMAGE_USAGE_SAMPLED_BIT
4234 the ename:VK_IMAGE_USAGE_SAMPLED_BIT or
4313 ename:VK_IMAGE_USAGE_SAMPLED_BIT usage bits enabled.
4616 pname:usage includes ename:VK_IMAGE_USAGE_SAMPLED_BIT, then the pname:format
4724 If pname:usage contains ename:VK_IMAGE_USAGE_SAMPLED_BIT, then the
4986 ename:VK_IMAGE_USAGE_SAMPLED_BIT, then the pname:pNext chain must:
5099 ename:VK_IMAGE_USAGE_SAMPLED_BIT, pname:subresourceRange.layerCount
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c1203 if (description->usage_flags & VK_IMAGE_USAGE_SAMPLED_BIT || in rmt_dump_image_resource()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp565 .usage = VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_SAMPLED_BIT, in setUpDefaultImage()
DVkCommonOperations.cpp490 VK_IMAGE_USAGE_SAMPLED_BIT, VK_IMAGE_USAGE_TRANSFER_SRC_BIT, in getBasicImageSupportList()
1848 {VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT, VK_IMAGE_USAGE_SAMPLED_BIT}, in generateColorBufferVkImageCreateInfo_locked()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1641 image_info.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1110 eSampled = VK_IMAGE_USAGE_SAMPLED_BIT,

12