/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils_unittest.cpp | 61 Field("bufferImageHeight", &VkBufferImageCopy::bufferImageHeight, 62 Eq(expected.bufferImageHeight)), 92 .bufferImageHeight = 0, in TEST() 129 .bufferImageHeight = 0, in TEST() 153 .bufferImageHeight = 0, in TEST() 190 .bufferImageHeight = 0, in TEST() 214 .bufferImageHeight = 0, in TEST() 238 .bufferImageHeight = 0, in TEST()
|
D | VkFormatUtils.cpp | 168 .bufferImageHeight = 0, in getFormatTransferInfo()
|
D | VkDecoderSnapshotUtils.cpp | 228 .bufferImageHeight = 0, in saveImageContent() 429 .bufferImageHeight = 0, in loadImageContent()
|
D | CompositorVk.cpp | 666 .bufferImageHeight = 0, in setUpDefaultImage()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 126 .bufferImageHeight = pRegions[r].bufferImageHeight, in vk_common_CmdCopyBufferToImage() 167 .bufferImageHeight = pRegions[r].bufferImageHeight, in vk_common_CmdCopyImageToBuffer()
|
D | vk_image.c | 300 const uint32_t image_height = region->bufferImageHeight ? in vk_image_buffer_copy_layout() 301 region->bufferImageHeight : extent.height; in vk_image_buffer_copy_layout() 331 .bufferImageHeight = region->memoryImageHeight, in vk_memory_to_image_copy_layout() 346 .bufferImageHeight = region->memoryImageHeight, in vk_image_to_memory_copy_layout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/ |
D | lorem.adoc | 92 :bufferimageheight: bufferImageHeight 141 * pname:bufferRowLength and pname:bufferImageHeight Quam adipiscing vitae 152 :bufferimageheight: bufferImageHeight
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | copy_bufferimage_to_imagebuffer_not_both_image_common.adoc | 13 // - {bufferimageheight}, either "bufferImageHeight" or "memoryImageHeight"
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 49 if (region.bufferRowLength != 0 || region.bufferImageHeight != 0) { in isRegionValid() 189 pRegions[i].bufferImageHeight, in on_vkCmdCopyBufferToImageImpl()
|
D | CompressedImageInfo.cpp | 542 region.bufferImageHeight /= mBlock.height; in getBufferImageCopy() 555 region.bufferImageHeight /= mBlock.height; in getBufferImageCopy()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 437 .bufferImageHeight = 0, in DownloadImage() 701 .bufferImageHeight = 0, in LoadYuvImage() 722 .bufferImageHeight = 0, in LoadYuvImage() 743 .bufferImageHeight = 0, in LoadYuvImage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | src-new-vuid-attribute.adoc | 18 * For each element of pname:pRegions, pname:bufferImageHeight must: be a
|
D | expect-new-vuid-attribute-novuid.adoc | 24 * For each element of pname:pRegions, pname:bufferImageHeight must: be a
|
D | expect-new-vuid-attribute-noreflow-novuid.adoc | 18 * For each element of pname:pRegions, pname:bufferImageHeight must: be a
|
D | expect-new-vuid-attribute-noreflow.adoc | 23 For each element of pname:pRegions, pname:bufferImageHeight must: be a
|
D | expect-new-vuid-attribute-default.adoc | 29 For each element of pname:pRegions, pname:bufferImageHeight must: be a
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 281 .bufferImageHeight = 0, in setUpCommandBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | copies.adoc | 505 {empty}:: [eq]#sliceExtent = max(pname:bufferImageHeight, 660 :bufferimageheight: bufferImageHeight 713 :bufferimageheight: bufferImageHeight 742 * pname:bufferRowLength and pname:bufferImageHeight specify in texels a 756 :bufferimageheight: bufferImageHeight 835 :bufferimageheight: bufferImageHeight 960 :bufferimageheight: bufferImageHeight 1040 * pname:bufferRowLength and pname:bufferImageHeight specify in texels a 1058 :bufferimageheight: bufferImageHeight 1316 * pname:bufferRowLength and pname:bufferImageHeight specify in texels a [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1868 .bufferImageHeight = 0, in wsi_finish_create_blit_context()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 547 …bufferImageHeight = printer.write_int("bufferImageHeight", 4, indent, signed=False, big_endian=Fal…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 810 VULKAN_HPP_HASH_COMBINE( seed, bufferImageCopy.bufferImageHeight ); in operator ()() 827 VULKAN_HPP_HASH_COMBINE( seed, bufferImageCopy2.bufferImageHeight ); in operator ()()
|
D | vulkan_hash.hpp | 1717 VULKAN_HPP_HASH_COMBINE( seed, bufferImageCopy.bufferImageHeight ); in operator ()() 1734 VULKAN_HPP_HASH_COMBINE( seed, bufferImageCopy2.bufferImageHeight ); in operator ()() 2423 VULKAN_HPP_HASH_COMBINE( seed, copyMemoryToImageIndirectCommandNV.bufferImageHeight ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3881 uint32_t bufferImageHeight; member 7068 uint32_t bufferImageHeight; member 16531 uint32_t bufferImageHeight; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4209 vkStream->write((uint32_t*)&forMarshaling->bufferImageHeight, sizeof(uint32_t)); in marshal_VkBufferImageCopy() 4221 vkStream->read((uint32_t*)&forUnmarshaling->bufferImageHeight, sizeof(uint32_t)); in unmarshal_VkBufferImageCopy() 9659 vkStream->write((uint32_t*)&forMarshaling->bufferImageHeight, sizeof(uint32_t)); in marshal_VkBufferImageCopy2() 9676 vkStream->read((uint32_t*)&forUnmarshaling->bufferImageHeight, sizeof(uint32_t)); in unmarshal_VkBufferImageCopy2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2974 memcpy(*ptr, (uint32_t*)&forMarshaling->bufferImageHeight, sizeof(uint32_t)); in reservedmarshal_VkBufferImageCopy() 6567 memcpy(*ptr, (uint32_t*)&forMarshaling->bufferImageHeight, sizeof(uint32_t)); in reservedmarshal_VkBufferImageCopy2()
|