Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c883 r600_texture_create_object(struct pipe_screen *screen, in r600_texture_create_object() function
1092 r600_texture_create_object(screen, templ, NULL, &surface); in r600_texture_create()
1129 rtex = r600_texture_create_object(screen, templ, buf, &surface); in r600_texture_from_handle()
1929 rtex = r600_texture_create_object(screen, templ, memobj->buf, &surface); in r600_texture_from_memobj()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1194 r600_texture_create_object(struct pipe_screen *screen, in r600_texture_create_object() function
1457 r600_texture_create_object(screen, templ, NULL, &surface); in si_texture_create()
1494 rtex = r600_texture_create_object(screen, templ, buf, &surface); in r600_texture_from_handle()
2454 rtex = r600_texture_create_object(screen, templ, memobj->buf, &surface); in r600_texture_from_memobj()