HomeSort by relevance Sort by last modified time
    Searched refs:num_comps (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
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/
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/
cp-demangle.h 108 int num_comps; member in struct:d_info
cp-demangle.c 768 if (di->next_comp >= di->num_comps)
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 108 int num_comps; member in struct:d_info
cp-demangle.c 790 if (di->next_comp >= di->num_comps)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
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 1508 milliseconds