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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c309 unsigned handle_usage,
320 handle_usage, value);
302 rbug_screen_resource_get_param(struct pipe_screen * _screen,struct pipe_context * _pipe,struct pipe_resource * _resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h308 unsigned handle_usage,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c324 unsigned handle_usage,
331 level, param, handle_usage, value);
317 dd_screen_resource_get_param(struct pipe_screen * _screen,struct pipe_context * _pipe,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c188 unsigned handle_usage,
202 handle_usage, value);
181 noop_resource_get_param(struct pipe_screen * pscreen,struct pipe_context * ctx,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c1290 unsigned handle_usage, uint64_t *value)
1297 handle_usage |= PIPE_HANDLE_USAGE_EXPLICIT_FLUSH;
1300 image->plane, 0, 0, param, handle_usage,
1309 unsigned handle_usage; local in function:dri2_query_image_by_resource_param
1341 handle_usage = PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE;
1343 if (!dri2_resource_get_param(image, param, handle_usage, &res_param))
1289 dri2_resource_get_param(__DRIimage * image,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1060 unsigned handle_usage,
1098 if (!llvmpipe_resource_get_handle(screen, context, resource, &whandle, handle_usage))
1053 llvmpipe_resource_get_param(struct pipe_screen * screen,struct pipe_context * context,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c691 unsigned handle_usage,
702 handle_usage, value);
684 trace_screen_resource_get_param(struct pipe_screen * _screen,struct pipe_context * _pipe,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c963 unsigned handle_usage,
979 crocus_resource_disable_aux_on_first_query(resource, handle_usage);
956 crocus_resource_get_param(struct pipe_screen * pscreen,struct pipe_context * context,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1560 unsigned handle_usage,
1571 iris_resource_disable_aux_on_first_query(resource, handle_usage);
1553 iris_resource_get_param(struct pipe_screen * pscreen,struct pipe_context * ctx,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c844 unsigned handle_usage,
923 if (!pscreen->resource_get_handle(pscreen, pctx, pres, &whandle, handle_usage))
838 zink_resource_get_param(struct pipe_screen * pscreen,struct pipe_context * pctx,struct pipe_resource * pres,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c562 enum pipe_resource_param param, unsigned handle_usage,
616 if (!screen->resource_get_handle(screen, context, resource, &whandle, handle_usage))
559 si_resource_get_param(struct pipe_screen * screen,struct pipe_context * context,struct pipe_resource * resource,unsigned plane,unsigned layer,unsigned level,enum pipe_resource_param param,unsigned handle_usage,uint64_t * value) argument

Completed in 25 milliseconds