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/
Dgen6_depth_state.c125 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()
Dgen7_misc_state.c118 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()
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()
Dbrw_pipe_control.c168 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()
Dgen8_depth_state.c73 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()
Dintel_blit.c627 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()
Dbrw_wm_surface_state.c248 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 …]
Dintel_batchbuffer.c1257 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()
Dhsw_sol.c210 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()
Dhsw_queryobj.c426 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()
Dintel_batchbuffer.h54 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Dbrw_binding_tables.c74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
Dbrw_misc_state.c390 OUT_RELOC(depth_mt->bo, RELOC_WRITE, depth_offset); in brw_emit_depth_stencil_hiz()
DgenX_state_upload.c110 .reloc_flags = RELOC_WRITE, in rw_bo()
129 .reloc_flags = RELOC_WRITE | RELOC_NEEDS_GGTT, in ggtt_bo()
4186 RELOC_WRITE);