Searched defs:clip_state_cmp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c784 clip_state_cmp(const struct pipe_clip_state *a, function
794 if (clip_state_cmp(&ctx->clip, clip)) {
809 if (clip_state_cmp(&ctx->clip, &ctx->clip_saved)) {
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c784 clip_state_cmp(const struct pipe_clip_state *a, function
794 if (clip_state_cmp(&ctx->clip, clip)) {
809 if (clip_state_cmp(&ctx->clip, &ctx->clip_saved)) {

Completed in 174 milliseconds