HomeSort by relevance Sort by last modified time
    Searched refs:util_dynarray_element (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_dynarray.h 109 #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/
freedreno_util.h 117 #define fd_patch_element(buf, i) util_dynarray_element(buf, struct fd_cs_patch, i)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_compute.c 165 struct pipe_resource *res = *util_dynarray_element(
nv50_context.c 162 struct pipe_resource **res = util_dynarray_element(
nv50_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_compute.c 309 struct pipe_resource *res = *util_dynarray_element(
nvc0_context.c 181 struct pipe_resource **res = util_dynarray_element(
nvc0_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 833 util_dynarray_element(&vec->global_binding.bindings,
    [all...]

Completed in 209 milliseconds