joshqti

Results 7 issues of joshqti

Add acquire/release commands where appropriate. This is related to 1886.

focused review

The destination image for mipmap copies is incorrect, use the width of the mip-level instead of mip-level 0. The check if (where < dstImageInfo->width) is not correct, width is the...

focused review

When importing a Vulkan external image, query and pass OpenCL a row pitch if OpenCL is assuming linear for the imported external handle type. Additionally fix a bug where OpenCL...

- negative testing for semaphore functions is accomplished in semaphore tests, as well as create image in the api test

Increase Vulkan version to 1.1, which is required to support vkGetBufferMemoryRequirements2.

Vulkan descriptors are being programmed incorrectly, use fix from 1676 in other subtest

When comparing scanlines for SNORM images, take into account that -1.0 can be exactly represented in two different ways.

focused review