Home
last modified time | relevance | path

Searched refs:VIRGL_OBJ_SAMPLER_VIEW_SWIZZLE_B (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h393 #define VIRGL_OBJ_SAMPLER_VIEW_SWIZZLE_B(x) (((x) & 0x7) << 6) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c994 VIRGL_OBJ_SAMPLER_VIEW_SWIZZLE_B(state->swizzle_b) | in virgl_encode_sampler_view()