Home
last modified time | relevance | path

Searched refs:maxExtent (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc110 * pname:maxExtent are the maximum image dimensions.
115 complete mipmap chain based on the [eq]#pname:maxExtent.width#,
116 [eq]#pname:maxExtent.height#, and [eq]#pname:maxExtent.depth#, except
1148 slink:VkImageFormatProperties::pname:maxExtent for each type is subject to
1162 * [eq]#pname:maxExtent.width {geq}
1164 * [eq]#pname:maxExtent.height = 1#
1165 * [eq]#pname:maxExtent.depth = 1#
1170 * [eq]#pname:maxExtent.width {geq}
1172 * [eq]#pname:maxExtent.height {geq}
1174 * [eq]#pname:maxExtent.depth = 1#
[all …]
Dresources.adoc1598 *** Each component of sname:VkImageFormatProperties::pname:maxExtent is
1638 slink:VkImageFormatProperties::pname:maxExtent values in
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc94 ** Rename `minExtent` and `maxExtent` to `minCodedExtent` and
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp802 VkExtent3D maxExtent = compressedMipmapExtent(level); in compressedMipmapPortion() local
804 .width = std::min(ceil_div(origExtent.width, mBlock.width), maxExtent.width), in compressedMipmapPortion()
805 .height = std::min(ceil_div(origExtent.height, mBlock.height), maxExtent.height), in compressedMipmapPortion()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c399 pCreateInfo->imageExtent.width <= format_props.imageFormatProperties.maxExtent.width && in wsi_configure_native_image()
400 pCreateInfo->imageExtent.height <= format_props.imageFormatProperties.maxExtent.height) in wsi_configure_native_image()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp467 EXPECT_THAT(properties.imageFormatProperties.maxExtent.width, Ge(1)); in TEST_P()
468 EXPECT_THAT(properties.imageFormatProperties.maxExtent.height, Ge(1)); in TEST_P()
469 EXPECT_THAT(properties.imageFormatProperties.maxExtent.depth, Ge(1)); in TEST_P()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp304 transform_tohost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_tohost_VkImageFormatProperties()
311 transform_fromhost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_fromhost_VkImageFormatProperties()
Dgoldfish_vk_deepcopy_guest.cpp285 deepcopy_VkExtent3D(alloc, rootType, &from->maxExtent, (VkExtent3D*)(&to->maxExtent)); in deepcopy_VkImageFormatProperties()
Dgoldfish_vk_counting_guest.cpp319 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->maxExtent), count); in count_VkImageFormatProperties()
Dgoldfish_vk_marshaling_guest.cpp510 marshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent)); in marshal_VkImageFormatProperties()
520 unmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp413 reservedmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent), ptr); in reservedmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp301 transform_tohost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_tohost_VkImageFormatProperties()
308 transform_fromhost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_fromhost_VkImageFormatProperties()
Dgoldfish_vk_deepcopy.cpp285 deepcopy_VkExtent3D(alloc, rootType, &from->maxExtent, (VkExtent3D*)(&to->maxExtent)); in deepcopy_VkImageFormatProperties()
Dgoldfish_vk_marshaling.cpp565 marshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent)); in marshal_VkImageFormatProperties()
575 unmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp433 reservedunmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent), in reservedunmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3054 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxExtent ); in operator ()()
Dvulkan_hash.hpp4372 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxExtent ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2987 VkExtent3D maxExtent; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12751 ptext:maxExtent.sampleCounts -> pname:sampleCounts (internal issue