/third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
H A D | virgl_staging_mgr_test.cpp | 44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) fake_resource_create() argument 318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) failing_resource_create() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 130 softpipe_displaytarget_layout(struct pipe_screen *screen, struct softpipe_resource *spr, const void *map_front_private) softpipe_displaytarget_layout() argument 155 softpipe_resource_create_front(struct pipe_screen *screen, const struct pipe_resource *templat, const void *map_front_private) softpipe_resource_create_front() argument
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_screen.c | 263 tegra_screen_resource_create_front(struct pipe_screen *pscreen, const struct pipe_resource *template, const void *map_front_private) tegra_screen_resource_create_front() argument
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 634 virgl_resource_create_front(struct pipe_screen *screen, const struct pipe_resource *templ, const void *map_front_private) virgl_resource_create_front() argument
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_winsys.c | 225 virgl_vtest_winsys_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size) virgl_vtest_winsys_resource_create() argument 365 virgl_vtest_winsys_resource_cache_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_vtest_winsys_resource_cache_create() argument
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.c | 403 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_cache_create() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 204 llvmpipe_displaytarget_layout(struct llvmpipe_screen *screen, struct llvmpipe_resource *lpr, const void *map_front_private) llvmpipe_displaytarget_layout() argument 229 llvmpipe_resource_create_all(struct pipe_screen *_screen, const struct pipe_resource *templat, const void *map_front_private, bool alloc_backing) llvmpipe_resource_create_all() argument 307 llvmpipe_resource_create_front(struct pipe_screen *_screen, const struct pipe_resource *templat, const void *map_front_private) llvmpipe_resource_create_front() argument
|