Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c51 fd_context_cleanup_common_vbos(&fd3_ctx->base); in fd3_context_destroy()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.c51 fd_context_cleanup_common_vbos(&fd4_ctx->base); in fd4_context_destroy()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c52 fd_context_cleanup_common_vbos(&fd5_ctx->base); in fd5_context_destroy()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h447 void fd_context_cleanup_common_vbos(struct fd_context *ctx);
Dfreedreno_context.c245 fd_context_cleanup_common_vbos(struct fd_context *ctx) in fd_context_cleanup_common_vbos() function