Home
last modified time | relevance | path

Searched refs:v3d_spec_find_instruction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c48 struct v3d_group *inst = v3d_spec_find_instruction(spec, p); in vc4_dump_cl()
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.h40 struct v3d_group *v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p);
Dv3d_decoder.c641 v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p) in v3d_spec_find_instruction() function
/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c41 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl); in v3dX()