Searched refs:RELOC_WRITE (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_sol_state.c116 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
143 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
H A DgenX_boilerplate.h84 .reloc_flags = RELOC_WRITE,
103 .reloc_flags = RELOC_WRITE | RELOC_32BIT,
123 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT,
H A Dintel_blit.c354 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset);
356 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset);
679 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset);
681 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset);
771 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset);
773 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset);
H A Dintel_batchbuffer.c931 brw_use_pinned_bo(batch, target, reloc_flags & RELOC_WRITE);
1141 OUT_RELOC64(bo, RELOC_WRITE, offset);
1147 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset);
1170 OUT_RELOC64(bo, RELOC_WRITE, offset);
1173 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t));
1179 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset);
1182 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t));
1266 OUT_RELOC64(bo, RELOC_WRITE, offset);
1269 OUT_RELOC(bo, RELOC_WRITE, offset);
1289 OUT_RELOC64(bo, RELOC_WRITE, offse
[all...]
H A Dhsw_sol.c211 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
238 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
H A Dbrw_binding_tables.c74 brw->shader_time.bo->size, 1, RELOC_WRITE);
H A Dbrw_misc_state.c301 OUT_RELOC(depth_mt->bo, RELOC_WRITE, depth_offset);
377 depth_mt->bo, depth_mt->offset, RELOC_WRITE);
413 RELOC_WRITE);
447 RELOC_WRITE);
H A Dintel_batchbuffer.h57 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
H A Dbrw_wm_surface_state.c265 RELOC_WRITE);
789 *out_offset + 4, bo, offset_bytes, RELOC_WRITE);
885 0, RELOC_WRITE);
958 RELOC_WRITE);
1348 (reloc_flags & RELOC_WRITE) != 0);
1385 ISL_FORMAT_RAW, RELOC_WRITE);
1393 ISL_FORMAT_RAW, RELOC_WRITE);
1537 written ? RELOC_WRITE : 0);
1576 written ? RELOC_WRITE : 0);
1587 written ? RELOC_WRITE
[all...]
H A Dhsw_queryobj.c426 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i);
428 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_sol_state.c116 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
143 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
H A DgenX_boilerplate.h84 .reloc_flags = RELOC_WRITE,
103 .reloc_flags = RELOC_WRITE | RELOC_32BIT,
123 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT,
H A Dbrw_blit.c362 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset);
364 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset);
687 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset);
689 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset);
780 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset_B);
782 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset_B);
H A Dbrw_batch.c967 brw_use_pinned_bo(batch, target, reloc_flags & RELOC_WRITE);
1176 OUT_RELOC64(bo, RELOC_WRITE, offset);
1182 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset);
1205 OUT_RELOC64(bo, RELOC_WRITE, offset);
1208 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t));
1214 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset);
1217 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t));
1301 OUT_RELOC64(bo, RELOC_WRITE, offset);
1304 OUT_RELOC(bo, RELOC_WRITE, offset);
1324 OUT_RELOC64(bo, RELOC_WRITE, offse
[all...]
H A Dhsw_sol.c211 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
238 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t));
H A Dbrw_batch.h58 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
H A Dbrw_binding_tables.c74 brw->shader_time.bo->size, 1, RELOC_WRITE);
H A Dbrw_misc_state.c301 OUT_RELOC(depth_mt->bo, RELOC_WRITE, depth_offset);
377 depth_mt->bo, depth_mt->offset, RELOC_WRITE);
413 RELOC_WRITE);
447 RELOC_WRITE);
H A Dbrw_wm_surface_state.c262 RELOC_WRITE);
796 *out_offset + 4, bo, offset_bytes, RELOC_WRITE);
892 0, RELOC_WRITE);
965 RELOC_WRITE);
1354 (reloc_flags & RELOC_WRITE) != 0);
1396 ISL_FORMAT_RAW, RELOC_WRITE);
1404 ISL_FORMAT_RAW, RELOC_WRITE);
1549 written ? RELOC_WRITE : 0);
1588 written ? RELOC_WRITE : 0);
1599 written ? RELOC_WRITE
[all...]
H A Dhsw_queryobj.c424 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i);
426 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_genx_macros.h157 return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT | RELOC_WRITE };
163 return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT };
H A Dcrocus_batch.h198 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.h146 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
H A Diris_blorp.c99 iris_use_pinned_bo(batch, bo, addr.reloc_flags & RELOC_WRITE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h193 #define RELOC_WRITE EXEC_OBJECT_WRITE macro

Completed in 39 milliseconds

12