Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.h42 struct nouveau_texture { struct
47 #define to_nouveau_texture(x) ((struct nouveau_texture *)(x)) argument
DMakefile.sources24 nouveau_texture.c \
25 nouveau_texture.h \
Dmeson.build44 'nouveau_texture.c',
45 'nouveau_texture.h',
Dnouveau_texture.c47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); in nouveau_texture_new()
57 struct nouveau_texture *nt = to_nouveau_texture(t); in nouveau_texture_free()
367 struct nouveau_texture *nt = to_nouveau_texture(t); in nouveau_texture_validate()