HomeSort by relevance Sort by last modified time
    Searched defs:vctx (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/virgl/
virgl_streamout.c 36 struct virgl_context *vctx = virgl_context(ctx); local
52 virgl_encoder_create_so_target(vctx, handle, res, buffer_offset, buffer_size);
59 struct virgl_context *vctx = virgl_context(ctx); local
63 virgl_encode_delete_object(vctx, t->handle, VIRGL_OBJECT_STREAMOUT_TARGET);
72 struct virgl_context *vctx = virgl_context(ctx); local
75 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer);
77 for (i = num_targets; i < vctx->num_so_targets; i++)
78 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
79 vctx->num_so_targets = num_targets;
80 virgl_encoder_set_so_targets(vctx, num_targets, targets, 0);//append_bitmask)
    [all...]
virgl_buffer.c 48 struct virgl_context *vctx = virgl_context(ctx); local
60 doflushwait = virgl_res_needs_flush_wait(vctx, &vbuf->base, usage);
65 trans = slab_alloc(&vctx->texture_transfer_pool);
78 readback = virgl_res_needs_readback(vctx, &vbuf->base, usage);
102 struct virgl_context *vctx = virgl_context(ctx); local
110 vctx->num_transfers++;
117 slab_free(&vctx->texture_transfer_pool, trans);
124 struct virgl_context *vctx = virgl_context(ctx); local
130 list_addtail(&vbuf->flush_list, &vctx->to_flush_bufs);
virgl_query.c 84 struct virgl_context *vctx = virgl_context(ctx); local
89 virgl_encoder_render_condition(vctx, handle, condition, mode);
95 struct virgl_context *vctx = virgl_context(ctx); local
115 virgl_encoder_create_query(vctx, handle, query->type, index, query->buf, 0);
123 struct virgl_context *vctx = virgl_context(ctx); local
126 virgl_encode_delete_object(vctx, query->handle, VIRGL_OBJECT_QUERY);
135 struct virgl_context *vctx = virgl_context(ctx); local
139 virgl_encoder_begin_query(vctx, query->handle);
146 struct virgl_context *vctx = virgl_context(ctx); local
156 virgl_encoder_end_query(vctx, query->handle)
165 struct virgl_context *vctx = virgl_context(ctx); local
    [all...]
virgl_texture.c 129 struct virgl_context *vctx = virgl_context(ctx); local
144 doflushwait = virgl_res_needs_flush_wait(vctx, &vtex->base, usage);
148 trans = slab_alloc(&vctx->texture_transfer_pool);
189 readback = virgl_res_needs_readback(vctx, &vtex->base, usage);
210 struct virgl_context *vctx = virgl_context(ctx); local
228 vctx->num_transfers++;
238 slab_free(&vctx->texture_transfer_pool, trans);
virgl_context.c 56 static void virgl_buffer_flush(struct virgl_context *vctx,
59 struct virgl_screen *rs = virgl_screen(vctx->base.screen);
72 vctx->num_transfers++;
79 static void virgl_attach_res_framebuffer(struct virgl_context *vctx)
81 struct virgl_winsys *vws = virgl_screen(vctx->base.screen)->vws;
86 surf = vctx->framebuffer.zsbuf;
90 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
92 for (i = 0; i < vctx->framebuffer.nr_cbufs; i++) {
93 surf = vctx->framebuffer.cbufs[i];
97 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE)
195 struct virgl_context *vctx = virgl_context(ctx); local
230 struct virgl_context *vctx = virgl_context(ctx); local
241 struct virgl_context *vctx = virgl_context(ctx); local
253 struct virgl_context *vctx = virgl_context(ctx); local
261 struct virgl_context *vctx = virgl_context(ctx); local
269 struct virgl_context *vctx = virgl_context(ctx); local
280 struct virgl_context *vctx = virgl_context(ctx); local
288 struct virgl_context *vctx = virgl_context(ctx); local
296 struct virgl_context *vctx = virgl_context(ctx); local
307 struct virgl_context *vctx = virgl_context(ctx); local
316 struct virgl_context *vctx = virgl_context(ctx); local
324 struct virgl_context *vctx = virgl_context(ctx); local
336 struct virgl_context *vctx = virgl_context(ctx); local
344 struct virgl_context *vctx = virgl_context(ctx); local
355 struct virgl_context *vctx = virgl_context(ctx); local
364 struct virgl_context *vctx = virgl_context(ctx); local
374 struct virgl_context *vctx = virgl_context(ctx); local
385 struct virgl_context *vctx = virgl_context(ctx); local
396 struct virgl_context *vctx = virgl_context(ctx); local
403 struct virgl_context *vctx = virgl_context(ctx); local
410 struct virgl_context *vctx = virgl_context(ctx); local
419 struct virgl_context *vctx = virgl_context(ctx); local
446 struct virgl_context *vctx = virgl_context(ctx); local
467 struct virgl_context *vctx = virgl_context(ctx); local
512 struct virgl_context *vctx = virgl_context(ctx); local
522 struct virgl_context *vctx = virgl_context(ctx); local
532 struct virgl_context *vctx = virgl_context(ctx); local
541 struct virgl_context *vctx = virgl_context(ctx); local
550 struct virgl_context *vctx = virgl_context(ctx); local
560 struct virgl_context *vctx = virgl_context(ctx); local
570 struct virgl_context *vctx = virgl_context(ctx); local
578 struct virgl_context *vctx = virgl_context(ctx); local
636 struct virgl_context *vctx = virgl_context(ctx); local
658 struct virgl_context *vctx = virgl_context(ctx); local
690 struct virgl_context *vctx = virgl_context(ctx); local
730 struct virgl_context *vctx = virgl_context(ctx); local
741 struct virgl_context *vctx = virgl_context(ctx); local
753 struct virgl_context *vctx = virgl_context(ctx); local
765 struct virgl_context *vctx = virgl_context(ctx); local
777 struct virgl_context *vctx = virgl_context(ctx); local
786 struct virgl_context *vctx = virgl_context(ctx); local
793 struct virgl_context *vctx = virgl_context(ctx); local
800 struct virgl_context *vctx = virgl_context(ctx); local
812 struct virgl_context *vctx = virgl_context(ctx); local
832 struct virgl_context *vctx = virgl_context(ctx); local
844 struct virgl_context *vctx = virgl_context(ctx); local
865 struct virgl_context *vctx; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 59 xmlSchemaValidCtxtPtr vctx; local
86 vctx = xmlSchemaNewValidCtxt(schema);
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
91 ret = xmlSchemaValidateDoc(vctx, doc);
92 xmlSchemaFreeValidCtxt(vctx);
120 xmlValidCtxt vctx; local
146 os_memset(&vctx, 0, sizeof(vctx));
147 vctx.userData = &errors;
148 vctx.error = add_str
    [all...]

Completed in 341 milliseconds