Home
last modified time | relevance | path

Searched refs:imageOffset (Results 1 – 25 of 38) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils_unittest.cpp65 Field("imageOffset", &VkBufferImageCopy::imageOffset,
66 EqsVkOffset3D(expected.imageOffset)),
100 .imageOffset = in TEST()
137 .imageOffset = in TEST()
161 .imageOffset = in TEST()
198 .imageOffset = in TEST()
222 .imageOffset = in TEST()
246 .imageOffset = in TEST()
DVkFormatUtils.cpp176 .imageOffset = in getFormatTransferInfo()
DVkDecoderSnapshotUtils.cpp233 .imageOffset = in saveImageContent()
434 .imageOffset = in loadImageContent()
/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`
12 * For each element of pname:pRegions, pname:imageOffset.z and
13 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
15 …ename:VK_IMAGE_TYPE_2D, then for each element of pname:pRegions, pname:imageOffset.z must: be `0` …
20 * For each element of pname:pRegions, pname:imageOffset.x must: be a
22 * For each element of pname:pRegions, pname:imageOffset.y must: be a
24 * For each element of pname:pRegions, pname:imageOffset.z must: be a
26 * For each element of pname:pRegions, if the sum of pname:imageOffset.x
28 * For each element of pname:pRegions, if the sum of pname:imageOffset.y
31 * For each element of pname:pRegions, if the sum of pname:imageOffset.z
Dexpect-new-vuid-attribute-novuid.adoc11 element of pname:pRegions, pname:imageOffset.y must: be `0` and
13 * For each element of pname:pRegions, pname:imageOffset.z and
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
27 * For each element of pname:pRegions, pname:imageOffset.x must: be a
30 * For each element of pname:pRegions, pname:imageOffset.y must: be a
33 * For each element of pname:pRegions, pname:imageOffset.z must: be a
36 * For each element of pname:pRegions, if the sum of pname:imageOffset.x
41 * For each element of pname:pRegions, if the sum of pname:imageOffset.y
46 * For each element of pname:pRegions, if the sum of pname:imageOffset.z
Dexpect-new-vuid-attribute-noreflow-novuid.adoc11 of pname:pRegions, pname:imageOffset.y must: be `0` and pname:imageExtent.height must: be `1`
12 * For each element of pname:pRegions, pname:imageOffset.z and
13 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
15 …ename:VK_IMAGE_TYPE_2D, then for each element of pname:pRegions, pname:imageOffset.z must: be `0` …
20 * For each element of pname:pRegions, pname:imageOffset.x must: be a
22 * For each element of pname:pRegions, pname:imageOffset.y must: be a
24 * For each element of pname:pRegions, pname:imageOffset.z must: be a
26 * For each element of pname:pRegions, if the sum of pname:imageOffset.x
28 * For each element of pname:pRegions, if the sum of pname:imageOffset.y
31 * For each element of pname:pRegions, if the sum of pname:imageOffset.z
Dexpect-new-vuid-attribute-noreflow.adoc12 of pname:pRegions, pname:imageOffset.y must: be `0` and pname:imageExtent.height must: be `1`
14 For each element of pname:pRegions, pname:imageOffset.z and
15 [eq]#(pname:imageExtent.depth {plus} pname:imageOffset.z)# must: both be
18 …ename:VK_IMAGE_TYPE_2D, then for each element of pname:pRegions, pname:imageOffset.z must: be `0` …
26 For each element of pname:pRegions, pname:imageOffset.x must: be a
29 For each element of pname:pRegions, pname:imageOffset.y must: be a
32 For each element of pname:pRegions, pname:imageOffset.z must: be a
35 For each element of pname:pRegions, if the sum of pname:imageOffset.x
38 For each element of pname:pRegions, if the sum of pname:imageOffset.y
42 For each element of pname:pRegions, if the sum of pname:imageOffset.z
Dexpect-new-vuid-attribute-default.adoc12 element of pname:pRegions, pname:imageOffset.y must: be `0` and
15 For each element of pname:pRegions, pname:imageOffset.z and
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
33 For each element of pname:pRegions, pname:imageOffset.x must: be a
37 For each element of pname:pRegions, pname:imageOffset.y must: be a
41 For each element of pname:pRegions, pname:imageOffset.z must: be a
45 For each element of pname:pRegions, if the sum of pname:imageOffset.x
51 For each element of pname:pRegions, if the sum of pname:imageOffset.y
57 For each element of pname:pRegions, if the sum of pname:imageOffset.z
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.h166 const VkOffset3D imageOffset) in vk_image_sanitize_offset() argument
170 return (VkOffset3D) { imageOffset.x, 0, 0 }; in vk_image_sanitize_offset()
172 return (VkOffset3D) { imageOffset.x, imageOffset.y, 0 }; in vk_image_sanitize_offset()
174 return imageOffset; in vk_image_sanitize_offset()
Dvk_cmd_copy.c128 .imageOffset = pRegions[r].imageOffset, in vk_common_CmdCopyBufferToImage()
169 .imageOffset = pRegions[r].imageOffset, in vk_common_CmdCopyImageToBuffer()
Dvk_image.c333 .imageOffset = region->imageOffset, in vk_memory_to_image_copy_layout()
348 .imageOffset = region->imageOffset, in vk_image_to_memory_copy_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_image_to_buffer_command_buffer_common.adoc27 * [[VUID-{refpage}-imageOffset-07747]]
28 The pname:imageOffset and pname:imageExtent members of each element of
Dcopy_buffer_to_image_command_buffer_common.adoc27 * [[VUID-{refpage}-imageOffset-07738]]
28 The pname:imageOffset and pname:imageExtent members of each element of
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Dlorem.adoc27 * [[VUID-{refpage}-imageOffset-97738]]
28 The pname:imageOffset and pname:imageExtent members of each element of
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc463 {empty}:: [eq]#x# is in the range [eq]#[pname:imageOffset.x / blockWidth,
464 {lceil}(pname:imageOffset.x {plus} pname:imageExtent.width) /
466 {empty}:: [eq]#y# is in the range [eq]#[pname:imageOffset.y / blockHeight,
467 {lceil}(pname:imageOffset.y {plus} pname:imageExtent.height) /
469 {empty}:: [eq]#z# is in the range [eq]#[pname:imageOffset.z / blockDepth,
470 {lceil}(pname:imageOffset.z {plus} pname:imageExtent.depth) /
525 {empty}:: [eq]#x'# is in the range [eq]#[{lceil}(pname:imageOffset.x
527 pname:imageOffset.x {minus} image/ blockHeight)#
528 {empty}:: [eq]#y'# is in the range [eq]#[pname:imageOffset.y /
529 blockWidth, {lceil}(pname:imageOffset.y {plus}
[all …]
Dvideo_decode_h264_extensions.adoc86 The effective pname:imageOffset and pname:imageExtent corresponding to a
93 * pname:imageOffset is [eq]#(pname:codedOffset.x,pname:codedOffset.y)# and
96 * pname:imageOffset is [eq]#(pname:codedOffset.x,pname:codedOffset.y)# and
102 * pname:imageOffset is [eq]#(pname:codedOffset.x,pname:codedOffset.y)# and
126 * [eq]#pname:startX# equals pname:imageOffset.x rounded down to the
128 * [eq]#pname:endX# equals [eq]#pname:imageOffset.x {plus}
133 * [eq]#startY# equals pname:imageOffset.y rounded down to the nearest
135 * [eq]#endY# equals [eq]#pname:imageOffset.y {plus}
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp53 if (region.imageOffset.x != 0 || region.imageOffset.y != 0) { in isRegionValid()
191 pRegions[i].imageOffset, in on_vkCmdCopyBufferToImageImpl()
DCompressedImageInfo.cpp543 region.imageOffset.x /= mBlock.width; in getBufferImageCopy()
544 region.imageOffset.y /= mBlock.height; in getBufferImageCopy()
556 region.imageOffset.x /= mBlock.width; in getBufferImageCopy()
557 region.imageOffset.y /= mBlock.height; in getBufferImageCopy()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dlorem.adoc89 :imageoffset: imageOffset
116 pname:imageOffset.x and [eq]#(pname:imageExtent.width {plus}
117 pname:imageOffset.x)# must: gravida dictum fusce ut placerat orci nulla
145 * pname:imageOffset Lobortis mattis aliquam faucibus purus in massa tempor nec.
Dipsum.adoc52 :imageoffset: imageOffset
103 * pname:imageOffset Vestibulum morbi blandit cursus pname:x, pname:y, pname:z
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc40 :imageoffset: imageOffset
119 * pname:imageOffset selects the initial pname:x, pname:y, pname:z offsets
179 :imageoffset: imageOffset
257 * pname:imageOffset selects the initial pname:x, pname:y, pname:z offsets
/hardware/google/gfxstream/common/detector/
DVulkan.cpp445 .imageOffset = in DownloadImage()
708 .imageOffset = { in LoadYuvImage()
729 .imageOffset = { in LoadYuvImage()
750 .imageOffset = { in LoadYuvImage()
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h286 .imageOffset = {0, 0, 0}, in setUpCommandBuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc134 VkOffset3D imageOffset;
145 VkOffset3D imageOffset;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp2165 transform_tohost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_tohost_VkBufferImageCopy()
2175 transform_fromhost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_fromhost_VkBufferImageCopy()
5425 transform_tohost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_tohost_VkBufferImageCopy2()
5438 transform_fromhost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_fromhost_VkBufferImageCopy2()
7307 transform_tohost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_tohost_VkMemoryToImageCopyEXT()
7320 transform_fromhost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_fromhost_VkMemoryToImageCopyEXT()
7333 transform_tohost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_tohost_VkImageToMemoryCopyEXT()
7346 transform_fromhost_VkOffset3D(resourceTracker, (VkOffset3D*)(&toTransform->imageOffset)); in transform_fromhost_VkImageToMemoryCopyEXT()

12