Searched refs:offset_in_bytes (Results 1 – 15 of 15) sorted by relevance
/third_party/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 | 110 uint32_t offset_in_bytes,
|
D | iris_state.c | 7966 uint32_t offset_in_bytes, in iris_emit_mi_report_perf_count() argument 7971 mi_rpc.MemoryAddress = rw_bo(bo, offset_in_bytes, in iris_emit_mi_report_perf_count()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_monitor.c | 138 uint32_t offset_in_bytes, in crocus_monitor_emit_mi_report_perf_count() argument 144 screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in crocus_monitor_emit_mi_report_perf_count()
|
D | crocus_screen.h | 115 uint32_t offset_in_bytes,
|
D | crocus_state.c | 8976 uint32_t offset_in_bytes, argument 8981 mi_rpc.MemoryAddress = rw_bo(bo, offset_in_bytes);
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 427 uint32_t offset_in_bytes, in brw_oa_emit_mi_report_perf_count() argument 433 offset_in_bytes, in brw_oa_emit_mi_report_perf_count()
|
D | brw_context.h | 706 uint32_t offset_in_bytes,
|
D | genX_state_upload.c | 4893 uint32_t offset_in_bytes, 4897 mi_rpc.MemoryAddress = ggtt_bo(bo, offset_in_bytes);
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.h | 376 uint32_t offset_in_bytes,
|
D | intel_perf_query.c | 712 uint32_t offset_in_bytes) in snapshot_statistics_registers() argument 725 offset_in_bytes + counter->offset); in snapshot_statistics_registers()
|
/third_party/node/src/ |
D | node.cc | 244 size_t offset_in_bytes, int64_t value, in AtomicsWaitCallback() argument 266 offset_in_bytes, in AtomicsWaitCallback()
|