Searched refs:psinfo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/os/
H A Dclient.c347 * structure in the /proc/pid/psinfo file. */
348 if (snprintf(path, sizeof(path), "/proc/%d/psinfo", pid) < 0)
356 psinfo_t psinfo = { 0 }; local in function:DetermineClientCmd
359 totsize = read(fd, &psinfo, sizeof(psinfo_t));
371 psinfo.pr_psargs[PRARGSZ - 1] = '\0';
372 sp = strchr(psinfo.pr_psargs, ' ');
377 *cmdname = strdup(psinfo.pr_psargs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2834 struct tgsi_shader_info *psinfo = ps ? &ps->selector->info : NULL; local in function:si_emit_spi_map
2844 for (i = 0; i < psinfo->num_inputs; i++) {
2845 unsigned name = psinfo->input_semantic_name[i];
2846 unsigned index = psinfo->input_semantic_index[i];
2847 unsigned interpolate = psinfo->input_interpolate[i];
2862 if (!(psinfo->colors_read & (0xf << (i * 4))))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp56 struct si_shader_info *psinfo = ps ? &ps->selector->info : NULL; local in function:si_emit_spi_map
68 union si_input_info input = psinfo->input[i];

Completed in 14 milliseconds