Searched refs:intel_image_formats (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c180 static struct intel_image_format intel_image_formats[] = { variable in typeref:struct:intel_image_format[]
558 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
559 if (intel_image_formats[i].fourcc == fourcc) {
560 f = &intel_image_formats[i];
599 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
600 if (intel_image_formats[i].fourcc == fourcc) {
601 f = &intel_image_formats[i];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c197 static struct intel_image_format intel_image_formats[] = { variable in typeref:struct:intel_image_format[]
578 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
579 if (intel_image_formats[i].fourcc == fourcc) {
580 f = &intel_image_formats[i];
619 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
620 if (intel_image_formats[i].fourcc == fourcc) {
621 f = &intel_image_formats[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.c190 static const struct intel_image_format intel_image_formats[] = { variable in typeref:typename:const struct intel_image_format[]
415 for (unsigned i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
416 if (intel_image_formats[i].fourcc == fourcc)
417 return &intel_image_formats[i];
431 for (unsigned i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
432 if (intel_image_formats[i].planes[0].dri_format == image->dri_format) {
433 *fourcc = intel_image_formats[i].fourcc;
1325 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
1330 if (intel_image_formats[i].fourcc == __DRI_IMAGE_FOURCC_SARGB8888 ||
1331 intel_image_formats[
[all...]

Completed in 23 milliseconds