Searched refs:r600_texture_create_object (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_texture.c | 465 r600_texture_create_object(struct pipe_screen *screen, in r600_texture_create_object() function 546 return (struct pipe_resource *)r600_texture_create_object(screen, templ, array_mode, in si_texture_create() 623 return (struct pipe_resource *)r600_texture_create_object(screen, templ, array_mode, in si_texture_from_handle()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 379 r600_texture_create_object(struct pipe_screen *screen, in r600_texture_create_object() function 482 return (struct pipe_resource *)r600_texture_create_object(screen, templ, in r600_texture_create() 556 return (struct pipe_resource *)r600_texture_create_object(screen, templ, in r600_texture_from_handle()
|