Home
last modified time | relevance | path

Searched refs:offset_in_bytes (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype.h235 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)
H A Dformat.cc264 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()
H A Dtype_test.cc195 m->offset_in_bytes = 20; in TEST_F()
198 m->offset_in_bytes = m1->offset_in_bytes; in TEST_F()
H A Dformat_test.cc542 m->offset_in_bytes = 4; in TEST_F()
567 m->offset_in_bytes = 4; in TEST_F()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_perf.c43 uint32_t offset_in_bytes, in iris_perf_emit_mi_report_perf_count()
48 batch->screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in iris_perf_emit_mi_report_perf_count()
41 iris_perf_emit_mi_report_perf_count(void *c, void *bo, uint32_t offset_in_bytes, uint32_t report_id) iris_perf_emit_mi_report_perf_count() argument
H A Diris_screen.h112 uint32_t offset_in_bytes,
H A Diris_state.c8288 uint32_t offset_in_bytes, in iris_emit_mi_report_perf_count()
8293 mi_rpc.MemoryAddress = rw_bo(bo, offset_in_bytes, in iris_emit_mi_report_perf_count()
8286 iris_emit_mi_report_perf_count(struct iris_batch *batch, struct iris_bo *bo, uint32_t offset_in_bytes, uint32_t report_id) iris_emit_mi_report_perf_count() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c256 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()
H A Dr300_context.h343 unsigned offset_in_bytes[R300_MAX_TEXTURE_LEVELS]; member
H A Dr300_state_derived.c844 offset = tex->tex.offset_in_bytes[base_level]; in r300_merge_textures_and_samplers()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c138 uint32_t offset_in_bytes, in crocus_monitor_emit_mi_report_perf_count()
144 screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in crocus_monitor_emit_mi_report_perf_count()
136 crocus_monitor_emit_mi_report_perf_count(void *c, void *bo, uint32_t offset_in_bytes, uint32_t report_id) crocus_monitor_emit_mi_report_perf_count() argument
H A Dcrocus_screen.h115 uint32_t offset_in_bytes,
H A Dcrocus_state.c8983 uint32_t offset_in_bytes,
8988 mi_rpc.MemoryAddress = rw_bo(bo, offset_in_bytes);
8981 crocus_emit_mi_report_perf_count(struct crocus_batch *batch, struct crocus_bo *bo, uint32_t offset_in_bytes, uint32_t report_id) global() argument
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h402 uint32_t offset_in_bytes,
H A Dintel_perf_query.c707 uint32_t offset_in_bytes) in snapshot_statistics_registers()
720 offset_in_bytes + counter->offset); in snapshot_statistics_registers()
705 snapshot_statistics_registers(struct intel_perf_context *ctx, struct intel_perf_query_object *obj, uint32_t offset_in_bytes) snapshot_statistics_registers() argument
/third_party/node/src/
H A Dnode.cc221 size_t offset_in_bytes, int64_t value, in AtomicsWaitCallback()
243 offset_in_bytes, in AtomicsWaitCallback()
219 AtomicsWaitCallback(Isolate::AtomicsWaitEvent event, Local<v8::SharedArrayBuffer> array_buffer, size_t offset_in_bytes, int64_t value, double timeout_in_ms, Isolate::AtomicsWaitWakeHandle* stop_handle, void* data) AtomicsWaitCallback() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_struct_test.cc317 EXPECT_EQ(20, m[0].offset_in_bytes); in TEST_F()
H A Dparser.cc2040 m->offset_in_bytes = token->AsInt32(); in ParseStruct()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1010 * |offset_in_bytes| to the location of the waited-on memory address inside
1026 size_t offset_in_bytes, int64_t value,
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1029 * |offset_in_bytes| to the location of the waited-on memory address inside
1045 size_t offset_in_bytes, int64_t value,
/third_party/node/deps/v8/src/execution/
H A Disolate.h1649 size_t offset_in_bytes, int64_t value,
H A Disolate.cc4972 size_t offset_in_bytes, int64_t value, in ThrowInternal()
4979 event, v8::Utils::ToLocalShared(array_buffer), offset_in_bytes, value, in ThrowInternal()
4970 RunAtomicsWaitCallback(v8::Isolate::AtomicsWaitEvent event, Handle<JSArrayBuffer> array_buffer, size_t offset_in_bytes, int64_t value, double timeout_in_ms, AtomicsWaitWakeHandle* stop_handle) ThrowInternal() argument

Completed in 70 milliseconds