Searched defs:output_offset (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h60 unsigned output_offset; member in struct:translate_element
H A Dtranslate_generic.c62 unsigned output_offset; member in struct:translate_generic::__anon13491
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
835 tg->attrib[i].output_offset = key->element[i].output_offset;
/external/v8/src/
H A Ddeoptimizer.h536 static int output_offset() { return OFFSET_OF(Deoptimizer, output_); } function in class:v8::internal::Deoptimizer
604 unsigned output_offset, const char* debug_hint_string = nullptr,
607 unsigned output_offset,
610 unsigned output_offset,
H A Ddeoptimizer.cc877 unsigned output_offset = output_frame_size; local
880 output_offset -= kPointerSize;
882 output_offset);
894 output_offset -= kPCOnStackSize;
902 output_frame->SetCallerPc(output_offset, value);
903 DebugPrintOutputSlot(value, frame_index, output_offset, "caller's pc\n");
909 output_offset -= kFPOnStackSize;
916 output_frame->SetCallerFp(output_offset, value);
917 intptr_t fp_value = top_address + output_offset;
922 DebugPrintOutputSlot(value, frame_index, output_offset, "calle
1089 unsigned output_offset = output_frame_size; local
1286 unsigned output_offset = output_frame_size; local
1394 unsigned output_offset = output_frame_size; local
1531 unsigned output_offset = output_frame_size; local
1927 WriteTranslatedValueToOutput( TranslatedFrame::iterator* iterator, int* input_index, int frame_index, unsigned output_offset, const char* debug_hint_string, Address output_address_for_materialization) argument
1952 WriteValueToOutput(Object* value, int input_index, int frame_index, unsigned output_offset, const char* debug_hint_string) argument
1960 output_offset, debug_hint_string); local
1967 DebugPrintOutputSlot(intptr_t value, int frame_index, unsigned output_offset, const char* debug_hint_string) argument
[all...]

Completed in 251 milliseconds