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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_winsys.h 85 nouveau_bo_memtype(const struct nouveau_bo *bo) function
nv50_transfer.c 76 if (nouveau_bo_memtype(src->bo)) {
93 if (nouveau_bo_memtype(dst->bo)) {
121 if (nouveau_bo_memtype(src->bo)) {
127 if (nouveau_bo_memtype(dst->bo)) {
nv50_surface.c 114 if (!nouveau_bo_memtype(bo)) {
320 if (nouveau_bo_memtype(bo))
334 if (!nouveau_bo_memtype(bo)) {
383 assert(nouveau_bo_memtype(bo)); /* ZETA cannot be linear */
697 assert(nouveau_bo_memtype(buf->bo) == 0);
    [all...]
nv50_tex.c 132 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
nv50_state_validate.c 61 if (likely(nouveau_bo_memtype(bo))) {
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_winsys.h 100 nouveau_bo_memtype(const struct nouveau_bo *bo)
nvc0_transfer.c 37 if (nouveau_bo_memtype(src->bo)) {
53 if (nouveau_bo_memtype(dst->bo)) {
131 if (!nouveau_bo_memtype(dst->bo)) {
136 if (!nouveau_bo_memtype(src->bo)) {
329 return !nouveau_bo_memtype(mt->base.bo);
nvc0_surface.c 117 if (!nouveau_bo_memtype(bo)) {
314 if (likely(nouveau_bo_memtype(res->bo))) {
505 assert(nouveau_bo_memtype(buf->bo) == 0);
    [all...]
nvc0_tex.c 132 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
343 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
    [all...]
nvc0_state_validate.c 108 if (likely(nouveau_bo_memtype(bo))) {

Completed in 107 milliseconds