Home
last modified time | relevance | path

Searched refs:num_temps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dshaders_cache.c129 VGint num_consts, num_temps, num_samplers; in combine_shaders() local
140 if (shaders[i]->num_temps) in combine_shaders()
148 shaders[i]->num_temps); in combine_shaders()
163 num_temps = end_temp - start_temp; in combine_shaders()
192 if (num_temps >= 1) { in combine_shaders()
233 if (num_temps >= 1) { in combine_shaders()
Dasm_fill.h618 VGint num_temps; member
/external/libcups/cups/
Ddest.c2230 int num_temps; /* Number of temporary destinations */ in cupsSetDests2() local
2248 num_temps = _cupsGetDests(http, IPP_OP_CUPS_GET_PRINTERS, NULL, &temps, 0, CUPS_PRINTER_3D); in cupsSetDests2()
2252 cupsFreeDests(num_temps, temps); in cupsSetDests2()
2269 num_temps = cups_get_dests(filename, NULL, NULL, 0, num_temps, &temps); in cupsSetDests2()
2296 cupsFreeDests(num_temps, temps); in cupsSetDests2()
2331 if ((temp = cupsGetDest(dest->name, dest->instance, num_temps, temps)) == NULL) in cupsSetDests2()
2332 temp = cupsGetDest(dest->name, NULL, num_temps, temps); in cupsSetDests2()
2411 cupsFreeDests(num_temps, temps); in cupsSetDests2()