/external/v8/src/objects/ |
D | layout-descriptor.cc | 192 int offset_in_bytes, int end_offset, in IsTagged() argument 194 DCHECK(IsAligned(offset_in_bytes, kTaggedSize)); in IsTagged() 196 DCHECK(offset_in_bytes < end_offset); in IsTagged() 199 DCHECK(offset_in_bytes < *out_end_of_contiguous_region_offset); in IsTagged() 202 int max_sequence_length = (end_offset - offset_in_bytes) / kTaggedSize; in IsTagged() 203 int field_index = std::max(0, (offset_in_bytes - header_size_) / kTaggedSize); in IsTagged() 208 if (offset_in_bytes < header_size_) { in IsTagged() 219 DCHECK(offset_in_bytes < *out_end_of_contiguous_region_offset); in IsTagged() 223 offset_in_bytes + sequence_length * kTaggedSize; in IsTagged() 224 DCHECK(offset_in_bytes < *out_end_of_contiguous_region_offset); in IsTagged()
|
D | layout-descriptor-inl.h | 240 bool LayoutDescriptorHelper::IsTagged(int offset_in_bytes) { in IsTagged() argument 241 DCHECK(IsAligned(offset_in_bytes, kTaggedSize)); in IsTagged() 244 if (offset_in_bytes < header_size_) return true; in IsTagged() 245 int field_index = (offset_in_bytes - header_size_) / kTaggedSize; in IsTagged()
|
D | layout-descriptor.h | 155 inline bool IsTagged(int offset_in_bytes); 162 V8_EXPORT_PRIVATE bool IsTagged(int offset_in_bytes, int end_offset,
|
/external/deqp-deps/amber/src/ |
D | type.h | 235 int32_t offset_in_bytes = -1; member 239 bool HasOffset() const { return offset_in_bytes >= 0; } in HasOffset() 264 if (members_[i].offset_in_bytes != sm[i].offset_in_bytes) in Equal()
|
D | format.cc | 264 assert(static_cast<uint32_t>(member.offset_in_bytes) >= cur_offset); in AddSegmentsForType() 266 AddPaddedSegment(static_cast<uint32_t>(member.offset_in_bytes) - in AddSegmentsForType() 268 cur_offset = static_cast<uint32_t>(member.offset_in_bytes); in AddSegmentsForType()
|
D | type_test.cc | 195 m->offset_in_bytes = 20; in TEST_F() 198 m->offset_in_bytes = m1->offset_in_bytes; in TEST_F()
|
D | format_test.cc | 542 m->offset_in_bytes = 4; in TEST_F() 567 m->offset_in_bytes = 4; in TEST_F()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_perf.c | 43 uint32_t offset_in_bytes, in iris_perf_emit_mi_report_perf_count() argument 48 batch->screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in iris_perf_emit_mi_report_perf_count()
|
D | iris_screen.h | 107 uint32_t offset_in_bytes,
|
D | iris_state.c | 7672 uint32_t offset_in_bytes, in iris_emit_mi_report_perf_count() argument 7677 mi_rpc.MemoryAddress = rw_bo(bo, offset_in_bytes, in iris_emit_mi_report_perf_count()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 256 tex->tex.offset_in_bytes[i] = tex->tex.size_in_bytes; in r300_setup_miptree() 257 tex->tex.size_in_bytes = tex->tex.offset_in_bytes[i] + size; in r300_setup_miptree() 636 unsigned offset = tex->tex.offset_in_bytes[level]; in r300_texture_get_offset()
|
D | r300_context.h | 343 unsigned offset_in_bytes[R300_MAX_TEXTURE_LEVELS]; member
|
D | r300_state_derived.c | 844 offset = tex->tex.offset_in_bytes[base_level]; in r300_merge_textures_and_samplers()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 425 uint32_t offset_in_bytes, in brw_oa_emit_mi_report_perf_count() argument 431 offset_in_bytes, in brw_oa_emit_mi_report_perf_count()
|
D | brw_context.h | 714 uint32_t offset_in_bytes,
|
D | genX_state_upload.c | 4900 uint32_t offset_in_bytes, 4904 mi_rpc.MemoryAddress = ggtt_bo(bo, offset_in_bytes);
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 311 uint32_t offset_in_bytes,
|
D | gen_perf_query.c | 615 uint32_t offset_in_bytes) in snapshot_statistics_registers() argument 628 offset_in_bytes + counter->offset); in snapshot_statistics_registers()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_struct_test.cc | 317 EXPECT_EQ(20, m[0].offset_in_bytes); in TEST_F()
|
D | parser.cc | 963 m->offset_in_bytes = token->AsInt32(); in ParseStruct()
|
/external/v8/src/builtins/ |
D | builtins-string-gen.cc | 127 TNode<IntPtrT> offset_in_bytes = ElementOffsetFromIndex(index, kind); in PointerToStringDataAtIndex() local 128 return RawPtrAdd(string_data, offset_in_bytes); in PointerToStringDataAtIndex()
|
/external/v8/src/execution/ |
D | isolate.h | 1419 size_t offset_in_bytes, int64_t value,
|
D | isolate.cc | 4286 size_t offset_in_bytes, int64_t value, in ThrowInternal() argument 4293 event, v8::Utils::ToLocalShared(array_buffer), offset_in_bytes, value, in ThrowInternal()
|
/external/v8/include/ |
D | v8.h | 9037 size_t offset_in_bytes, int64_t value,
|