Home
last modified time | relevance | path

Searched refs:byte_stride (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dmem_sse2.h27 const int byte_stride) { in load_8bit_4x4_to_1_reg_sse2() argument
28 return _mm_setr_epi32(*(const int32_t *)((int8_t *)src + 0 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
29 *(const int32_t *)((int8_t *)src + 1 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
30 *(const int32_t *)((int8_t *)src + 2 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
31 *(const int32_t *)((int8_t *)src + 3 * byte_stride)); in load_8bit_4x4_to_1_reg_sse2()
35 const int byte_stride) { in load_8bit_8x2_to_1_reg_sse2() argument
37 dst = _mm_loadl_epi64((__m128i *)((int8_t *)src + 0 * byte_stride)); in load_8bit_8x2_to_1_reg_sse2()
38 dst = loadh_epi64((int8_t *)src + 1 * byte_stride, dst); in load_8bit_8x2_to_1_reg_sse2()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMaliHisi.cpp94 bo->pitches[0] = hnd->byte_stride; in ConvertBoInfo()
105 int y_size = adjusted_height * hnd->byte_stride; in ConvertBoInfo()
106 int vu_stride = MALI_ALIGN(hnd->byte_stride / 2, align); in ConvertBoInfo()
DBufferInfoMaliMediatek.cpp52 bo->pitches[0] = hnd->byte_stride; in ConvertBoInfo()
DBufferInfoMaliMeson.cpp87 bo->pitches[0] = hnd->byte_stride; in ConvertBoInfo()
/external/elfutils/tests/
Drun-exprlocs.sh172byte_stride (exprloc) {push_object_address, plus_uconst(24), deref, GNU_variable_value([e1]) {fbre…
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h187 uint32_t byte_stride = 0; member
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h253 uint32_t byte_stride = 0; member
DDWARFASTParserClang.cpp332 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
1314 attrs.byte_stride = array_info->byte_stride; in ParseArrayType()
1317 if (attrs.byte_stride == 0 && attrs.bit_stride == 0) in ParseArrayType()
1318 attrs.byte_stride = element_type->GetByteSize(nullptr).getValueOr(0); in ParseArrayType()
1323 attrs.byte_stride * 8 + attrs.bit_stride; in ParseArrayType()
3095 array_info.byte_stride = form_value.Unsigned(); in ParseChildArrayInfo()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.h.in215 unsigned int *byte_stride);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def279 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def292 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)