Searched refs:flush_resource (Results 1 - 25 of 84) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_semaphoreobjects.c112 pipe->flush_resource(pipe, bufObj->buffer);
120 pipe->flush_resource(pipe, texObj->pt);
144 pipe->flush_resource(pipe, bufObj->buffer);
152 pipe->flush_resource(pipe, texObj->pt);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_semaphoreobjects.c113 pipe->flush_resource(pipe, bufObj->buffer);
122 pipe->flush_resource(pipe, texObj->pt);
147 pipe->flush_resource(pipe, bufObj->buffer);
156 pipe->flush_resource(pipe, texObj->pt);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c95 pipe->flush_resource = nv30_flush_resource;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h33 CALL(flush_resource)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c106 pipe->flush_resource = nv30_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h42 CALL(flush_resource)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c141 sp->pipe.flush_resource = sp_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c141 sp->pipe.flush_resource = sp_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_st.c329 pipe->flush_resource(pipe, args->stwfb->textures[ST_ATTACHMENT_BACK_LEFT]);
412 pipe->flush_resource(pipe, stwfb->textures[statt]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h183 struct pipe_resource *flush_resource; member in union:dd_call::__anon09de915a010a
H A Ddd_draw.c645 dd_dump_flush_resource(state, call->info.flush_resource, f);
726 pipe_resource_reference(&dst->info.flush_resource, NULL);
1472 record->call.info.flush_resource = NULL;
1473 pipe_resource_reference(&record->call.info.flush_resource, resource);
1476 pipe->flush_resource(pipe, resource);
1742 CTX_INIT(flush_resource);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c225 pctx->flush_resource = etna_flush_resource;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c238 lp->pipe.flush_resource = lp_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h186 struct pipe_resource *flush_resource; member in union:dd_call::__anon70c75d0d010a
H A Ddd_draw.c656 dd_dump_flush_resource(state, call->info.flush_resource, f);
737 pipe_resource_reference(&dst->info.flush_resource, NULL);
1487 record->call.info.flush_resource = NULL;
1488 pipe_resource_reference(&record->call.info.flush_resource, resource);
1491 pipe->flush_resource(pipe, resource);
1818 CTX_INIT(flush_resource);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c370 flush_resource(struct fd_context *ctx, struct fd_resource *rsc, unsigned usage) function in typeref:typename:void
413 flush_resource(fd_context(pctx), fd_resource(prsc), PIPE_TRANSFER_READ);
593 flush_resource(ctx, rsc, usage);
628 flush_resource(ctx, rsc, usage);
1279 pctx->flush_resource = fd_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c331 static void flush_resource(struct fd_context *ctx, struct fd_resource *rsc,
671 flush_resource(struct fd_context *ctx, struct fd_resource *rsc, function in typeref:typename:void
688 flush_resource(ctx, rsc, PIPE_MAP_READ);
859 flush_resource(ctx, rsc, usage);
889 flush_resource(ctx, rsc, usage);
1707 pctx->flush_resource = fd_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_helpers.c326 p_ctx->flush_resource(p_ctx, tex);
425 p_ctx->flush_resource(p_ctx, tex);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h792 void (*flush_resource)(struct pipe_context *ctx, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c263 pctx->flush_resource = etna_flush_resource;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c205 ice->ctx.flush_resource(&ice->ctx, res);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c501 pipe->flush_resource(pipe, drawable->textures[i]);
743 pipe->flush_resource(pipe, drawable->textures[ST_ATTACHMENT_FRONT_LEFT]);
1449 pipe->flush_resource(pipe, dst->texture);
1453 pipe->flush_resource(pipe, dst->texture);
H A Ddri_drawable.c540 pipe->flush_resource(pipe, drawable->textures[ST_ATTACHMENT_BACK_LEFT]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c347 ctx->flush_resource = noop_flush_resource;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c414 i915->base.flush_resource = i915_flush_resource;

Completed in 29 milliseconds

1234