Searched refs:OUT_RELOC64 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blit.c | 362 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in emit_copy_blit() 369 OUT_RELOC64(src_buffer, 0, src_offset); in emit_copy_blit() 687 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in brw_emit_immediate_color_expand_blit() 780 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset_B); in brw_miptree_set_alpha_to_one()
|
D | brw_batch.c | 1129 OUT_RELOC64(bo, 0, offset + i * 4); in load_sized_register_mem() 1176 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem32() 1205 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem64() 1208 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t)); in brw_store_register_mem64() 1301 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm32() 1324 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm64()
|
D | brw_misc_state.c | 804 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address() 806 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address() 811 OUT_RELOC64(brw->cache.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address()
|
D | brw_batch.h | 149 #define OUT_RELOC64(buf, flags, delta) do { \ macro
|
D | hsw_queryobj.c | 424 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i); in store_query_result_reg()
|