[vdi] Refactor texture/surface reference support.

Change-Id: I8014d82aae7139ef5f95e4b50c4fc6da200dbc9d
此提交包含在:
Michael LIAO
2020-04-06 10:57:03 -04:00
提交者 Michael Hong Bin Liao
父節點 db70fc66b7
當前提交 16d9fe5e37
共有 16 個檔案被更改,包括 241 行新增69 行删除
-3
查看文件
@@ -27,9 +27,6 @@ THE SOFTWARE.
#include "hip/hip_runtime.h"
#if __HIP__
__hip_pinned_shadow__
#endif
extern texture<float, 2, hipReadModeElementType> tex;
extern "C" __global__ void tex2dKernel(float* outputData, int width, int height) {