Searched refs:num_comps (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c107 unsigned num_comps = state->output[slot].num_components; local
110 if ((buffer_total_bytes[ob] + num_comps * sizeof(float)) >
114 buffer_total_bytes[ob] += num_comps * sizeof(float);
128 unsigned num_comps = state->output[slot].num_components; local
134 memcpy(buffer, &input[idx][start_comp], num_comps * sizeof(float));
135 draw->so.targets[ob]->internal_offset += num_comps * sizeof(float);
136 total_written_compos += num_comps;
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.h108 int num_comps; member in struct:d_info
H A Dcp-demangle.c886 if (di->next_comp >= di->num_comps)
5828 di->num_comps = 2 * len;
5884 __extension__ struct demangle_component comps[di.num_comps];
5890 di.comps = alloca (di.num_comps * sizeof (*di.comps));
5896 di.comps = xmalloc (di.num_comps * sizeof (*di.comps));
6178 __extension__ struct demangle_component comps[di.num_comps];
6184 di.comps = alloca (di.num_comps * sizeof (*di.comps));
6190 di.comps = xmalloc (di.num_comps * sizeof (*di.comps));
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp15 FX_INT32 width, height, color_trans, num_comps, bits; local
17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) {
26 if (num_comps == 1) {
28 } else if (num_comps == 3) {
30 } else if (num_comps == 4) {

Completed in 143 milliseconds