Home | History | Annotate | Download | only in tests

Lines Matching refs:dstOffset

1620     // Introduce failure by using dstOffset that is not multiple of 4
1656 // Introduce failure by using dstOffset that is not multiple of 4
4023 copyRegion.dstOffset.x = 0;
4024 copyRegion.dstOffset.y = 0;
4025 copyRegion.dstOffset.z = 0;
10926 VkDeviceSize dstOffset = 0;
10929 vkCmdUpdateBuffer(m_commandBuffer->handle(), dstBuffer.handle(), dstOffset, dataSize, &Data);
13787 copy_region.dstOffset.x = 0;
13788 copy_region.dstOffset.y = 0;
13789 copy_region.dstOffset.z = 0;
18019 copyRegion.dstOffset.x = 0;
18020 copyRegion.dstOffset.y = 0;
18021 copyRegion.dstOffset.z = 0;
19371 copy_region.dstOffset = {0, 0, 0};
19387 copy_region.dstOffset.y = 1;
19393 copy_region.dstOffset.y = 0;
19418 copy_region.dstOffset.z = 1;
19424 copy_region.dstOffset.z = 0;
19523 copy_region.dstOffset = {0, 0, 0};
19615 copy_region.dstOffset = {0, 0, 0};
19635 copy_region.dstOffset = {1, 0, 0}; // dest width
19640 copy_region.dstOffset = {4, 1, 0}; // dest height
19645 copy_region.dstOffset = {0, 0, 0};
19723 copy_region.dstOffset = {0, 0, 0};
19807 copy_region.dstOffset = {0, 0, 0};
19815 copy_region.dstOffset.x = 4;
19824 copy_region.dstOffset.x = 0;
19931 copyRegion.dstOffset.x = 0;
19932 copyRegion.dstOffset.y = 0;
19933 copyRegion.dstOffset.z = 0;
19984 copyRegion.dstOffset.x = 0;
19985 copyRegion.dstOffset.y = 0;
19986 copyRegion.dstOffset.z = 0;
20059 copyRegion.dstOffset = {0, 0, 0};
20121 copyRegion.dstOffset = {64, 0, 0};
20228 resolveRegion.dstOffset.x = 0;
20229 resolveRegion.dstOffset.y = 0;
20230 resolveRegion.dstOffset.z = 0;
20291 resolveRegion.dstOffset.x = 0;
20292 resolveRegion.dstOffset.y = 0;
20293 resolveRegion.dstOffset.z = 0;
20392 resolveRegion.dstOffset.x = 0;
20393 resolveRegion.dstOffset.y = 0;
20394 resolveRegion.dstOffset.z = 0;
20496 resolveRegion.dstOffset.x = 0;
20497 resolveRegion.dstOffset.y = 0;
20498 resolveRegion.dstOffset.z = 0;
20923 copy_region.dstOffset = {0, 0, 0};
23423 cregion.dstOffset.x = 0;
23424 cregion.dstOffset.y = 0;
23425 cregion.dstOffset.z = 0;