[vdi] Refactor texture/surface reference support.

Change-Id: I8014d82aae7139ef5f95e4b50c4fc6da200dbc9d


[ROCm/clr commit: 441284841d]
This commit is contained in:
Michael LIAO
2020-04-06 10:57:03 -04:00
committed by Michael Hong Bin Liao
vanhempi 2266bc700b
commit f0df4418a0
16 muutettua tiedostoa jossa 241 lisäystä ja 69 poistoa
@@ -32,9 +32,6 @@ THE SOFTWARE.
#define N 512
#if __HIP__
__hip_pinned_shadow__
#endif
texture<float, 1, hipReadModeElementType> tex;
__global__ void kernel(float *out) {