/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 110 * 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 …]
|
D | resources.adoc | 1598 *** Each component of sname:VkImageFormatProperties::pname:maxExtent is 1638 slink:VkImageFormatProperties::pname:maxExtent values in
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_video_queue.adoc | 94 ** Rename `minExtent` and `maxExtent` to `minCodedExtent` and
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 802 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/ |
D | wsi_common_drm.c | 399 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/ |
D | GfxstreamEnd2EndVkTests.cpp | 467 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/ |
D | goldfish_vk_transform_guest.cpp | 304 transform_tohost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_tohost_VkImageFormatProperties() 311 transform_fromhost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_fromhost_VkImageFormatProperties()
|
D | goldfish_vk_deepcopy_guest.cpp | 285 deepcopy_VkExtent3D(alloc, rootType, &from->maxExtent, (VkExtent3D*)(&to->maxExtent)); in deepcopy_VkImageFormatProperties()
|
D | goldfish_vk_counting_guest.cpp | 319 count_VkExtent3D(featureBits, rootType, (VkExtent3D*)(&toCount->maxExtent), count); in count_VkImageFormatProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 510 marshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent)); in marshal_VkImageFormatProperties() 520 unmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 413 reservedmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent), ptr); in reservedmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 301 transform_tohost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_tohost_VkImageFormatProperties() 308 transform_fromhost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->maxExtent)); in transform_fromhost_VkImageFormatProperties()
|
D | goldfish_vk_deepcopy.cpp | 285 deepcopy_VkExtent3D(alloc, rootType, &from->maxExtent, (VkExtent3D*)(&to->maxExtent)); in deepcopy_VkImageFormatProperties()
|
D | goldfish_vk_marshaling.cpp | 565 marshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forMarshaling->maxExtent)); in marshal_VkImageFormatProperties() 575 unmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 433 reservedunmarshal_VkExtent3D(vkStream, rootType, (VkExtent3D*)(&forUnmarshaling->maxExtent), in reservedunmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3054 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxExtent ); in operator ()()
|
D | vulkan_hash.hpp | 4372 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxExtent ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2987 VkExtent3D maxExtent; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12751 ptext:maxExtent.sampleCounts -> pname:sampleCounts (internal issue
|