Searched refs:PIPE_TRANSFER_READ (Results 1 - 25 of 96) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_index_modify.c46 PIPE_TRANSFER_READ |
80 PIPE_TRANSFER_READ |
114 PIPE_TRANSFER_READ |
H A Du_transfer.c16 assert(!(usage & PIPE_TRANSFER_READ));
51 assert(!(usage & PIPE_TRANSFER_READ));
H A Du_draw.c151 PIPE_TRANSFER_READ,
H A Du_debug_image.c118 PIPE_TRANSFER_READ,
196 surface->u.tex.first_layer, PIPE_TRANSFER_READ,
H A Du_prim_restart.c75 PIPE_TRANSFER_READ,
195 PIPE_TRANSFER_READ,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c50 assert((flags & (PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE)) != 0);
71 if (flags & PIPE_TRANSFER_READ || vsrf->shared)
155 vsrf->map_mode = flags & (PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE);
H A Dvmw_query.c113 PIPE_TRANSFER_READ);
H A Dvmw_buffer.c358 (unsigned) PIPE_TRANSFER_READ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h72 if (pipe & PIPE_TRANSFER_READ)
H A Dnouveau_buffer.c229 if (rw == PIPE_TRANSFER_READ) {
254 if (rw == PIPE_TRANSFER_READ)
391 if (usage & PIPE_TRANSFER_READ)
486 if (nouveau_buffer_busy(buf, PIPE_TRANSFER_READ)) {
614 rw = (flags & NOUVEAU_BO_WR) ? PIPE_TRANSFER_WRITE : PIPE_TRANSFER_READ;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_draw.c78 PIPE_TRANSFER_READ,
90 PIPE_TRANSFER_READ,
106 PIPE_TRANSFER_READ,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c362 (((usage & PIPE_TRANSFER_READ) && (rsc->status & ETNA_PENDING_WRITE)) ||
374 if (usage & PIPE_TRANSFER_READ)
384 if ((usage & PIPE_TRANSFER_READ) && etna_etc2_needs_patching(prsc))
407 if (usage & PIPE_TRANSFER_READ)
430 if (usage & PIPE_TRANSFER_READ) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_buffer.c46 if (usage & PIPE_TRANSFER_READ)
H A Dvirgl_texture.c198 if (usage & PIPE_TRANSFER_READ) {
215 if (usage & PIPE_TRANSFER_READ) {
258 if (usage & PIPE_TRANSFER_READ)
H A Dvirgl_query.c183 PIPE_TRANSFER_READ, &transfer);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_primconvert.c124 PIPE_TRANSFER_READ, &src_transfer);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_transfer.c138 (referenced_hw && !(usage & PIPE_TRANSFER_READ) &&
197 if (usage & PIPE_TRANSFER_READ) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_draw_feedback.c175 PIPE_TRANSFER_READ, &vb_transfer[buf]);
198 PIPE_TRANSFER_READ, &ib_transfer);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_common.c141 PIPE_TRANSFER_READ, &box, &transfer);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h245 #define MAP_READ PIPE_TRANSFER_READ
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h243 PIPE_TRANSFER_READ = (1 << 0), enumerator in enum:pipe_transfer_usage
254 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE,
270 * It should not be used with PIPE_TRANSFER_READ.
290 * It should not be used with PIPE_TRANSFER_READ.
303 * It should not be used with PIPE_TRANSFER_READ.
314 * It should not be used with PIPE_TRANSFER_READ.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_context.c111 PIPE_TRANSFER_READ);
151 gallium_usage |= PIPE_TRANSFER_READ;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c266 prot = (flags == PIPE_TRANSFER_READ) ? PROT_READ : (PROT_READ | PROT_WRITE);
267 void **ptr = (flags == PIPE_TRANSFER_READ) ? &kms_sw_dt->ro_mapped : &kms_sw_dt->mapped;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp195 (flags & CL_MAP_READ ? PIPE_TRANSFER_READ : 0 ) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c189 if (dri_sw_dt->front_private && (flags & PIPE_TRANSFER_READ)) {

Completed in 18 milliseconds

1234