Home
last modified time | relevance | path

Searched refs:imageExtent (Results 1 – 25 of 67) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Ddolor.adoc15 pname:width member of pname:imageExtent
18 pname:height member of pname:imageExtent
22 * [[VUID-{refpage}-imageExtent-96659]]
23 pname:imageExtent.width must: not be 0
24 * [[VUID-{refpage}-imageExtent-96660]]
25 pname:imageExtent.height must: not be 0
26 * [[VUID-{refpage}-imageExtent-96661]]
27 pname:imageExtent.depth must: not be 0
Dlorem.adoc28 The pname:imageOffset and pname:imageExtent members of each element of
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbuffer_or_memory_image_copy_common.adoc15 pname:width member of pname:imageExtent
18 pname:height member of pname:imageExtent
22 * [[VUID-{refpage}-imageExtent-06659]]
23 pname:imageExtent.width must: not be 0
24 * [[VUID-{refpage}-imageExtent-06660]]
25 pname:imageExtent.height must: not be 0
26 * [[VUID-{refpage}-imageExtent-06661]]
27 pname:imageExtent.depth must: not be 0
Dcopy_image_to_buffer_command_buffer_common.adoc28 The pname:imageOffset and pname:imageExtent members of each element of
Dcopy_buffer_to_image_command_buffer_common.adoc28 The pname:imageOffset and pname:imageExtent members of each element of
/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils_unittest.cpp67 Field("imageExtent", &VkBufferImageCopy::imageExtent,
68 EqsVkExtent3D(expected.imageExtent))),
106 .imageExtent = in TEST()
143 .imageExtent = in TEST()
167 .imageExtent = in TEST()
204 .imageExtent = in TEST()
228 .imageExtent = in TEST()
252 .imageExtent = in TEST()
DVkFormatUtils.cpp182 .imageExtent = in getFormatTransferInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.h147 const VkExtent3D imageExtent) in vk_image_sanitize_extent() argument
151 return (VkExtent3D) { imageExtent.width, 1, 1 }; in vk_image_sanitize_extent()
153 return (VkExtent3D) { imageExtent.width, imageExtent.height, 1 }; in vk_image_sanitize_extent()
155 return imageExtent; in vk_image_sanitize_extent()
Dvk_cmd_copy.c129 .imageExtent = pRegions[r].imageExtent, in vk_common_CmdCopyBufferToImage()
170 .imageExtent = pRegions[r].imageExtent, in vk_common_CmdCopyImageToBuffer()
Dvk_image.c296 VkExtent3D extent = vk_image_sanitize_extent(image, region->imageExtent); in vk_image_buffer_copy_layout()
334 .imageExtent = region->imageExtent, in vk_memory_to_image_copy_layout()
349 .imageExtent = region->imageExtent, in vk_image_to_memory_copy_layout()
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp283 bool hasDedicatedBuffer, const VkExtent3D& imageExtent, in createAndroidHardwareBuffer() argument
297 w = imageExtent.width; in createAndroidHardwareBuffer()
298 h = imageExtent.height; in createAndroidHardwareBuffer()
DAndroidHardwareBuffer.h45 bool hasDedicatedBuffer, const VkExtent3D& imageExtent,
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp57 if (region.imageExtent.width != width || region.imageExtent.height != height) { in isRegionValid()
192 pRegions[i].imageExtent in on_vkCmdCopyBufferToImageImpl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dlorem.adoc90 :imageextent: imageExtent
116 pname:imageOffset.x and [eq]#(pname:imageExtent.width {plus}
143 nibh pname:imageExtent.
146 * pname:imageExtent Ut ornare lectus sit amet est placerat in.
Dipsum.adoc53 :imageextent: imageExtent
101 etiam pname:imageExtent.
105 * pname:imageExtent Dignissim cras tincidunt lobortis feugiat vivamus at
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dsrc-new-vuid-attribute.adoc11 of pname:pRegions, pname:imageOffset.y must: be `0` and pname:imageExtent.height must: be `1`
13 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
15 … element of pname:pRegions, pname:imageOffset.z must: be `0` and pname:imageExtent.depth must: be …
Dexpect-new-vuid-attribute-novuid.adoc12 pname:imageExtent.height must: be `1`
14 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
19 pname:imageOffset.z must: be `0` and pname:imageExtent.depth must: be
Dexpect-new-vuid-attribute-noreflow-novuid.adoc11 of pname:pRegions, pname:imageOffset.y must: be `0` and pname:imageExtent.height must: be `1`
13 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
15 … element of pname:pRegions, pname:imageOffset.z must: be `0` and pname:imageExtent.depth must: be …
Dexpect-new-vuid-attribute-noreflow.adoc12 of pname:pRegions, pname:imageOffset.y must: be `0` and pname:imageExtent.height must: be `1`
15 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
18 … element of pname:pRegions, pname:imageOffset.z must: be `0` and pname:imageExtent.depth must: be …
Dexpect-new-vuid-attribute-default.adoc13 pname:imageExtent.height must: be `1`
16 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
22 pname:imageOffset.z must: be `0` and pname:imageExtent.depth must: be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GGP_stream_descriptor_surface/
DplatformCreateSurface_streamdescriptor.adoc59 pname:imageExtent, within the bounds of the surface.
62 When a swapchain's pname:imageExtent does not match the surface's
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc464 {lceil}(pname:imageOffset.x {plus} pname:imageExtent.width) /
467 {lceil}(pname:imageOffset.y {plus} pname:imageExtent.height) /
470 {lceil}(pname:imageOffset.z {plus} pname:imageExtent.depth) /
503 {lceil}pname:imageExtent.width / blockWidth{rceil} {times}
506 pname:imageExtent.height {times} rowExtent)#
507 {empty}:: [eq]#layerExtent = pname:imageExtent.depth {times} sliceExtent#
526 {minus} pname:imageExtent.height) / blockHeight{rceil},
530 pname:imageExtent.width) / blockWidth{rceil})#
537 {minus} pname:imageExtent.width) / blockWidth{rceil},
540 {plus} pname:imageExtent.height) / blockHeight{rceil},
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NN_vi_surface/
DplatformCreateSurface_vi.adoc37 pname:imageExtent.
40 choose an appropriate size for the swapchain's pname:imageExtent (e.g., by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc41 :imageextent: imageExtent
115 considered to be tightly packed according to the pname:imageExtent.
121 * pname:imageExtent is the size in texels of the image to copy in
180 :imageextent: imageExtent
253 considered to be tightly packed according to the pname:imageExtent.
259 * pname:imageExtent is the size in texels of the image to copy in
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h211 VkExtent2D imageExtent; member

123