Bernhard C. Schrenk
Bernhard C. Schrenk
This allows to use all image formats for DPB images. The video encode tests are not accessing the images, so they can support any image format. Further, as the test...
If the implementation does not request video session memory, binding must not be called. This caused a validation layer error: VUID-vkBindVideoSessionMemoryKHR-bindSessionMemoryInfoCount-arraylength Affects: dEQP-VK.video.encode.*
This change allows implementation to report `VK_VIDEO_ENCODE_CAPABILITY_INSUFFICIENT_BITSTREAM_BUFFER_RANGE_DETECTION_BIT_KHR` without causing a failed test dEQP-VK.video.capabilities.*_encode_capabilities_query. Further this change sets `dstBufferRange` in `VkVideoEncodeInfoKHR` to valid values (instead of 0) so that implementations supporting...