Searched refs:categories (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/perf/
H A Dpan_perf_metrics.c42 .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 Dgl_procs.py133 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 Dgl_XML.py847 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 Dgl_procs.py122 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 Dgl_XML.py861 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 Dpan_gen_perf.py81 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 Dpan_perf.h77 struct panfrost_perf_category categories[PAN_PERF_MAX_CATEGORIES]; member in struct:panfrost_perf_config
H A Dquick.c34 const struct panfrost_perf_category *cat = &perf->cfg->categories[i];
H A Dpan_perf.c41 if (counter->category == &perf->cfg->categories[PAN_SHADER_CORE_INDEX]) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.cc41 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 Disaspec.rst72 group things into instruction "categories":
251 which are common across all instruction categories
H A Dir3-notes.rst365 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 Dformats.rst29 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 Dir3-notes.rst394 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 Dimgui_demo.cpp3587 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 Daclocal.m43912 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 Dconfigure722 --with-desktop-category=XXX one or more desktop categories or auto
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec21 # 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 Dglext.h5420 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 Dgl_generated.h7760 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 Dgl_generated_dispatch.c[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h5418 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);

Completed in 364 milliseconds