/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depth_state.c | 125 OUT_RELOC(depth_mt->bo, RELOC_WRITE, 0); in gen6_emit_depth_stencil_hiz() 169 OUT_RELOC(depth_mt->hiz_buf->bo, RELOC_WRITE, offset); in gen6_emit_depth_stencil_hiz() 191 OUT_RELOC(stencil_mt->bo, RELOC_WRITE, offset); in gen6_emit_depth_stencil_hiz()
|
D | gen7_misc_state.c | 118 OUT_RELOC(depth_mt->bo, RELOC_WRITE, 0); in gen7_emit_depth_stencil_hiz() 153 OUT_RELOC(depth_mt->hiz_buf->bo, RELOC_WRITE, 0); in gen7_emit_depth_stencil_hiz() 172 OUT_RELOC(stencil_mt->bo, RELOC_WRITE, 0); in gen7_emit_depth_stencil_hiz()
|
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 | brw_pipe_control.c | 168 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_emit_pipe_control() 199 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, gen6_gtt | offset); in brw_emit_pipe_control() 210 OUT_RELOC(bo, RELOC_WRITE, PIPE_CONTROL_GLOBAL_GTT_WRITE | offset); in brw_emit_pipe_control()
|
D | gen8_depth_state.c | 73 OUT_RELOC64(depth_mt->bo, RELOC_WRITE, 0); in emit_depth_packets() 98 OUT_RELOC64(depth_mt->hiz_buf->bo, RELOC_WRITE, 0); in emit_depth_packets() 116 OUT_RELOC64(stencil_mt->bo, RELOC_WRITE, 0); in emit_depth_packets()
|
D | intel_blit.c | 627 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitCopyBlit() 629 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitCopyBlit() 705 OUT_RELOC64(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitImmediateColorExpandBlit() 707 OUT_RELOC(dst_buffer, RELOC_WRITE, dst_offset); in intelEmitImmediateColorExpandBlit() 853 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset); in intel_miptree_set_alpha_to_one() 855 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset); in intel_miptree_set_alpha_to_one()
|
D | brw_wm_surface_state.c | 248 RELOC_WRITE); in gen6_update_renderbuffer_surface() 728 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface() 824 0, RELOC_WRITE); in emit_null_surface_state() 897 RELOC_WRITE); in gen4_update_renderbuffer_surface() 1267 (reloc_flags & RELOC_WRITE) != 0); in upload_buffer_surface() 1304 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces() 1312 ISL_FORMAT_RAW, RELOC_WRITE); in brw_upload_ubo_surfaces() 1470 access != GL_READ_ONLY ? RELOC_WRITE : 0); in update_image_surface() 1494 access != GL_READ_ONLY ? RELOC_WRITE : 0); in update_image_surface() 1505 access == GL_READ_ONLY ? 0 : RELOC_WRITE); in update_image_surface() [all …]
|
D | intel_batchbuffer.c | 1257 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem32() 1263 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem32() 1286 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_register_mem64() 1289 OUT_RELOC64(bo, RELOC_WRITE, offset + sizeof(uint32_t)); in brw_store_register_mem64() 1295 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset); in brw_store_register_mem64() 1298 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + sizeof(uint32_t)); in brw_store_register_mem64() 1382 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm32() 1385 OUT_RELOC(bo, RELOC_WRITE, offset); in brw_store_data_imm32() 1405 OUT_RELOC64(bo, RELOC_WRITE, offset); in brw_store_data_imm64() 1408 OUT_RELOC(bo, RELOC_WRITE, offset); in brw_store_data_imm64()
|
D | hsw_sol.c | 210 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in hsw_pause_transform_feedback() 237 OUT_RELOC(brw_obj->offset_bo, RELOC_WRITE, i * sizeof(uint32_t)); in hsw_resume_transform_feedback()
|
D | hsw_queryobj.c | 426 OUT_RELOC64(bo, RELOC_WRITE, offset + 4 * i); in store_query_result_reg() 428 OUT_RELOC(bo, RELOC_WRITE | RELOC_NEEDS_GGTT, offset + 4 * i); in store_query_result_reg()
|
D | intel_batchbuffer.h | 54 #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 | brw_misc_state.c | 390 OUT_RELOC(depth_mt->bo, RELOC_WRITE, depth_offset); in brw_emit_depth_stencil_hiz()
|
D | genX_state_upload.c | 110 .reloc_flags = RELOC_WRITE, in rw_bo() 129 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT, in ggtt_bo() 4186 RELOC_WRITE);
|