Searched refs:indirect_handle (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw.c | 813 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/ |
D | vrend_renderer.h | 162 uint32_t cso, uint32_t indirect_handle, uint32_t indirect_draw_count_handle); 300 uint32_t indirect_handle,
|
D | vrend_decode.c | 1281 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()
|
D | vrend_renderer.c | 4580 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()
|