Searched refs:user_memory (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_resource.c | 142 void *user_memory) in nvc0_resource_from_user_memory() argument 149 return nouveau_buffer_create_from_user(pipe, templ, user_memory); in nvc0_resource_from_user_memory()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 636 void *user_memory) in llvmpipe_resource_from_user_memory() argument 655 lpr->tex_data = user_memory; in llvmpipe_resource_from_user_memory() 657 lpr->data = user_memory; in llvmpipe_resource_from_user_memory()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 256 void *user_memory) in dd_screen_resource_from_user_memory() argument 260 screen->resource_from_user_memory(screen, templ, user_memory); in dd_screen_resource_from_user_memory()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_buffer_common.c | 614 void *user_memory) in r600_buffer_from_user_memory() argument 635 rbuffer->buf = ws->buffer_from_ptr(ws, user_memory, templ->width0, in r600_buffer_from_user_memory()
|
D | r600_pipe_common.h | 654 void *user_memory);
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 270 void *user_memory);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 629 void *user_memory) in si_buffer_from_user_memory() argument 644 buf->buf = ws->buffer_from_ptr(ws, user_memory, templ->width0, 0); in si_buffer_from_user_memory()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 1266 void *user_memory) in iris_resource_from_user_memory() argument 1305 size_t offset = (uintptr_t)user_memory & (page_size - 1); in iris_resource_from_user_memory() 1306 void *mem_start = (char *)user_memory - offset; in iris_resource_from_user_memory()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 798 void *user_memory) in crocus_resource_from_user_memory() argument 810 user_memory, templ->width0); in crocus_resource_from_user_memory()
|