Searched refs:labels (Results 1 - 25 of 63) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_command_buffer.c34 util_dynarray_init(&command_buffer->labels, NULL);
43 util_dynarray_clear(&command_buffer->labels);
50 util_dynarray_fini(&command_buffer->labels);
H A Dvk_command_buffer.h40 * The next two fields represent debug labels storage.
43 * with a command buffer attached to it, all "active" labels will also be
60 * \c labels contains all active labels at this point in order of submission
62 * If \t labels is empty \t region_begin must be true.
64 * Anytime we modify labels, we first check for \c region_begin. If it's
74 struct util_dynarray labels; member in struct:vk_command_buffer
H A Dvk_queue.c44 util_dynarray_init(&queue->labels, NULL);
53 util_dynarray_fini(&queue->labels);
H A Dvk_debug_utils.c198 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT);
200 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT,
214 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT);
216 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT);
231 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT);
233 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT,
249 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT);
251 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo);
264 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT);
266 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEX
[all...]
H A Dvk_queue.h54 * The next two fields represent debug labels storage.
57 * with a queue attached to it, all "active" labels will also be provided
74 * \c labels contains all active labels at this point in order of submission
76 * If \t labels is empty \t region_begin must be true.
78 * Anytime we modify labels, we first check for \c region_begin. If it's
88 struct util_dynarray labels; member in struct:vk_queue
H A Dvk_log.c174 if (cmd_buffer->labels.size > 0) {
176 &cmd_buffer->labels, VkDebugUtilsLabelEXT);
177 cb_data.pCmdBufLabels = cmd_buffer->labels.data;
186 if (queue->labels.size > 0) {
188 util_dynarray_num_elements(&queue->labels, VkDebugUtilsLabelEXT);
189 cb_data.pQueueLabels = queue->labels.data;
/xsrc/external/mit/x11perf/dist/
H A Dx11perfcomp.in10 # compare the results. But note that x11perffill requires the labels file
14 # $2 to force x11perfcomp to use the labels stored in file $2. (You can run
15 # x11perf with the -labels option to generate such a file.)
52 -l) cp $2 $tmp/labels
61 done | tsort 2>/dev/null | sed 's/_/ /g' > $tmp/labels
83 fillblnk $tmp/$n.avg $tmp/labels |
106 (echo Operation; echo '---------'; cat $tmp/labels) |
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dasm.c48 static struct asm_label labels[0x512]; variable in typeref:struct:asm_label[0x512]
63 struct asm_label *label = &labels[num_labels++];
65 assert(num_labels < ARRAY_SIZE(labels));
77 struct asm_label *label = &labels[i];
340 struct asm_label *label = &labels[i];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c272 init_button_labels(Atom *labels, size_t size) argument
276 memset(labels, 0, size * sizeof(Atom));
277 labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT);
278 labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE);
279 labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT);
280 labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP);
281 labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN);
282 labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT);
283 labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT);
284 labels[
[all...]
/xsrc/external/mit/xgc/dist/
H A Dtext.c29 /* The labels displayed next to them */
30 static const char *labels[NUMTEXTWIDGETS] = {"Line Width","Font","Foreground", variable in typeref:typename:const char * []
99 label = XtCreateManagedWidget(labels[type],labelWidgetClass,w,
/xsrc/external/mit/xedit/dist/
H A Dutil.c61 extern Widget vpanes[2], labels[3], texts[3], forms[3];
334 XtSetValues(labels[i], largs, lnum_args);
568 labelwindow = labels[idx];
655 XtGetValues(labels[current ? idx : uidx], args, num_args);
660 XtSetValues(labels[0], args, num_args);
684 labelwindow = labels[0];
767 nlabel = labels[1];
771 nlabel = labels[2];
775 labelwindow = labels[idx];
842 XtSetValues(labelwindow = labels[
[all...]
H A Dxedit.c74 Widget scratch, hpane, vpanes[2], labels[3], texts[3], forms[3], positions[3]; variable in typeref:typename:Widget[2][3]
378 labels[0] = labelwindow;
384 labels[2] = XtCreateManagedWidget(labelWindow,labelWidgetClass,
424 labels[1] = XtCreateManagedWidget(labelWindow,labelWidgetClass,
H A Dcommands.c62 extern Widget scratch, texts[3], labels[3];
304 XtSetValues(labels[i], args, 1);
533 XtSetValues(labels[i], args, num_args);
559 XtSetValues(labels[i], args, num_args);
/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.h53 InitButtonClassDeviceStruct(DeviceIntPtr dev, int numButtons, Atom *labels,
119 InitValuatorClassDeviceStruct(DeviceIntPtr dev, int numAxes, Atom *labels,
H A Dfake-symbols.c186 InitButtonClassDeviceStruct(DeviceIntPtr dev, int numButtons, Atom *labels, argument
328 InitValuatorClassDeviceStruct(DeviceIntPtr dev, int numAxes, Atom *labels, argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp438 brw_create_label(struct brw_label **labels, int offset, void *mem_ctx) argument
440 if (*labels != NULL) {
441 struct brw_label *curr = *labels;
463 *labels = root;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiquerydevice.c247 * Get pointers to button information areas holding button mask and labels.
266 Atom *labels; local in function:ListButtonInfo
275 ButtonInfoData(info, &mask_len, &bits, &labels);
287 memcpy(labels, dev->button->labels, dev->button->numButtons * sizeof(Atom));
/xsrc/external/mit/xinput/dist/src/
H A Dlist.c161 printf("\t\tButton labels:");
164 name = (b->labels[j]) ? XGetAtomName(display, b->labels[j]) : NULL;
/xsrc/external/mit/xorg-server/dist/test/
H A Dtouch.c260 Atom labels[2] = { 0 }; local in function:touch_init
277 InitValuatorClassDeviceStruct(&dev, 2, labels, 10, Absolute);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast.h1083 * A list of case labels.
1085 exec_list labels; member in class:ast_case_label_list
1091 ast_case_statement(ast_case_label_list *labels);
1097 ast_case_label_list *labels; member in class:ast_case_statement
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c285 const char *labels[] = { local in function:log_counters
294 for (int i = 0; i < ARRAY_SIZE(labels); i++) {
299 ps->prim_stop[i] - ps->prim_start[i], labels[register_idx]);
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1048 InitAxesLabels(Atom *labels, int nlabels, const SynapticsPrivate * priv) argument
1052 memset(labels, 0, nlabels * sizeof(Atom));
1056 labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_VSCROLL);
1058 labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HSCROLL);
1060 labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y);
1062 labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X);
1070 labels[axnum] = XIGetKnownProperty(axis->label);
1075 InitButtonLabels(Atom *labels, int nlabels) argument
1077 memset(labels, 0, nlabels * sizeof(Atom));
1081 labels[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c184 struct etna_compile_label *labels; member in struct:etna_compile
999 array_insert(c->labels, label);
1140 label_place(c, &c->labels[f->lbl_else_idx]);
1154 label_place(c, &c->labels[f->lbl_endif_idx]);
1156 label_place(c, &c->labels[f->lbl_else_idx]);
1171 label_place(c, &c->labels[f->lbl_loop_bgn_idx]);
1197 label_place(c, &c->labels[f->lbl_loop_end_idx]);
1940 if (c->labels[idx].inst_idx == c->inst_ptr)
2003 c->labels[c->lbl_usage[idx]].inst_idx);
2469 FREE(c->labels);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c184 struct etna_compile_label *labels; member in struct:etna_compile
1043 array_insert(c->labels, label);
1184 label_place(c, &c->labels[f->lbl_else_idx]);
1198 label_place(c, &c->labels[f->lbl_endif_idx]);
1200 label_place(c, &c->labels[f->lbl_else_idx]);
1215 label_place(c, &c->labels[f->lbl_loop_bgn_idx]);
1241 label_place(c, &c->labels[f->lbl_loop_end_idx]);
1999 if (c->labels[idx].inst_idx == c->inst_ptr)
2062 c->labels[c->lbl_usage[idx]].inst_idx);
2515 FREE(c->labels);
[all...]
/xsrc/external/mit/libXi/dist/src/
H A DXExtInt.c1111 * button state mask and labels array.
1117 int labels; local in function:sizeXIButtonClassType
1125 labels = num_buttons * sizeof(Atom);
1129 labels += ((((num_buttons + 7)/8) + 3)/4) * sizeof(Atom);
1130 *atoms = pad_to_double(labels);
1280 bout->labels = next_block(&ptr, labels_size);
1281 memcpy(bout->labels, bin->labels, bout->num_buttons * sizeof(Atom));
1768 cls_lib->labels = next_block(&ptr_lib, labels_size);
1772 cls_lib->labels[
[all...]

Completed in 43 milliseconds

123