Home
last modified time | relevance | path

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

/external/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()
Dgen7_sol_state.c116 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in gen7_pause_transform_feedback()
143 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in gen7_resume_transform_feedback()
Dintel_batchbuffer.c947 brw_use_pinned_bo(batch, target, reloc_flags & RELOC_WRITE); in emit_reloc()
1156 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem32()
1162 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem32()
1185 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem64()
1188 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t)); in brw_store_register_mem64()
1194 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem64()
1197 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t)); in brw_store_register_mem64()
1281 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm32()
1284 OUT_RELOC(bo, RELOC_WRITE, offset); in brw_store_data_imm32()
1304 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm64()
[all …]
Dintel_blit.c354 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in emit_copy_blit()
356 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset); in emit_copy_blit()
679 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitImmediateColorExpandBlit()
681 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitImmediateColorExpandBlit()
771 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset); in intel_miptree_set_alpha_to_one()
773 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset); in intel_miptree_set_alpha_to_one()
Dbrw_wm_surface_state.c262 RELOC_WRITE); in gen6_update_renderbuffer_surface()
786 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()
882 0, RELOC_WRITE); in emit_null_surface_state()
955 RELOC_WRITE); in gen4_update_renderbuffer_surface()
1344 (reloc_flags & RELOC_WRITE) != 0); in upload_buffer_surface()
1386 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces()
1394 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces()
1539 written ? RELOC_WRITE : 0); in update_image_surface()
1578 written ? RELOC_WRITE : 0); in update_image_surface()
1589 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_binding_tables.c74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
Dintel_batchbuffer.h58 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
DgenX_state_upload.c4282 RELOC_WRITE);
/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.h187 #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()
/external/mesa3d/docs/relnotes/
D17.3.7.rst81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()