HomeSort by relevance Sort by last modified time
    Searched defs:num_coords (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vgu.c 45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
path.c 134 VGint num_coords)
139 for (i = 0; i < num_coords; ++i) {
146 for (i = 0; i < num_coords; ++i) {
153 for (i = 0; i < num_coords; ++i) {
159 memcpy(common_data, data, sizeof(VGfloat) * num_coords);
168 void *pdata, VGint num_coords,
178 for (i = 0; i < num_coords; ++i) {
306 VGint num_coords)
314 for (i = 0; i < num_coords; ++i) {
821 VGint num_coords = num_elements_for_segments(&pd->segment, 1) local
922 VGint num_coords = path_num_coords(src); local
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
    [all...]
stroker.c 79 VGint num_coords; member in struct:stroke_iterator
204 itr->num_coords = coords->num_elements;
230 itr->coord_position = itr->num_coords -
753 VGint num_coords)
760 data -= num_coords;
795 array_append_data(stroker->control_points, coords, num_coords);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
path.c 134 VGint num_coords)
139 for (i = 0; i < num_coords; ++i) {
146 for (i = 0; i < num_coords; ++i) {
153 for (i = 0; i < num_coords; ++i) {
159 memcpy(common_data, data, sizeof(VGfloat) * num_coords);
168 void *pdata, VGint num_coords,
178 for (i = 0; i < num_coords; ++i) {
306 VGint num_coords)
314 for (i = 0; i < num_coords; ++i) {
821 VGint num_coords = num_elements_for_segments(&pd->segment, 1) local
922 VGint num_coords = path_num_coords(src); local
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
    [all...]
stroker.c 79 VGint num_coords; member in struct:stroke_iterator
204 itr->num_coords = coords->num_elements;
230 itr->coord_position = itr->num_coords -
753 VGint num_coords)
760 data -= num_coords;
795 array_append_data(stroker->control_points, coords, num_coords);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1151 unsigned num_coords; local
1303 unsigned num_coords, has_lod; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1151 unsigned num_coords; local
1303 unsigned num_coords, has_lod; local
    [all...]

Completed in 240 milliseconds