Searched refs:render_target (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.h174 uint8_t render_target[8][AGX_RENDER_TARGET_LENGTH]; member in struct:agx_context
285 uint64_t render_target);
H A Dagx_pipe.c481 agx_pool_upload(&ctx->batch->pool, ctx->render_target[0], sizeof(ctx->render_target)));
H A Dagx_state.c726 agx_pack(ctx->render_target[i], RENDER_TARGET, cfg) {
1258 uint64_t render_target)
1271 cfg.buffer = render_target;
1257 agx_build_store_pipeline(struct agx_context * ctx,uint32_t code,uint64_t render_target) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dva_private.h362 VAStatus vlVaBeginPicture(VADriverContextP ctx, VAContextID context, VASurfaceID render_target);
365 VAStatus vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target);
366 VAStatus vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status);
367 VAStatus vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target,
H A Dpicture.c40 vlVaBeginPicture(VADriverContextP ctx, VAContextID context_id, VASurfaceID render_target) argument
65 surf = handle_table_get(drv->htab, render_target);
70 context->target_id = render_target;
H A Dsurface.c92 vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target) argument
106 surf = handle_table_get(drv->htab, render_target);
147 vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status) argument
162 surf = handle_table_get(drv->htab, render_target);
187 vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target, VAStatus error_status, void **error_info) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dva_private.h367 VAStatus vlVaBeginPicture(VADriverContextP ctx, VAContextID context, VASurfaceID render_target);
370 VAStatus vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target);
371 VAStatus vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status);
372 VAStatus vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target,
H A Dsurface.c92 vlVaSyncSurface(VADriverContextP ctx, VASurfaceID render_target) argument
106 surf = handle_table_get(drv->htab, render_target);
147 vlVaQuerySurfaceStatus(VADriverContextP ctx, VASurfaceID render_target, VASurfaceStatus *status) argument
162 surf = handle_table_get(drv->htab, render_target);
187 vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target, VAStatus error_status, void **error_info) argument
H A Dpicture.c41 vlVaBeginPicture(VADriverContextP ctx, VAContextID context_id, VASurfaceID render_target) argument
66 surf = handle_table_get(drv->htab, render_target);
71 context->target_id = render_target;
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c44 uint8_t render_target; member in struct:surface_format_info
396 return format_gen(devinfo) >= format_info[format].render_target;
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c44 uint8_t render_target; member in struct:surface_format_info
696 return devinfo->verx10 >= format_info[format].render_target;

Completed in 17 milliseconds