| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_clear.c | 66 struct pipe_resource *p_res, 74 struct crocus_resource *res = (void *) p_res; 84 box->width < minify(p_res->width0, level) || 85 box->height < minify(p_res->height0, level)) { 126 struct pipe_resource *p_res = (void *) res; local 128 const enum pipe_format format = p_res->format; 208 struct pipe_resource *p_res = (void *) res; local 301 p_res, res->aux.usage, level, true); 327 struct pipe_resource *p_res, 335 struct crocus_resource *res = (void *) p_res; 402 struct pipe_resource *p_res = (void *) res; local 457 struct pipe_resource *p_res = (void *) res; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_clear.c | 68 struct pipe_resource *p_res, 75 struct iris_resource *res = (void *) p_res; 85 box->width < minify(p_res->width0, level) || 86 box->height < minify(p_res->height0, level)) { 136 if (level > 0 && util_format_get_blocksizebits(p_res->format) == 8 && 137 res->aux.usage == ISL_AUX_USAGE_GFX12_CCS_E && p_res->width0 % 64) { 219 struct pipe_resource *p_res = (void *) res; local 322 p_res, res->aux.usage, level, true); 344 struct pipe_resource *p_res, 352 struct iris_resource *res = (void *) p_res; 423 struct pipe_resource *p_res = (void *) res; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| h264dprc.c | 188 struct pipe_resource * p_res = NULL; local 201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); 203 assert(p_res); 206 templat.buffer_format = p_res->format; 207 templat.width = p_res->width0; 208 templat.height = p_res->height0; 212 pipe_resource_reference(&resources[0], p_res); 217 assert(video_buffer->buffer_format == p_res->format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_clear.c | 69 struct pipe_resource *p_res, 76 struct iris_resource *res = (void *) p_res; 94 box->width < p_res->width0 || 95 box->height < p_res->height0) { 126 struct pipe_resource *p_res = (void *) res; local 128 const enum pipe_format format = p_res->format; 207 struct pipe_resource *p_res = (void *) res; local 266 iris_blorp_surf_for_resource(&ice->vtbl, &surf, p_res, res->aux.usage, 290 struct pipe_resource *p_res, 298 struct iris_resource *res = (void *) p_res; 363 struct pipe_resource *p_res = (void *) res; local 385 struct pipe_resource *p_res = (void *) res; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| h264dprc.c | 200 struct pipe_resource * p_res = NULL; local 213 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); 215 assert(p_res); 218 templat.buffer_format = p_res->format; 220 templat.width = p_res->width0; 221 templat.height = p_res->height0; 225 pipe_resource_reference(&resources[0], p_res); 230 assert(video_buffer->buffer_format == p_res->format);
|