Home
last modified time | relevance | path

Searched refs:VIRGL_SET_CLIP_STATE_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/gpu_renderer/src/generated/
Dvirgl_protocol.rs194 pub const VIRGL_SET_CLIP_STATE_SIZE: u32 = 32; constant
/external/virglrenderer/src/
Dvirgl_protocol.h481 #define VIRGL_SET_CLIP_STATE_SIZE 32 macro
Dvrend_decode.c875 if (length != VIRGL_SET_CLIP_STATE_SIZE) in vrend_decode_set_clip_state()
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h495 #define VIRGL_SET_CLIP_STATE_SIZE 32 macro
/external/virglrenderer/tests/
Dtestvirgl_encode.c744 …_encoder_write_cmd_dword(ctx, VIRGL_CMD0(VIRGL_CCMD_SET_CLIP_STATE, 0, VIRGL_SET_CLIP_STATE_SIZE)); in virgl_encoder_set_clip_state()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1071 …_encoder_write_cmd_dword(ctx, VIRGL_CMD0(VIRGL_CCMD_SET_CLIP_STATE, 0, VIRGL_SET_CLIP_STATE_SIZE)); in virgl_encoder_set_clip_state()