Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.c132 VGubyte *common_data, in vg_float_to_datatype() argument
140 common_data[i] = (VGubyte)data[i]; in vg_float_to_datatype()
145 VGshort *buf = (VGshort*)common_data; in vg_float_to_datatype()
152 VGint *buf = (VGint*)common_data; in vg_float_to_datatype()
159 memcpy(common_data, data, sizeof(VGfloat) * num_coords); in vg_float_to_datatype()
174 VGubyte *common_data = (VGubyte *)pdata; in coords_adjust_by_scale_bias() local
181 vg_float_to_datatype(datatype, common_data, data, 1); in coords_adjust_by_scale_bias()
182 common_data += size_dst; in coords_adjust_by_scale_bias()
310 VGubyte *common_data = (VGubyte *)dst; in convert_path() local
316 vg_float_to_datatype(to, common_data, data, 1); in convert_path()
[all …]
Dvgu.c47 VGubyte common_data[40 * sizeof(VGfloat)]; in vgu_append_float_coords() local
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); in vgu_append_float_coords()
51 vgAppendPathData(path, num_cmds, cmds, common_data); in vgu_append_float_coords()
Dpath.h123 VGubyte *common_data,
/external/pcre/dist/
Dpcre_jit_compile.c9736 compiler_common common_data; in PRIV() local
9737 compiler_common *common = &common_data; in PRIV()