Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_protocol.h340 #define VIRGL_OBJ_SAMPLER_VIEW_SWIZZLE_A(x) (((x) & 0x7) << 9) macro
Dvirgl_encode.c589 VIRGL_OBJ_SAMPLER_VIEW_SWIZZLE_A(state->swizzle_a); in virgl_encode_sampler_view()