Home
last modified time | relevance | path

Searched refs:batch_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/intel/
Dtest_decode.c73 void *batch_ptr; in dump_batch() local
76 read_file(batch_filename, &batch_ptr, &batch_size); in dump_batch()
78 drm_intel_decode_set_batch_pointer(ctx, batch_ptr, HW_OFFSET, in dump_batch()
89 void *ptr, *ref_ptr, *batch_ptr; in compare_batch() local
101 read_file(batch_filename, &batch_ptr, &batch_size); in compare_batch()
115 drm_intel_decode_set_batch_pointer(ctx, batch_ptr, HW_OFFSET, in compare_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c7444 void *batch_ptr; local
7447 batch_ptr = crocus_get_command_space(batch, isl_dev->ds.size);
7476 … (batch_ptr - batch->command.map) + isl_dev->ds.depth_offset,
7497 … (batch_ptr - batch->command.map) + isl_dev->ds.hiz_offset,
7522 … (batch_ptr - batch->command.map) + isl_dev->ds.stencil_offset,
7531 isl_emit_depth_stencil_hiz_s(isl_dev, batch_ptr, &info);