| /xsrc/external/mit/MesaLib/src/panfrost/perf/ |
| H A D | pan_perf_metrics.c | 42 .categories = { 53 .category = &panfrost_perf_config_tdvx.categories[0], 61 .category = &panfrost_perf_config_tdvx.categories[0], 69 .category = &panfrost_perf_config_tdvx.categories[0], 77 .category = &panfrost_perf_config_tdvx.categories[0], 85 .category = &panfrost_perf_config_tdvx.categories[0], 93 .category = &panfrost_perf_config_tdvx.categories[0], 101 .category = &panfrost_perf_config_tdvx.categories[0], 109 .category = &panfrost_perf_config_tdvx.categories[0], 117 .category = &panfrost_perf_config_tdvx.categories[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_procs.py | 133 categories = {} 138 if cat not in categories: 139 categories[cat] = [] 142 categories[cat].append(proto) 143 if categories: 147 keys = sorted(categories.keys()) 150 print("\n".join(categories[key]))
|
| H A D | gl_XML.py | 847 self.categories = [{}, {}, {}, {}] 887 self.categories[cat_type][key] = [cat_name, cat_number] 988 """Iterate over categories. 990 Iterate over all known categories in the order specified by 997 keys = sorted(self.categories[cat_type].keys()) 1000 list.append(self.categories[cat_type][key])
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_procs.py | 122 categories = {} 127 if cat not in categories: 128 categories[cat] = [] 131 categories[cat].append(proto) 132 if categories: 136 keys = sorted(categories.keys()) 139 print("\n".join(categories[key]))
|
| H A D | gl_XML.py | 861 self.categories = [{}, {}, {}, {}] 901 self.categories[cat_type][key] = [cat_name, cat_number] 1002 """Iterate over categories. 1004 Iterate over all known categories in the order specified by 1011 keys = sorted(self.categories[cat_type].keys()) 1014 list.append(self.categories[cat_type][key])
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| H A D | pan_gen_perf.py | 81 self.categories = [] 84 self.categories.append(Category(self, xml_cat)) 159 n_categories = len(prod.categories) 162 for category in prod.categories: 175 c.write(".n_categories = %u," % len(prod.categories)) 177 c.write(".categories = {") 182 for i in range(0, len(prod.categories)): 183 category = prod.categories[i] 204 c.write(".category = &%s.categories[%u]," % (current_struct_name, i)) 218 c.write("}, // categories") [all...] |
| H A D | pan_perf.h | 77 struct panfrost_perf_category categories[PAN_PERF_MAX_CATEGORIES]; member in struct:panfrost_perf_config
|
| H A D | quick.c | 34 const struct panfrost_perf_category *cat = &perf->cfg->categories[i];
|
| H A D | pan_perf.c | 41 if (counter->category == &perf->cfg->categories[PAN_SHADER_CORE_INDEX]) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/ |
| H A D | pan_pps_driver.cc | 41 const struct panfrost_perf_category *cat = &cfg->categories[cat_id]; 60 const auto &category = perf.perf->cfg->categories[gid]; 77 const auto counter = &perf->cfg->categories[c.group].counters[id_within_group];
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | isaspec.rst | 72 group things into instruction "categories": 251 which are common across all instruction categories
|
| H A D | ir3-notes.rst | 365 Currently the frontend inserts ``mov``\s in various cases, because certain categories of instructions have limitations about const regs as sources. And the CP pass simply removes all simple ``mov``\s (i.e. src-type is same as dst-type, no abs/neg flags, etc).
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | formats.rst | 29 The different data layouts fall into two categories: array and packed. When an
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/ |
| H A D | ir3-notes.rst | 394 Currently the frontend inserts ``mov``\s in various cases, because certain categories of instructions have limitations about const regs as sources. And the CP pass simply removes all simple ``mov``\s (ie. src-type is same as dst-type, no abs/neg flags, etc).
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 3587 const char* categories[3] = { "info", "warn", "error" }; local in function:ShowExampleAppLog 3590 ImGui::GetFrameCount(), categories[counter % IM_ARRAYSIZE(categories)], ImGui::GetTime(), words[counter % IM_ARRAYSIZE(words)]);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 3912 dnl Taking into account the absence of standardization of desktop categories 3914 dnl assigned any/all of a set of suggested categories. 3919 dnl $3 = suggested categories, also a case-pattern but without wildcards, 3921 dnl $4 = categories to use if no match is found on the build-machine for the 3933 [ --with-desktop-category=XXX one or more desktop categories or auto],
|
| H A D | configure | 722 --with-desktop-category=XXX one or more desktop categories or auto
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.spec | 21 # Category this function falls in. While there are many categories for 31314 GetDebugMessageLogAMD(count, bufsize, categories, severities, ids, lengths, message) 31318 param categories GLenum out array [count]
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glext.h | 5420 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGAMDPROC) (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message); 5425 GLAPI GLuint APIENTRY glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 7760 typedef GLuint (GLAPIENTRY *PFNGLGETDEBUGMESSAGELOGAMDPROC)(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message); 11936 EPOXY_PUBLIC GLuint (EPOXY_CALLSPEC *epoxy_glGetDebugMessageLogAMD)(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message); [all...] |
| H A D | gl_generated_dispatch.c | [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glext.h | 5418 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGAMDPROC) (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message); 5423 GLAPI GLuint APIENTRY glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
|