Searched refs:RELOC_WRITE (Results 1 – 14 of 14) sorted by relevance
/external/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 | gen7_sol_state.c | 116 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()
|
D | intel_batchbuffer.c | 947 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 …]
|
D | intel_blit.c | 354 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()
|
D | brw_wm_surface_state.c | 262 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 …]
|
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_binding_tables.c | 74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
|
D | intel_batchbuffer.h | 58 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
|
D | genX_state_upload.c | 4282 RELOC_WRITE);
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.h | 187 #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()
|
/external/mesa3d/docs/relnotes/ |
D | 17.3.7.rst | 81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()
|