Home
last modified time | relevance | path

Searched refs:VIRGL_OBJ_SAMPLER_VIEW_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_protocol.h328 #define VIRGL_OBJ_SAMPLER_VIEW_SIZE 6 macro
Dvirgl_encode.c575 …ctx, VIRGL_CMD0(VIRGL_CCMD_CREATE_OBJECT, VIRGL_OBJECT_SAMPLER_VIEW, VIRGL_OBJ_SAMPLER_VIEW_SIZE)); in virgl_encode_sampler_view()
/external/virglrenderer/src/
Dvirgl_protocol.h350 #define VIRGL_OBJ_SAMPLER_VIEW_SIZE 6 macro
Dvrend_decode.c601 if (length != VIRGL_OBJ_SAMPLER_VIEW_SIZE) in vrend_decode_create_sampler_view()
/external/virglrenderer/tests/
Dtestvirgl_encode.c608 …ctx, VIRGL_CMD0(VIRGL_CCMD_CREATE_OBJECT, VIRGL_OBJECT_SAMPLER_VIEW, VIRGL_OBJ_SAMPLER_VIEW_SIZE)); in virgl_encode_sampler_view()