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

  /frameworks/native/cmds/servicemanager/
binder.h 20 binder_size_t *offs0; /* start of offsets buffer */ member in struct:binder_io
binder.c 210 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0);
212 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0;
357 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
359 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
429 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets;
448 bio->offs = bio->offs0 = data;
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 676 const int offs0 = localOffs-1 < 0 ? ((localOffs+workGroupSize-1)%workGroupSize) : ((localOffs-1)%workGroupSize);
678 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 610 const int offs0 = localOffset - 1 < 0 ? ((localOffset + workGroupSize - 1) % workGroupSize) : ((localOffset - 1) % workGroupSize);
612 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1);
    [all...]

Completed in 1907 milliseconds