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/nv50/
nv50_winsys.h 84 nouveau_bo_memtype(const struct nouveau_bo *bo) function
nv50_transfer.c 74 if (nouveau_bo_memtype(src->bo)) {
91 if (nouveau_bo_memtype(dst->bo)) {
119 if (nouveau_bo_memtype(src->bo)) {
125 if (nouveau_bo_memtype(dst->bo)) {
nv50_surface.c 102 if (!nouveau_bo_memtype(bo)) {
299 if (nouveau_bo_memtype(bo))
307 if (!nouveau_bo_memtype(bo)) {
340 assert(nouveau_bo_memtype(bo)); /* ZETA cannot be linear */
nv50_tex.c 137 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
nv50_state_validate.c 30 if (likely(nouveau_bo_memtype(bo))) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 39 if (nouveau_bo_memtype(src->bo)) {
55 if (nouveau_bo_memtype(dst->bo)) {
133 if (!nouveau_bo_memtype(dst->bo)) {
138 if (!nouveau_bo_memtype(src->bo)) {
nvc0_winsys.h 94 nouveau_bo_memtype(const struct nouveau_bo *bo) function
nvc0_tex.c 110 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
nvc0_surface.c 109 if (nouveau_bo_memtype(bo)) {
302 if (likely(nouveau_bo_memtype(res->bo))) {
    [all...]
nvc0_state_validate.c 80 if (likely(nouveau_bo_memtype(bo))) {

Completed in 569 milliseconds