Searched refs:ComputeOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc1139 static uint32 ComputeOffset(const void* start, const void* position) { function in namespace:gpu::gles2
1195 inputs->location_offset = ComputeOffset(header, locations);
1196 inputs->name_offset = ComputeOffset(header, strings);
1209 inputs->location_offset = ComputeOffset(header, locations);
1210 inputs->name_offset = ComputeOffset(header, strings);
1225 DCHECK_EQ(ComputeOffset(header, strings), size);
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp593 int64_t &OffsetInElmts, bool ComputeOffset = true) {
613 if (!ComputeOffset)

Completed in 102 milliseconds