| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_uvd.c | 65 const enum pipe_format *resource_formats; local in function:r600_video_buffer_create 73 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format); 74 if (!resource_formats) 82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0); 90 if (resource_formats[1] != PIPE_FORMAT_NONE) { 91 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1); 100 if (resource_formats[2] != PIPE_FORMAT_NONE) { 101 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_uvd.c | 65 enum pipe_format resource_formats[3]; local in function:r600_video_buffer_create 75 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats); 82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, 91 if (resource_formats[1] != PIPE_FORMAT_NONE) { 92 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, 102 if (resource_formats[2] != PIPE_FORMAT_NONE) { 103 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_uvd.c | 47 const enum pipe_format *resource_formats; local in function:si_video_buffer_create 55 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format); 56 if (!resource_formats) 64 assert(resource_formats[0] != PIPE_FORMAT_NONE); 67 if (resource_formats[i] != PIPE_FORMAT_NONE) { 69 resource_formats[i], 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 181 const enum pipe_format *resource_formats; local in function:vl_video_buffer_is_format_supported 184 resource_formats = vl_video_buffer_formats(screen, format); 185 if (!resource_formats) 189 enum pipe_format format = resource_formats[i]; 423 const enum pipe_format *resource_formats; local in function:vl_video_buffer_create 438 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format); 439 if (!resource_formats) 453 pipe, &templat, resource_formats, 467 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], 478 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[ 465 vl_video_buffer_create_ex(struct pipe_context * pipe,const struct pipe_video_buffer * tmpl,const enum pipe_format resource_formats[VL_NUM_COMPONENTS],unsigned depth,unsigned array_size,unsigned usage) argument [all...] |
| H A D | vl_video_buffer.h | 136 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 110 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; local in function:vl_video_buffer_is_format_supported 113 vl_get_video_buffer_formats(screen, format, resource_formats); 116 enum pipe_format format = resource_formats[i]; 348 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; local in function:vl_video_buffer_create 363 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats); 376 pipe, &templat, resource_formats, 391 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], 403 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, array_size, 409 if (resource_formats[1] == PIPE_FORMAT_NONE) { 410 assert(resource_formats[ 389 vl_video_buffer_create_ex(struct pipe_context * pipe,const struct pipe_video_buffer * tmpl,const enum pipe_format resource_formats[VL_NUM_COMPONENTS],unsigned depth,unsigned array_size,unsigned usage,enum pipe_video_chroma_format chroma_format) argument [all...] |
| H A D | vl_video_buffer.h | 138 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | surface.c | 581 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; local in function:surface_from_external_memory 600 vl_get_video_buffer_formats(pscreen, templat->buffer_format, resource_formats); 621 res_templ.format = resource_formats[i]; 669 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; local in function:surface_from_prime_2 712 vl_get_video_buffer_formats(pscreen, templat->buffer_format, resource_formats); 743 res_templ.format = resource_formats[plane];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | surface.c | 568 const enum pipe_format *resource_formats = NULL; local in function:surface_from_external_memory 587 resource_formats = vl_video_buffer_formats(pscreen, templat->buffer_format); 588 if (!resource_formats) 608 res_templ.format = resource_formats[i];
|