/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils_unittest.cpp | 58 AllOf(Field("bufferOffset", &VkBufferImageCopy::bufferOffset, Eq(expected.bufferOffset)), 59 Field("bufferRowLength", &VkBufferImageCopy::bufferRowLength, 61 Field("bufferImageHeight", &VkBufferImageCopy::bufferImageHeight, 63 Field("imageSubresource", &VkBufferImageCopy::imageSubresource, 65 Field("imageOffset", &VkBufferImageCopy::imageOffset, 67 Field("imageExtent", &VkBufferImageCopy::imageExtent, 85 std::vector<VkBufferImageCopy> bufferImageCopies; in TEST() 89 ASSERT_THAT(bufferImageCopies, ElementsAre(EqsVkBufferImageCopy(VkBufferImageCopy{ in TEST() 121 std::vector<VkBufferImageCopy> bufferImageCopies; in TEST() 126 ElementsAre(EqsVkBufferImageCopy(VkBufferImageCopy{ in TEST() [all …]
|
D | VkFormatUtils.cpp | 145 std::vector<VkBufferImageCopy>* outBufferImageCopies) { in getFormatTransferInfo() 165 outBufferImageCopies->emplace_back(VkBufferImageCopy{ in getFormatTransferInfo()
|
D | VkSubDecoder.cpp | 632 const VkBufferImageCopy* pRegions; in subDecode() 633 VkBufferImageCopy stack_pRegions[MAX_STACK_ITEMS]; in subDecode() 647 pRegions = (VkBufferImageCopy*)stack_pRegions; in subDecode() 650 ((regionCount)) * sizeof(const VkBufferImageCopy)); in subDecode() 654 (VkBufferImageCopy*)(pRegions + i), in subDecode() 660 (VkBufferImageCopy*)(pRegions + i)); in subDecode() 675 const VkBufferImageCopy* pRegions; in subDecode() 676 VkBufferImageCopy stack_pRegions[MAX_STACK_ITEMS]; in subDecode() 690 pRegions = (VkBufferImageCopy*)stack_pRegions; in subDecode() 693 ((regionCount)) * sizeof(const VkBufferImageCopy)); in subDecode() [all …]
|
D | VkFormatUtils.h | 373 std::vector<VkBufferImageCopy>* outBufferImageCopies);
|
D | VkDecoderSnapshotUtils.cpp | 225 VkBufferImageCopy region{ in saveImageContent() 426 VkBufferImageCopy region{ in loadImageContent()
|
D | VkDecoderGlobalState.h | 321 const VkBufferImageCopy* pRegions, 331 const VkBufferImageCopy* pRegions);
|
D | VkAndroidNativeBuffer.cpp | 716 VkBufferImageCopy region = { in syncImageToColorBuffer()
|
D | CompositorVk.cpp | 663 const VkBufferImageCopy bufferToImageCopy = { in setUpDefaultImage()
|
D | VkCommonOperations.cpp | 2460 std::vector<VkBufferImageCopy> bufferImageCopies; in readColorBufferToBytesLocked() 2640 std::vector<VkBufferImageCopy> bufferImageCopies; in updateColorBufferFromBytesLocked()
|
D | VkDecoderSnapshot.h | 500 uint32_t regionCount, const VkBufferImageCopy* pRegions); 504 uint32_t regionCount, const VkBufferImageCopy* pRegions);
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.h | 92 const VkBufferImageCopy* pRegions, const VkDecoderContext& context); 104 VkBufferImageCopy getBufferImageCopy(const VkBufferImageCopy& origRegion) const;
|
D | AstcTexture.cpp | 44 bool isRegionValid(const VkBufferImageCopy& region, uint32_t width, uint32_t height) { in isRegionValid() 184 std::vector<VkBufferImageCopy> decompRegions(regionCount); in on_vkCmdCopyBufferToImageImpl() 186 decompRegions[i] = VkBufferImageCopy { in on_vkCmdCopyBufferToImageImpl() 272 const VkBufferImageCopy* pRegions, in on_vkCmdCopyBufferToImage()
|
D | AstcTexture.h | 42 const VkBufferImageCopy* pRegions,
|
D | CompressedImageInfo.cpp | 510 const VkBufferImageCopy* pRegions, in decompressOnCpu() 536 VkBufferImageCopy CompressedImageInfo::getBufferImageCopy( in getBufferImageCopy() 537 const VkBufferImageCopy& origRegion) const { in getBufferImageCopy() 538 VkBufferImageCopy region = origRegion; in getBufferImageCopy()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/ |
D | dolor.adoc | 6 // Common to VkBufferImageCopy*, VkMemoryToImageCopy* and VkImageToMemoryCopy*
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | buffer_or_memory_image_copy_common.adoc | 6 // Common to VkBufferImageCopy*, VkMemoryToImageCopy* and VkImageToMemoryCopy*
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 112 const VkBufferImageCopy *pRegions) in vk_common_CmdCopyBufferToImage() 153 const VkBufferImageCopy *pRegions) in vk_common_CmdCopyImageToBuffer()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 77 const VkBufferImageCopy* pRegions) { in vkCmdCopyBufferToImage() 106 uint32_t regionCount, const VkBufferImageCopy* pRegions) { in vkCmdCopyImageToBuffer()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 278 VkBufferImageCopy region = { in setUpCommandBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | copies.adoc | 634 * pname:pRegions is a pointer to an array of slink:VkBufferImageCopy 693 * pname:pRegions is a pointer to an array of slink:VkBufferImageCopy 731 [open,refpage='VkBufferImageCopy',desc='Structure specifying a buffer image copy operation',type='s… 733 :refpage: VkBufferImageCopy 738 include::{generated}/api/structs/VkBufferImageCopy.adoc[] 763 include::{generated}/validity/structs/VkBufferImageCopy.adoc[] 1053 This structure is functionally identical to slink:VkBufferImageCopy, but
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 342 const VkBufferImageCopy* pRegions, uint32_t doLock); 345 uint32_t regionCount, const VkBufferImageCopy* pRegions,
|
D | goldfish_vk_deepcopy_guest.h | 405 const VkBufferImageCopy* from, VkBufferImageCopy* to);
|
D | goldfish_vk_transform_guest.h | 643 VkBufferImageCopy* toTransform); 646 VkBufferImageCopy* toTransform);
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 398 const VkBufferImageCopy* from, VkBufferImageCopy* to);
|
D | goldfish_vk_transform.h | 651 VkBufferImageCopy* toTransform); 654 VkBufferImageCopy* toTransform);
|