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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_params.c54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) function
268 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
395 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_params.c54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) function
268 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {
395 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) {

Completed in 98 milliseconds