Searched refs:si_resource_get_param (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 571 static bool si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, in si_resource_get_param() function 647 si_resource_get_param(screen, NULL, resource, 0, 0, 0, PIPE_RESOURCE_PARAM_STRIDE, 0, &value); in si_texture_get_info() 652 si_resource_get_param(screen, NULL, resource, 0, 0, 0, PIPE_RESOURCE_PARAM_OFFSET, 0, &value); in si_texture_get_info() 2374 sscreen->b.resource_get_param = si_resource_get_param; in si_init_screen_texture_functions()
|
Completed in 4 milliseconds