Searched defs:vc4_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h302 struct vc4_context { struct
424 static inline struct vc4_context *
425 vc4_context(struct pipe_context *pcontext) function
427 return (struct vc4_context *)pcontext;
451 int vc4_simulator_flush(struct vc4_context *vc4,
468 void vc4_write_uniforms(struct vc4_context *vc4,
474 void vc4_job_init(struct vc4_context *vc4);
475 struct vc4_job *vc4_get_job(struct vc4_context *vc4,
478 struct vc4_job *vc4_get_job_for_fbo(struct vc4_context *vc4);
480 void vc4_job_submit(struct vc4_context *vc
[all...]

Completed in 80 milliseconds