Searched refs:r600_texture_create_object (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c906 r600_texture_create_object(struct pipe_screen *screen, function in typeref:struct:r600_texture *
1111 r600_texture_create_object(screen, templ, NULL, &surface);
1150 rtex = r600_texture_create_object(screen, templ, buf, &surface);
1961 rtex = r600_texture_create_object(screen, templ, memobj->buf, &surface);
1965 /* r600_texture_create_object doesn't increment refcount of
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c901 r600_texture_create_object(struct pipe_screen *screen, function in typeref:struct:r600_texture *
1104 r600_texture_create_object(screen, templ, NULL, &surface);
1142 rtex = r600_texture_create_object(screen, templ, buf, &surface);
1927 rtex = r600_texture_create_object(screen, templ, memobj->buf, &surface);
1931 /* r600_texture_create_object doesn't increment refcount of

Completed in 11 milliseconds