Home
last modified time | relevance | path

Searched refs:VIRGL_BIND_SAMPLER_VIEW (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp122 .bind = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_SCANOUT | VIRGL_BIND_SHARED, in TEST_F()
147 .bind = VIRGL_BIND_SAMPLER_VIEW | VIRGL_BIND_SCANOUT | VIRGL_BIND_SHARED, in TEST_F()
Dvirgl_hw.h349 #define VIRGL_BIND_SAMPLER_VIEW (1 << 3) macro
Dvirtio-gpu-gfxstream-renderer.cpp1100 if (args.bind & VIRGL_BIND_SAMPLER_VIEW) { in getResourceType()