Searched refs:writeback (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_format.h | 46 /* enum mali_mfbd_color_format */ uint16_t writeback; member in struct:pan_blendable_format
|
| H A D | 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)
|
| H A D | pan_shader.c | 193 unsigned wb_fmt = panfrost_blendable_formats_v6[fmt].writeback;
|
| H A D | 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/ |
| H A D | crosvm-runner.sh | 41 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Selection.c | 856 Boolean writeback = FALSE; local in function:HandleSelectionEvents 876 writeback = TRUE; 880 if (writeback)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 440 - panfrost: Document "depth-buffer writeback" bit
|
| H A D | 21.0.0.rst | 626 - panfost: Fix depth/stencil writeback on Bifrost v7
|
| H A D | 20.2.0.rst | 725 - panfrost: Force Z/S writeback
|
Completed in 24 milliseconds