Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_params.c54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) in count_in_bounds() function
268 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) { in vegaSetfv()
395 if ((count && !values) || !count_in_bounds(type, count) || !is_aligned(values)) { in vegaSetiv()