Home
last modified time | relevance | path

Searched refs:indirect_handle (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c813 struct svga_winsys_surface *indirect_handle; in draw_vgpu10() local
864 indirect_handle = svga_buffer_handle(svga, indirect->buffer, in draw_vgpu10()
866 if (!indirect_handle) in draw_vgpu10()
870 indirect_handle = NULL; in draw_vgpu10()
886 indirect_handle, in draw_vgpu10()
929 indirect_handle, in draw_vgpu10()
/external/virglrenderer/src/
Dvrend_renderer.h162 uint32_t cso, uint32_t indirect_handle, uint32_t indirect_draw_count_handle);
300 uint32_t indirect_handle,
Dvrend_decode.c1281 uint32_t indirect_handle, indirect_offset; in vrend_decode_launch_grid() local
1291 indirect_handle = get_buf_entry(buf, VIRGL_LAUNCH_INDIRECT_HANDLE); in vrend_decode_launch_grid()
1293 vrend_launch_grid(ctx, block, grid, indirect_handle, indirect_offset); in vrend_decode_launch_grid()
Dvrend_renderer.c4580 uint32_t cso, uint32_t indirect_handle, in vrend_draw_vbo() argument
4601 if (indirect_handle) { in vrend_draw_vbo()
4604 indirect_res = vrend_renderer_ctx_res_lookup(ctx, indirect_handle); in vrend_draw_vbo()
4606 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, indirect_handle); in vrend_draw_vbo()
4763 if (indirect_handle) { in vrend_draw_vbo()
4793 if (indirect_handle) { in vrend_draw_vbo()
4838 uint32_t indirect_handle, in vrend_launch_grid() argument
4900 if (indirect_handle) { in vrend_launch_grid()
4901 indirect_res = vrend_renderer_ctx_res_lookup(ctx, indirect_handle); in vrend_launch_grid()
4903 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, indirect_handle); in vrend_launch_grid()