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 D | draw_pt_so_emit.c | 107 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 D | draw_pt_so_emit.c | 107 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 D | cp-demangle.h | 108 int num_comps; member in struct:d_info
|
H A D | cp-demangle.c | 768 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 D | cp-demangle.h | 108 int num_comps; member in struct:d_info
|
H A D | cp-demangle.c | 790 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 D | fpdf_edit_image.cpp | 15 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 540 milliseconds