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

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1087 unsigned target_offset, other_offset; local
1090 other_offset = face_slice * tex_image_face_size(lpr, level, other_layout);
1095 other_data = (uint8_t *) other_data + other_offset;
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h356 bool Apply(HValue* other_base, int other_offset, int other_scale = 0) {
359 offset_ = other_offset;
365 offset_ += other_offset;
374 void SwapValues(HValue** other_base, int* other_offset, int* other_scale) {
376 swap(&offset_, other_offset);

Completed in 158 milliseconds