Searched refs:OUT_RELOC64 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen8_depth_state.c | 73 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()
|
D | intel_blit.c | 627 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()
|
D | brw_misc_state.c | 647 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()
|
D | intel_batchbuffer.c | 1210 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()
|
D | intel_batchbuffer.h | 138 #define OUT_RELOC64(buf, flags, delta) do { \ macro
|
D | brw_pipe_control.c | 168 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_emit_pipe_control()
|
D | hsw_queryobj.c | 426 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i); in store_query_result_reg()
|