Searched refs:cfmt (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_pixelformat.c | 231 unsigned cfmt, ms, db, ds, acc; local in function:add_color_format_variants 255 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { 256 if (!screen->is_format_supported(screen, color_formats[cfmt].format, 276 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_pixelformat.c | 242 unsigned cfmt, ms, db, ds, acc, f; local in function:add_color_format_variants 270 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { 271 if (!screen->is_format_supported(screen, color_formats[cfmt].format, 295 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt],
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 386 struct tu_native_format cfmt = tu6_format_color(format, layout->tile_mode); local in function:tu_image_view_init 387 cfmt.tile_mode = fmt.tile_mode; 390 cfmt.fmt = FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8; 425 .color_tile_mode = cfmt.tile_mode, 426 .color_format = cfmt.fmt, 427 .color_swap = cfmt.swap).value; 430 .color_format = cfmt.fmt, 435 .color_format = cfmt.fmt, 436 .tile_mode = cfmt.tile_mode, 437 .color_swap = cfmt [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | z4l.c | 1324 struct v4l2_format format, cfmt; local in function:Z4lInit 1380 memset(&cfmt, 0, sizeof(cfmt)); 1381 cfmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 1382 if (IoCtl(fd, VIDIOC_G_FMT, &cfmt, 1) < 0) 1388 cpixfmt = cfmt.fmt.pix.pixelformat; 1452 if (IoCtl(fd, VIDIOC_S_FMT, &cfmt, 1) < 0)
|
Completed in 6 milliseconds