Searched refs:byte_stride (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.h | 177 uint32_t * handle, unsigned int *byte_stride);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 4395 uint32_t& byte_stride, in ParseChildArrayInfo() argument 4440 byte_stride = form_value.Unsigned(); in ParseChildArrayInfo() 6841 uint32_t byte_stride = 0; in ParseType() local 6867 … case DW_AT_byte_stride: byte_stride = form_value.Unsigned(); break; in ParseType() 6894 … ParseChildArrayInfo(sc, dwarf_cu, die, first_index, element_orders, byte_stride, bit_stride); in ParseType() 6895 if (byte_stride == 0 && bit_stride == 0) in ParseType() 6896 byte_stride = element_type->GetByteSize(); in ParseType() 6898 uint64_t array_element_bit_stride = byte_stride * 8 + bit_stride; in ParseType()
|
D | SymbolFileDWARF.h | 387 uint32_t& byte_stride,
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 61 ONE_KNOWN_DW_AT (byte_stride, DW_AT_byte_stride) \
|