Home
last modified time | relevance | path

Searched refs:util_dynarray_element (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_dynarray.h109 #define util_dynarray_element(buf, type, idx) ((type*)(buf)->data + (idx)) macro
111 #define util_dynarray_end(buf) ((void*)util_dynarray_element((buf), char, (buf)->size))
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h117 #define fd_patch_element(buf, i) util_dynarray_element(buf, struct fd_cs_patch, i)
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c165 struct pipe_resource *res = *util_dynarray_element( in nv50_compute_validate_globals()
Dnv50_context.c162 struct pipe_resource **res = util_dynarray_element( in nv50_context_unreference_resources()
Dnv50_state.c1270 ptr = util_dynarray_element( in nv50_set_global_bindings()
1277 ptr = util_dynarray_element( in nv50_set_global_bindings()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c181 struct pipe_resource **res = util_dynarray_element( in nvc0_context_unreference_resources()
Dnvc0_compute.c309 struct pipe_resource *res = *util_dynarray_element( in nvc0_compute_validate_globals()
Dnvc0_state.c1340 ptr = util_dynarray_element( in nvc0_set_global_bindings()
1347 ptr = util_dynarray_element( in nvc0_set_global_bindings()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.c833 util_dynarray_element(&vec->global_binding.bindings, in finalize_global_binding()
2278 dst = util_dynarray_element(&vec->global_binding.bindings, in ilo_set_global_binding()
2450 util_dynarray_element(&vec->global_binding.bindings, in ilo_state_vector_cleanup()
2566 util_dynarray_element(&vec->global_binding.bindings, in ilo_state_vector_resource_renamed()