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

  /external/mesa3d/src/gallium/state_trackers/nine/
buffer9.c 58 This->nmaps = 0;
154 while (This->nmaps) {
253 This->nmaps++;
283 if (This->nmaps == This->maxmaps) {
312 if (This->nmaps >= 1)
313 This->maps[This->nmaps-1].should_destroy_buf = true;
321 This->maps[This->nmaps].transfer = NULL;
322 This->maps[This->nmaps].is_pipe_secondary = false;
323 This->maps[This->nmaps].buf = NULL;
324 This->maps[This->nmaps].should_destroy_buf = false
    [all...]
buffer9.h 52 int nmaps, maxmaps; member in struct:NineBuffer9
  /external/pdfium/core/fxge/
cfx_unicodeencodingex.cpp 49 int nmaps = FXFT_Get_Face_CharmapCount(face); local
51 while (m < nmaps) {
75 int nmaps = FXFT_Get_Face_CharmapCount(face); local
76 for (int i = 0; i < nmaps; i++) {
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_offload.py 199 nmaps = len(bpftool_map_list())
200 if nmaps == expected:
203 raise Exception("Time out waiting for map counts to stabilize want %d, have %d" % (expected, nmaps))
    [all...]

Completed in 665 milliseconds