Home
last modified time | relevance | path

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

/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h353 #define VIRGL_OBJ_SAMPLE_STATE_S0_COMPARE_FUNC(x) (((x) & 0x7) << 16) macro
/external/minigbm/external/
Dvirgl_protocol.h350 #define VIRGL_OBJ_SAMPLE_STATE_S0_COMPARE_FUNC(x) (((x) & 0x7) << 16) macro
/external/virglrenderer/src/
Dvirgl_protocol.h365 #define VIRGL_OBJ_SAMPLE_STATE_S0_COMPARE_FUNC(x) (((x) & 0x7) << 16) macro
/external/virglrenderer/tests/
Dtestvirgl_encode.c634 VIRGL_OBJ_SAMPLE_STATE_S0_COMPARE_FUNC(state->compare_func); in virgl_encode_sampler_state()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c899 VIRGL_OBJ_SAMPLE_STATE_S0_COMPARE_FUNC(state->compare_func) | in virgl_encode_sampler_state()