Home
last modified time | relevance | path

Searched refs:v3d_group_get_length (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c70 *size = v3d_group_get_length(inst); in v3dX()
121 cl += v3d_group_get_length(spec); in v3dX()
122 *size += v3d_group_get_length(spec); in v3dX()
144 cl += v3d_group_get_length(spec); in v3dX()
145 *size += v3d_group_get_length(spec); in v3dX()
151 cl += v3d_group_get_length(addr); in v3dX()
152 *size += v3d_group_get_length(addr); in v3dX()
Dclif_dump.c174 offset += v3d_group_get_length(state); in clif_dump_gl_shader_state_record()
179 offset += v3d_group_get_length(attr); in clif_dump_gl_shader_state_record()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c61 length = v3d_group_get_length(inst); in vc4_dump_cl()
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.h44 int v3d_group_get_length(struct v3d_group *group);
Dv3d_decoder.c750 v3d_group_get_length(struct v3d_group *group) in v3d_group_get_length() function
802 (v3d_group_get_length(iter->group) * 8); in iter_more_groups()