Home
last modified time | relevance | path

Searched refs:offset_value (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/align/detail/
Dalignment_of.hpp18 struct offset_value { struct
25 : min_size<sizeof(T), sizeof(offset_value<T>) - sizeof(T)> { };
Dalignment_of_msvc.hpp18 struct offset_value { struct
26 : min_size<sizeof(T), sizeof(offset_value<T>) - (sizeof(T) << 1)> { };
/third_party/boost/libs/align/test/
Dalignment_of_test.cpp66 struct offset_value { struct
78 BOOST_TEST(offsetof(offset_value<T>, object) == N); in test_type() argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc292 int64_t offset_value = 0; in CreateMapCacheIdx() local
296 offset_value = rank_id * host_size; in CreateMapCacheIdx()
298 auto offset = NewValueNode(MakeValue(offset_value)); in CreateMapCacheIdx()
302 auto offset_imm = std::make_shared<Int64Imm>(offset_value); in CreateMapCacheIdx()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp837 src_reg offset_value, in emit_texture() argument
851 case ir_tg4: opcode = offset_value.file != BAD_FILE in emit_texture()
918 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
985 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { in emit_texture()
992 offset_value)); in emit_texture()
Dbrw_vec4.h269 src_reg offset_value,
Dbrw_vec4_nir.cpp1994 src_reg offset_value; in nir_emit_texture() local
2065 offset_value = in nir_emit_texture()
2129 constant_offset, offset_value, mcs, in nir_emit_texture()