Extends VK_QCOM_image_processing with four additional block matching SPIR-V instructions: windowed SAD and SSD (OpImageBlockMatchWindowSADQCOM/OpImageBlockMatchWindowSSDQCOM) that search across a 2D window of block match positions and return the minimum or maximum error metric along with its location, and gather SAD and SSD (OpImageBlockMatchGatherSADQCOM/OpImageBlockMatchGatherSSDQCOM) that compute error metrics at four adjacent horizontal texel offsets simultaneously and return all four results in a single vec4.
The task list for the VK_QCOM_image_processing2 release is:
As each component is made public, the task will be checked off. When all tasks have been completed this issue will be closed and the extension will be fully released.
Extends
VK_QCOM_image_processingwith four additional block matching SPIR-V instructions: windowed SAD and SSD (OpImageBlockMatchWindowSADQCOM/OpImageBlockMatchWindowSSDQCOM) that search across a 2D window of block match positions and return the minimum or maximum error metric along with its location, and gather SAD and SSD (OpImageBlockMatchGatherSADQCOM/OpImageBlockMatchGatherSSDQCOM) that compute error metrics at four adjacent horizontal texel offsets simultaneously and return all four results in a single vec4.The task list for the VK_QCOM_image_processing2 release is:
As each component is made public, the task will be checked off. When all tasks have been completed this issue will be closed and the extension will be fully released.