Home
last modified time | relevance | path

Searched refs:RELOC_WRITE (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h84 .reloc_flags = RELOC_WRITE, in rw_bo()
103 .reloc_flags = RELOC_WRITE | RELOC_32BIT, in rw_32_bo()
123 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT, in ggtt_bo()
Dgfx7_sol_state.c116 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in gfx7_pause_transform_feedback()
143 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in gfx7_resume_transform_feedback()
Dbrw_batch.c967 brw_use_pinned_bo(batch, target, reloc_flags & RELOC_WRITE); in emit_reloc()
1176 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem32()
1182 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, 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()
1214 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem64()
1217 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t)); in brw_store_register_mem64()
1301 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm32()
1304 OUT_RELOC(bo, RELOC_WRITE, offset); in brw_store_data_imm32()
1324 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm64()
[all …]
Dbrw_blit.c362 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in emit_copy_blit()
364 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset); in emit_copy_blit()
687 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in brw_emit_immediate_color_expand_blit()
689 OUT_RELOC(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()
782 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset_B); in brw_miptree_set_alpha_to_one()
Dbrw_wm_surface_state.c262 RELOC_WRITE); in gfx6_update_renderbuffer_surface()
796 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()
892 0, RELOC_WRITE); in emit_null_surface_state()
965 RELOC_WRITE); in gfx4_update_renderbuffer_surface()
1354 (reloc_flags & RELOC_WRITE) != 0); in upload_buffer_surface()
1396 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces()
1404 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces()
1549 written ? RELOC_WRITE : 0); in update_image_surface()
1588 written ? RELOC_WRITE : 0); in update_image_surface()
1599 written ? RELOC_WRITE : 0); in update_image_surface()
[all …]
Dhsw_sol.c211 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in hsw_pause_transform_feedback()
238 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in hsw_resume_transform_feedback()
Dbrw_misc_state.c301 OUT_RELOC(depth_mt->bo, RELOC_WRITE, depth_offset); in brw_emit_depth_stencil_hiz()
377 depth_mt->bo, depth_mt->offset, RELOC_WRITE); in brw_emit_depthbuffer()
413 RELOC_WRITE); in brw_emit_depthbuffer()
447 RELOC_WRITE); in brw_emit_depthbuffer()
Dhsw_queryobj.c424 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i); in store_query_result_reg()
426 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i); in store_query_result_reg()
Dbrw_batch.h58 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Dbrw_binding_tables.c74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
DgenX_state_upload.c4282 RELOC_WRITE);
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h157 …n (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT | RELOC_WRITE }; in rw_bo()
163 …return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_WRITE | RELOC_NE… in ggtt_bo()
Dcrocus_batch.h198 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Dcrocus_batch.c377 reloc_flags &= ~RELOC_WRITE; in emit_reloc()
379 bool writable = reloc_flags & RELOC_WRITE; in emit_reloc()
Dcrocus_state.c4990 reloc |= RELOC_WRITE; in emit_surface_state()
5176 reloc |= RELOC_WRITE; in emit_ssbo_buffer()
5245 uint32_t reloc = RELOC_32BIT | (write ? RELOC_WRITE : 0); in emit_image_view()
5358 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE), in emit_sol_surface()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h193 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Diris_blorp.c95 iris_use_pinned_bo(batch, bo, addr.reloc_flags & RELOC_WRITE, in combine_and_pin_address()
/third_party/mesa3d/docs/relnotes/
D17.3.7.rst81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()