| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_tiler.c | 44 * multiples of the base tile size can be used: hierarchy level 0 (16x16), 68 * tile hierarchy levels to use (more on that later). At this point, we know the 70 * we know exactly how many tiles exist across all hierarchy levels. The first 75 * across every level of the hierarchy. These two parts form the polygon list 77 * to the # of tiles across all hierarchy levels * (8 bytes + 512 bytes), plus 94 * As far as determining which hierarchy levels to use, the simple answer is 152 * size, and we use that to decide the hierarchy masking, selecting from the 186 * Once the tile size (w, h) is chosen, we compute the hierarchy "mask": 214 /* The hierarchy has a 64-byte prologue */ 217 /* For each tile (across all hierarchy level 305 panfrost_tiler_header_size(unsigned width,unsigned height,unsigned mask,bool hierarchy) argument 319 panfrost_tiler_full_size(unsigned width,unsigned height,unsigned mask,bool hierarchy) argument 360 panfrost_choose_hierarchy_mask(unsigned width,unsigned height,unsigned vertex_count,bool hierarchy) argument [all...] |
| H A D | pan_encoder.h | 42 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy); 45 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy); 50 unsigned vertex_count, bool hierarchy); 61 bool hierarchy = !(dev->quirks & MIDGARD_NO_HIER_TILING); local in function:panfrost_tiler_get_polygon_list_size 63 panfrost_choose_hierarchy_mask(fb_width, fb_height, 1, hierarchy); 65 return panfrost_tiler_full_size(fb_width, fb_height, hierarchy_mask, hierarchy) + 66 panfrost_tiler_header_size(fb_width, fb_height, hierarchy_mask, hierarchy);
|
| H A D | pan_cs.c | 505 bool hierarchy = !(dev->quirks & MIDGARD_NO_HIER_TILING); local in function:pan_emit_midgard_tiler 514 hierarchy ? 518 cfg.polygon_list_size = header_size + (hierarchy ? 0 : 4); 525 1, hierarchy); 529 hierarchy); 533 hierarchy); 887 /* TODO: Select hierarchy mask more effectively */
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | Makefile.am | 30 xinput2_files = hierarchy.c setcp.c test_xi2.c transform.c
|
| H A D | Makefile.in | 128 hierarchy.c setcp.c test_xi2.c transform.c 129 @HAVE_XI2_TRUE@am__objects_1 = hierarchy.$(OBJEXT) setcp.$(OBJEXT) \ 154 ./$(DEPDIR)/hierarchy.Po ./$(DEPDIR)/list.Po \ 329 @HAVE_XI2_TRUE@xinput2_files = hierarchy.c setcp.c test_xi2.c transform.c 432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hierarchy.Po@am__quote@ # am--include-marker 593 -rm -f ./$(DEPDIR)/hierarchy.Po 652 -rm -f ./$(DEPDIR)/hierarchy.Po
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | detect.mk | 39 # hierarchy. If not defined, it will default to `.'.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | isaspec.rst | 71 In the first level of instruction encoding hierarchy, the high three bits 151 You'll notice that ``SRC1`` refers back to a different bitset hierarchy
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 84 **value** class (possibly it makes sense to switch to hierarchy of
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 84 **value** class (possibly it makes sense to switch to hierarchy of
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.conf.in | 193 # undocumented classes that are normally visible in the class hierarchy. 1002 # will graphical hierarchy of all classes instead of a textual one.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 305 - panfrost: Implement pan_tiler for non-hierarchy GPUs
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 4127 dnl hierarchy.
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 14134 "description": "pan/decode: Remove hierarchy mask check", [all...] |