Searched refs:common_data (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 132 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 …]
|
D | vgu.c | 47 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()
|
D | path.h | 123 VGubyte *common_data,
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 9736 compiler_common common_data; in PRIV() local 9737 compiler_common *common = &common_data; in PRIV()
|