/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_boilerplate.h | 84 .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()
|
D | gfx7_sol_state.c | 116 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()
|
D | brw_batch.c | 967 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 …]
|
D | brw_blit.c | 362 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()
|
D | brw_wm_surface_state.c | 262 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 …]
|
D | hsw_sol.c | 211 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()
|
D | brw_misc_state.c | 301 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()
|
D | hsw_queryobj.c | 424 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()
|
D | brw_batch.h | 58 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
|
D | brw_binding_tables.c | 74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
|
D | genX_state_upload.c | 4282 RELOC_WRITE);
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 157 …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()
|
D | crocus_batch.h | 198 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
|
D | crocus_batch.c | 377 reloc_flags &= ~RELOC_WRITE; in emit_reloc() 379 bool writable = reloc_flags & RELOC_WRITE; in emit_reloc()
|
D | crocus_state.c | 4990 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/ |
D | iris_batch.h | 193 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
|
D | iris_blorp.c | 95 iris_use_pinned_bo(batch, bo, addr.reloc_flags & RELOC_WRITE, in combine_and_pin_address()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.7.rst | 81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()
|