OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:datatype_size
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
util_array.h
35
VGint
datatype_size
;
member in struct:array
41
static INLINE struct array *array_create(VGint
datatype_size
)
44
array->
datatype_size
=
datatype_size
;
47
array->data = malloc(array->size * array->
datatype_size
);
53
static INLINE struct array *array_create_size(VGint
datatype_size
, VGint size)
56
array->
datatype_size
=
datatype_size
;
59
array->data = malloc(array->size * array->
datatype_size
);
73
VGint size = array->
datatype_size
* num
[
all
...]
path.c
264
coords + old_segments * p->control_points->
datatype_size
,
665
(startIndex * p->control_points->
datatype_size
),
[
all
...]
Completed in 2202 milliseconds