/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils_unittest.cpp | 65 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()
|
D | VkFormatUtils.cpp | 176 .imageOffset = in getFormatTransferInfo()
|
D | VkDecoderSnapshotUtils.cpp | 233 .imageOffset = in saveImageContent() 434 .imageOffset = in loadImageContent()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | src-new-vuid-attribute.adoc | 11 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
|
D | expect-new-vuid-attribute-novuid.adoc | 11 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
|
D | expect-new-vuid-attribute-noreflow-novuid.adoc | 11 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
|
D | expect-new-vuid-attribute-noreflow.adoc | 12 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
|
D | expect-new-vuid-attribute-default.adoc | 12 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/ |
D | vk_image.h | 166 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()
|
D | vk_cmd_copy.c | 128 .imageOffset = pRegions[r].imageOffset, in vk_common_CmdCopyBufferToImage() 169 .imageOffset = pRegions[r].imageOffset, in vk_common_CmdCopyImageToBuffer()
|
D | vk_image.c | 333 .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/ |
D | copy_image_to_buffer_command_buffer_common.adoc | 27 * [[VUID-{refpage}-imageOffset-07747]] 28 The pname:imageOffset and pname:imageExtent members of each element of
|
D | copy_buffer_to_image_command_buffer_common.adoc | 27 * [[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/ |
D | lorem.adoc | 27 * [[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/ |
D | copies.adoc | 463 {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 …]
|
D | video_decode_h264_extensions.adoc | 86 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/ |
D | AstcTexture.cpp | 53 if (region.imageOffset.x != 0 || region.imageOffset.y != 0) { in isRegionValid() 191 pRegions[i].imageOffset, in on_vkCmdCopyBufferToImageImpl()
|
D | CompressedImageInfo.cpp | 543 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/ |
D | lorem.adoc | 89 :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.
|
D | ipsum.adoc | 52 :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/ |
D | copies.adoc | 40 :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/ |
D | Vulkan.cpp | 445 .imageOffset = in DownloadImage() 708 .imageOffset = { in LoadYuvImage() 729 .imageOffset = { in LoadYuvImage() 750 .imageOffset = { in LoadYuvImage()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 286 .imageOffset = {0, 0, 0}, in setUpCommandBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 134 VkOffset3D imageOffset; 145 VkOffset3D imageOffset;
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 2165 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()
|