| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_format.h | 46 /* enum mali_mfbd_color_format */ uint16_t writeback; member in struct:pan_blendable_format
|
| pan_format.c | 47 #define BFMT2(pipe, internal, writeback, srgb) \ 50 MALI_COLOR_FORMAT_## writeback, \ 57 #define BFMT2(pipe, internal, writeback, srgb) \ 60 MALI_COLOR_FORMAT_## writeback, \ 69 #define BFMT_SRGB(pipe, writeback) \ 70 BFMT2(pipe ##_UNORM, R8G8B8A8, writeback, 0), \ 71 BFMT2(pipe ##_SRGB, R8G8B8A8, writeback, 1)
|
| pan_shader.c | 193 unsigned wb_fmt = panfrost_blendable_formats_v6[fmt].writeback;
|
| pan_cs.c | 370 cfg->writeback_format = fmt.writeback; 373 /* Construct RAW internal/writeback, where internal is 783 cfg.color_writeback_format = fmt.writeback;
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| crosvm-runner.sh | 41 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
|
| /xsrc/external/mit/libXt/dist/src/ |
| Selection.c | 856 Boolean writeback = FALSE; local 876 writeback = TRUE; 880 if (writeback)
|