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

  /external/mesa3d/src/broadcom/clif/
v3dx_dump.c 47 *size = v3d_group_get_length(inst);
91 cl += v3d_group_get_length(spec);
92 *size += v3d_group_get_length(spec);
111 cl += v3d_group_get_length(spec);
112 *size += v3d_group_get_length(spec);
117 cl += v3d_group_get_length(addr);
118 *size += v3d_group_get_length(addr);
156 vaddr += v3d_group_get_length(state);
161 vaddr += v3d_group_get_length(attr);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_cl_dump.c 58 length = v3d_group_get_length(inst);
  /external/mesa3d/src/broadcom/cle/
v3d_decoder.h 43 int v3d_group_get_length(struct v3d_group *group);
v3d_decoder.c 676 v3d_group_get_length(struct v3d_group *group) function
730 (v3d_group_get_length(iter->group) * 8);

Completed in 158 milliseconds