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

/external/chromium_org/third_party/mesa/src/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/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/gcc-demangle/
H A Dcp-demangle.h108 int num_comps; member in struct:d_info
H A Dcp-demangle.c768 if (di->next_comp >= di->num_comps)
4762 di->num_comps = 2 * len;
4815 __extension__ struct demangle_component comps[di.num_comps];
4821 di.comps = alloca (di.num_comps * sizeof (*di.comps));
5094 __extension__ struct demangle_component comps[di.num_comps];
5100 di.comps = alloca (di.num_comps * sizeof (*di.comps));
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h108 int num_comps; member in struct:d_info
H A Dcp-demangle.c790 if (di->next_comp >= di->num_comps)
5020 di->num_comps = 2 * len;
5073 __extension__ struct demangle_component comps[di.num_comps];
5079 di.comps = alloca (di.num_comps * sizeof (*di.comps));
5352 __extension__ struct demangle_component comps[di.num_comps];
5358 di.comps = alloca (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 241 milliseconds