Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_protocol.h343 #define VIRGL_SET_SAMPLER_VIEWS_SIZE(num_views) ((num_views) + 2) macro
Dvirgl_encode.c601 …te_cmd_dword(ctx, VIRGL_CMD0(VIRGL_CCMD_SET_SAMPLER_VIEWS, 0, VIRGL_SET_SAMPLER_VIEWS_SIZE(num_vie… in virgl_encode_set_sampler_views()