| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | context.cpp | 27 context::context(const property_list &props, argument 30 notify(notify), props(props), devs(devs) { 45 return props;
|
| H A D | context.hpp | 41 context(const property_list &props, const ref_vector<device> &devs, 62 property_list props;
|
| H A D | queue.cpp | 46 cl_command_queue_properties props) : 47 context(ctx), device(dev), props(props) { 87 return props; 92 return props & CL_QUEUE_PROFILING_ENABLE; 45 command_queue(clover::context & ctx,clover::device & dev,cl_command_queue_properties props) argument
|
| H A D | queue.hpp | 42 cl_command_queue_properties props); 71 cl_command_queue_properties props; member in class:clover::command_queue
|
| H A D | property.hpp | 226 property_list<D> props; local in function:clover::obj 232 if (props.count(key)) 235 props.insert({ key, value }); 238 return props; 247 desc(const property_list<D> &props) { argument 250 for (auto &prop : props) {
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSQXInfo.c | 67 FSPropInfo *props, 91 props->num_offsets = local_pi.num_offsets; 92 props->data_len = local_pi.data_len; 95 if (props->num_offsets > SIZE_MAX / sizeof(FSPropOffset)) 100 offset_data = FSmallocarray(props->num_offsets, sizeof(FSPropOffset)); 103 pdata = FSmalloc(props->data_len); 109 for (unsigned int j = 0; j < props->num_offsets; j++) 120 _FSReadPad(svr, (char *) pdata, props->data_len); 63 FSQueryXInfo(FSServer * svr,Font fid,FSXFontInfoHeader * info,FSPropInfo * props,FSPropOffset ** offsets,unsigned char ** prop_data) argument
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_ops.h | 35 #define OP_IS_ATOMIC(op) (load_store_opcode_props[op].props & LDST_ATOMIC) 36 #define OP_USES_ATTRIB(op) (load_store_opcode_props[op].props & LDST_ATTRIB) 37 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE) 38 #define OP_HAS_ADDRESS(op) (load_store_opcode_props[op].props & LDST_ADDRESS) 87 bool is_conversion = alu_opcode_props[op].props & OP_TYPE_CONVERT; 100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props);
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XListDProp.c | 49 Atom *props = NULL; local in function:XListDeviceProperties 65 props = (Atom*)Xmalloc(rep.nAtoms * sizeof(Atom)); 66 if (!props) 72 _XRead32(dpy, (long*)props, rep.nAtoms << 2); 80 return props;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Font.c | 41 FontPropPtr props; local in function:xnestRealizeFont 51 props = pFont->info.props; 54 if (props[i].name == name_atom) { 55 value_atom = props[i].value;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Font.c | 42 FontPropPtr props; local in function:xnestRealizeFont 52 props = pFont->info.props; 55 if (props[i].name == name_atom) { 56 value_atom = props[i].value;
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | prop.h | 35 extern void SetInitialProperties(ClientRec *client, List *props); 39 int numProps, SmProp **props);
|
| H A D | prop.c | 67 SetInitialProperties(ClientRec *client, List *props) 74 if (client->props) 77 * The only way client->props could be non-NULL is if the list 82 XtFree ((char *) client->props); 85 client->props = props; 87 for (pl = ListFirst (props); pl; pl = ListNext (pl)) 139 for (pl = ListFirst (client->props); pl; pl = ListNext (pl)) 181 ListAddLast (client->props, (char *) pprop); 231 for (pl = ListFirst (client->props); p 64 SetInitialProperties(ClientRec * client,List * props) argument 257 SetPropertiesProc(SmsConn smsConn,SmPointer managerData,int numProps,SmProp ** props) argument [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| H A D | modeprint.c | 82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) argument 87 printf("Property: %s\n", props->name); 88 printf("\tid : %i\n", props->prop_id); 89 printf("\tflags : %i\n", props->flags); 90 printf("\tcount_values : %d\n", props->count_values); 93 if (props->count_values) { 95 for (j = 0; j < props->count_values; j++) 96 printf(" %" PRIu64, props->values[j]); 101 printf("\tcount_enums : %d\n", props->count_enums); 103 if (props 135 drmModePropertyPtr props; local in function:printConnector [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | context.cpp | 27 context::context(const property_list &props, argument 30 notify(notify), props(props), devs(devs) { 57 return props;
|
| H A D | context.hpp | 47 context(const property_list &props, const ref_vector<device> &devs, 79 property_list props;
|
| H A D | property.hpp | 232 property_list<D> props; local in function:clover::obj 238 if (props.count(key)) 241 props.insert({ key, value }); 244 return props; 253 desc(const property_list<D> &props) { argument 256 for (auto &prop : props) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 103 snprintf(buf, sizeof(buf), "Unknown (vendor-id: 0x%04x)", screen->info.props.vendorID); 112 snprintf(buf, sizeof(buf), "zink (%s)", screen->info.props.deviceName); 147 snprintf(buf, sizeof(buf), "zink_%x04x", screen->info.props.vendorID); 149 screen->disk_cache = disk_cache_create(buf, screen->info.props.deviceName, 0); 245 RET(((uint64_t []) { screen->info.props.limits.maxComputeWorkGroupCount[0], 246 screen->info.props.limits.maxComputeWorkGroupCount[1], 247 screen->info.props.limits.maxComputeWorkGroupCount[2] })); 251 RET(((uint64_t []) {screen->info.props.limits.maxComputeWorkGroupSize[0], 252 screen->info.props.limits.maxComputeWorkGroupSize[1], 253 screen->info.props 1031 VkFormatProperties props = screen->format_props[format]; local in function:zink_is_format_supported 1163 VkPhysicalDeviceProperties *props = &screen->info.props; local in function:choose_pdev 1205 VkQueueFamilyProperties *props = malloc(sizeof(*props) * num_queues); local in function:update_queue_props 1267 VkFormatProperties props; local in function:zink_is_depth_format_supported 1527 VkFormatProperties2 props = {0}; local in function:populate_format_props [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 49 INT32 *props, *p; local in function:GetGLXVisualConfigs 86 props = (INT32*) Xmalloc(nprops * __GLX_SIZE_CARD32); 87 if (!props) { 97 free(props); 110 _XRead(dpy, (char *)props, (nprops * __GLX_SIZE_CARD32)); 117 config->vid = props[0]; 118 config->class = props[1]; 120 config->rgba = (Bool) props[2]; 122 config->redSize = props[3]; 123 config->greenSize = props[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_legacy.c | 19 VkQueueFamilyProperties *props) 21 if (!props) 31 props[i] = props2[i].queueFamilyProperties; 42 VkSparseImageFormatProperties *props) 53 if (!props) 63 props[i] = props2[i].properties; 17 tu_GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice pdev,uint32_t * count,VkQueueFamilyProperties * props) argument 35 tu_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice pdev,VkFormat format,VkImageType type,VkSampleCountFlagBits samples,VkImageUsageFlags usage,VkImageTiling tiling,uint32_t * count,VkSparseImageFormatProperties * props) argument
|
| /xsrc/external/mit/fstobdf/dist/ |
| H A D | Makefile.am | 33 props.c
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 70 static SmProp *props[5]; variable in typeref:typename:SmProp * [5] 692 props[0] = (SmProp *) calloc(1, sizeof(SmProp)); 693 props[0]->name = strdup(SmProgram); 694 props[0]->type = strdup(SmARRAY8); 695 props[0]->num_vals = 1; 696 props[0]->vals = (SmPropValue *) calloc(1, sizeof(SmPropValue)); 697 props[0]->vals[0].value = strdup(Argv[0]); 698 props[0]->vals[0].length = (int) strlen(Argv[0]); 702 props[1] = (SmProp *) calloc(1, sizeof(SmProp)); 703 props[ [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | ident.c | 262 PropPtr props = NULL; local in function:pcfIdentify 297 props = malloc(nprops * sizeof(PropRec)); 298 if (props == NULL) 302 props[i].name = getInt32(f, format); 303 props[i].isString = getInt8(f, format); 304 props[i].value = getInt32(f, format); 324 if (!props[i].isString || 325 props[i].name >= string_size - 4 || props[i].value >= string_size) 327 if (strcmp(strings + props[ [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 253 free(pFont->info.props); 619 FontPropPtr props; local in function:bdfReadProperties 639 pFont->info.props = NULL; 649 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 651 if (props == NULL) { 652 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, 683 props[nextProp].value = 685 if (!props[nextProp].value) 690 props[nextPro [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfread.c | 255 free(pFont->info.props); 621 FontPropPtr props; local in function:bdfReadProperties 641 pFont->info.props = NULL; 651 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 653 if (props == NULL) { 654 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, 685 props[nextProp].value = 687 if (!props[nextProp].value) 692 props[nextPro [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfread.c | 246 free(pFont->info.props); 613 FontPropPtr props; local in function:bdfReadProperties 632 pFont->info.props = NULL; 642 pFont->info.props = props = calloc(nProps + BDF_GENPROPS, 644 if (props == NULL) { 645 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS, 676 props[nextProp].value = 678 if (!props[nextProp].value) 684 props[nextPro [all...] |