Home
last modified time | relevance | path

Searched refs:nodearray (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h24 /* A nodearray is an array type that is either sparse or dense, depending on
28 * is used, and the nodearray is simply a container for an array.
52 /* A value that may be stored in a nodearray element, used directly for dense
59 /* Type storing sparse nodearray elements, consisting of a nodearray_value at
71 } nodearray; typedef
89 nodearray_is_sparse(const nodearray *a) in nodearray_is_sparse()
95 nodearray_init(nodearray *a) in nodearray_init()
97 memset(a, 0, sizeof(nodearray)); in nodearray_init()
101 nodearray_reset(nodearray *a) in nodearray_reset()
128 nodearray_sparse_search(const nodearray *
[all...]
H A Dbi_ra.c28 #include "nodearray.h"
37 * 'nodearray' structure, which changes between a sparse and dense
46 nodearray *linear;
195 nodearray *constraints = &l->linear[i]; in lcra_count_constraints()

Completed in 3 milliseconds