Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c73 OUT_RELOC64(depth_mt->bo, RELOC_WRITE, 0); in emit_depth_packets()
98 OUT_RELOC64(depth_mt->hiz_buf->bo, RELOC_WRITE, 0); in emit_depth_packets()
116 OUT_RELOC64(stencil_mt->bo, RELOC_WRITE, 0); in emit_depth_packets()
Dintel_blit.c627 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitCopyBlit()
634 OUT_RELOC64(src_buffer, 0, src_offset); in intelEmitCopyBlit()
705 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitImmediateColorExpandBlit()
853 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset); in intel_miptree_set_alpha_to_one()
Dbrw_misc_state.c647 OUT_RELOC64(brw->batch.state.bo, 0, mocs_wb << 4 | 1); in brw_upload_state_base_address()
649 OUT_RELOC64(brw->batch.state.bo, 0, mocs_wb << 4 | 1); in brw_upload_state_base_address()
654 OUT_RELOC64(brw->cache.bo, 0, mocs_wb << 4 | 1); in brw_upload_state_base_address()
Dintel_batchbuffer.c1210 OUT_RELOC64(bo, 0, offset + i * 4); in load_sized_register_mem()
1257 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem32()
1286 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem64()
1289 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t)); in brw_store_register_mem64()
1382 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm32()
1405 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm64()
Dintel_batchbuffer.h138 #define OUT_RELOC64(buf, flags, delta) do { \ macro
Dbrw_pipe_control.c168 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_emit_pipe_control()
Dhsw_queryobj.c426 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i); in store_query_result_reg()