[vdi] Refactor texture/surface reference support.

Change-Id: I8014d82aae7139ef5f95e4b50c4fc6da200dbc9d
Этот коммит содержится в:
Michael LIAO
2020-04-06 10:57:03 -04:00
коммит произвёл Michael Hong Bin Liao
родитель 21840ac6a0
Коммит 441284841d
16 изменённых файлов: 241 добавлений и 69 удалений
+1 -3
Просмотреть файл
@@ -9,9 +9,7 @@
#include <hip/hip_runtime.h>
#include "test_common.h"
#if __HIP__
__hip_pinned_shadow__
#endif
texture<float, 2, hipReadModeElementType> tex;
__global__ void tex2DKernel(float* outputData,