Home
last modified time | relevance | path

Searched refs:VK_IMAGE_TILING_LINEAR (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_linear_color_attachment.adoc20 This extension expands support for using ename:VK_IMAGE_TILING_LINEAR images
22 instance have ename:VK_IMAGE_TILING_LINEAR tiling.
31 in the render pass instance have ename:VK_IMAGE_TILING_LINEAR tiling, and
Dglossary.adoc1034 * a slink:VkImage created with ename:VK_IMAGE_TILING_LINEAR
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dget_image_subresource_layout_common.adoc21 the pname:image is ename:VK_IMAGE_TILING_LINEAR or
30 the pname:image is ename:VK_IMAGE_TILING_LINEAR or
49 If the pname:tiling of the pname:image is ename:VK_IMAGE_TILING_LINEAR
Dresolve_image_common.adoc53 ename:VK_IMAGE_TILING_LINEAR, the
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp586 auto supportedFeatures = (tiling == VK_IMAGE_TILING_LINEAR) in addImageBufferCollectionConstraintsFUCHSIA()
594 __func__, tiling == VK_IMAGE_TILING_LINEAR ? "LINEAR" : "OPTIMAL", in addImageBufferCollectionConstraintsFUCHSIA()
632 if (tiling == VK_IMAGE_TILING_LINEAR) { in addImageBufferCollectionConstraintsFUCHSIA()
662 (tiling == VK_IMAGE_TILING_LINEAR) in addImageBufferCollectionConstraintsFUCHSIA()
2530 enc, device, physicalDevice, formatConstraints, VK_IMAGE_TILING_LINEAR, &constraints); in setBufferCollectionImageConstraintsImpl()
3634 bool isLinear = pImageCreateInfo->tiling == VK_IMAGE_TILING_LINEAR; in on_vkAllocateMemory()
3801 if (VK_IMAGE_TILING_LINEAR == imageCreateInfo.tiling) { in on_vkAllocateMemory()
4122 localCreateInfo.tiling = VK_IMAGE_TILING_LINEAR; in on_vkCreateImage()
4243 localCreateInfo.tiling = VK_IMAGE_TILING_LINEAR; in on_vkCreateImage()
4333 .tiling = VK_IMAGE_TILING_LINEAR, in on_vkCreateImage()
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp581 if (tiling == VK_IMAGE_TILING_LINEAR) { in getFormatFeatures()
DVkCommonOperations.cpp484 VK_IMAGE_TILING_LINEAR, in getBasicImageSupportList()
2005 ? VK_IMAGE_TILING_LINEAR in initializeVkColorBufferLocked()
2273 .linearTiling = info->imageCreateInfoShallow.tiling == VK_IMAGE_TILING_LINEAR, in exportColorBufferMemory()
DCompositorVk.cpp869 if (tiling == VK_IMAGE_TILING_LINEAR) { in getFormatFeatures()
DVkDecoderGlobalState.cpp7719 .tiling = VK_IMAGE_TILING_LINEAR, in toDefaultVk()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c1185 case VK_IMAGE_TILING_LINEAR: in rmt_dump_image_resource()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc1318 Images created with pname:tiling equal to ename:VK_IMAGE_TILING_LINEAR have
1321 Creation of images with tiling ename:VK_IMAGE_TILING_LINEAR may: not be
1428 ** If pname:tiling is ename:VK_IMAGE_TILING_LINEAR, then
1441 ** If pname:tiling is ename:VK_IMAGE_TILING_LINEAR, then
1895 If pname:tiling is ename:VK_IMAGE_TILING_LINEAR, pname:flags must: not
2242 pname:tiling must: be ename:VK_IMAGE_TILING_LINEAR
3405 * ename:VK_IMAGE_TILING_LINEAR specifies linear tiling (texels are laid
3446 tiling is ename:VK_IMAGE_TILING_LINEAR and its
3478 ename:VK_IMAGE_TILING_LINEAR
3483 ename:VK_IMAGE_TILING_LINEAR or
[all …]
Dcapabilities.adoc120 ename:VK_IMAGE_TILING_LINEAR
144 ** pname:tiling is ename:VK_IMAGE_TILING_LINEAR
1077 * pname:tiling is ename:VK_IMAGE_TILING_LINEAR
Dsparsemem.adoc100 ename:VK_IMAGE_TILING_OPTIMAL and ename:VK_IMAGE_TILING_LINEAR tiling.
162 ename:VK_IMAGE_TILING_LINEAR tiling is not supported.
Drenderpass.adoc2350 ename:VK_IMAGE_TILING_LINEAR, all attachments in pname:pInputAttachments
2357 ename:VK_IMAGE_TILING_LINEAR, all attachments in pname:pColorAttachments
2364 ename:VK_IMAGE_TILING_LINEAR, all attachments in
3773 ename:VK_IMAGE_TILING_LINEAR, all attachments in pname:pInputAttachments
3780 ename:VK_IMAGE_TILING_LINEAR, all attachments in pname:pColorAttachments
3787 ename:VK_IMAGE_TILING_LINEAR, all attachments in
Dformats.adoc1777 parameter of ename:VK_IMAGE_TILING_LINEAR.
2347 created with a pname:tiling parameter of ename:VK_IMAGE_TILING_LINEAR.
2717 or ename:VK_IMAGE_TILING_LINEAR
Dvideo_extensions.adoc989 ename:VK_IMAGE_TILING_LINEAR, then the pname:linearTilingFeatures
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c2102 info->create.tiling = VK_IMAGE_TILING_LINEAR; in wsi_configure_cpu_image()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1095 eLinear = VK_IMAGE_TILING_LINEAR,
Dvk_enum_string_helper.h2538 case VK_IMAGE_TILING_LINEAR: in string_VkImageTiling()
Dvulkan_enums.hpp1919 eLinear = VK_IMAGE_TILING_LINEAR,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1739 VK_IMAGE_TILING_LINEAR = 1, enumerator