Home
last modified time | relevance | path

Searched refs:second_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/libabigail/src/
Dabg-reporter-priv.cc290 second_offset = get_data_member_offset(n); in maybe_show_relative_offset_change() local
294 if (first_offset < second_offset) in maybe_show_relative_offset_change()
297 change = second_offset - first_offset; in maybe_show_relative_offset_change()
299 else if (first_offset > second_offset) in maybe_show_relative_offset_change()
302 change = first_offset - second_offset; in maybe_show_relative_offset_change()
Dabg-comparison-priv.h556 size_t second_offset = get_data_member_offset(second_dm); in compare_data_members() local
559 if (first_offset != second_offset) in compare_data_members()
560 return first_offset < second_offset; in compare_data_members()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp1363 nir_ssa_def *second_offset = in r600_lower_64bit_intrinsic() local
1366 nir_src_for_ssa(second_offset)); in r600_lower_64bit_intrinsic()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp8693 const GLuint second_offset = type.GetActualOffset(base_stride, basic_size / 2); in test() local
8697 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test()
8706 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, 2 * type_align); in test()
8724 memcpy(ptr + second_offset, &second[0], second.size()); in test()
8754 0 /* n_array_elements */, base_stride, second_offset); in test()
10574 …const GLuint second_offset = Utils::Type::GetActualOffset(first_offset + vec4_stride, block_align)… in test() local
10576 Utils::Type::GetActualOffset(second_offset + data_stride, block_align); /* Data[2] at 64 */ in test()
10600 0 /* n_array_elements */, data_stride, second_offset); in test()
10665 const GLuint second_offset = type.GetActualOffset(base_stride, basic_size / 2); in test() local
10669 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3348 nir_ssa_def *second_offset = in nir_to_tgsi_lower_64bit_intrinsic() local
3351 nir_src_for_ssa(second_offset)); in nir_to_tgsi_lower_64bit_intrinsic()