Home
last modified time | relevance | path

Searched refs:qbuf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c97 struct r600_query_buffer *qbuf = MALLOC_STRUCT(r600_query_buffer); in r600_emit_query_begin() local
98 *qbuf = query->buffer; in r600_emit_query_begin()
101 query->buffer.previous = qbuf; in r600_emit_query_begin()
216 struct r600_query_buffer *qbuf; in r600_emit_query_predication() local
222 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) { in r600_emit_query_predication()
223 count += qbuf->results_end / query->result_size; in r600_emit_query_predication()
232 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) { in r600_emit_query_predication()
234 uint64_t va = r600_resource_va(&ctx->screen->screen, &qbuf->buf->b.b); in r600_emit_query_predication()
236 while (results_base < qbuf->results_end) { in r600_emit_query_predication()
241 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, qbuf->buf, RADEON_USAGE_READ); in r600_emit_query_predication()
[all …]
/external/toybox/toys/pending/
Dhost.c73 unsigned char qbuf[280], abuf[512], *p; in host_main() local
116 qlen = res_mkquery(0, name, 1, type, 0, 0, 0, qbuf, sizeof qbuf); in host_main()
130 send(s, qbuf, qlen, 0); in host_main()
132 } else alen = res_send(qbuf, qlen, abuf, sizeof abuf); in host_main()
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h90 void __user *qbuf; /* Pointer to HTTP query string */ member