Searched defs:dst_offset (Results 76 - 85 of 85) sorted by relevance

1234

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c2330 GLuint dst_offset = 0; local
2336 dst_offset += 2;
2372 dest = offset(dest, dst_offset);
H A Dbrw_structs.h911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon27830
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc606 if (static_cast<uint64_t>(glyf_table->dst_offset + glyf_table->dst_length) >
610 if (static_cast<uint64_t>(loca_table->dst_offset + loca_table->dst_length) >
615 dst + glyf_table->dst_offset, glyf_table->dst_length,
616 dst + loca_table->dst_offset, loca_table->dst_length);
645 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset;
652 uint8_t* table_data = dst + table->dst_offset;
778 uint64_t dst_offset = kSfntHeaderSize + local
790 table->dst_offset = dst_offset;
791 dst_offset
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon14134
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc138 uint32_t dst_offset; member in struct:__anon14754::Table
147 dst_offset(0),
716 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length >
720 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length >
725 dst + glyf_table->dst_offset, glyf_table->dst_length,
726 dst + loca_table->dst_offset, loca_table->dst_length);
755 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset;
756 if (adjustment_offset < head_table->dst_offset) {
765 uint8_t* table_data = dst + table->dst_offset;
913 uint64_t dst_offset local
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon27545
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2654 ::size_t dst_offset,
2661 object_, src(), dst(), src_offset, dst_offset, size,
2834 ::size_t dst_offset,
2841 (const ::size_t *) region, dst_offset,
2650 enqueueCopyBuffer( const Buffer& src, const Buffer& dst, ::size_t src_offset, ::size_t dst_offset, ::size_t size, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
2829 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& region, ::size_t dst_offset, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
/external/mesa3d/include/CL/
H A Dcl.hpp2654 ::size_t dst_offset,
2661 object_, src(), dst(), src_offset, dst_offset, size,
2834 ::size_t dst_offset,
2841 (const ::size_t *) region, dst_offset,
2650 enqueueCopyBuffer( const Buffer& src, const Buffer& dst, ::size_t src_offset, ::size_t dst_offset, ::size_t size, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
2829 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& region, ::size_t dst_offset, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon14419
/external/chromium_org/v8/src/
H A Dhydrogen.cc2149 HValue* dst_offset,
2160 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index);
2145 BuildCopySeqStringChars(HValue* src, HValue* src_offset, String::Encoding src_encoding, HValue* dst, HValue* dst_offset, String::Encoding dst_encoding, HValue* length) argument

Completed in 419 milliseconds

1234