Home
last modified time | relevance | path

Searched refs:RELOC_32BIT (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h103 .reloc_flags = RELOC_WRITE | RELOC_32BIT, in rw_32_bo()
113 .reloc_flags = RELOC_32BIT, in ro_32_bo()
Dbrw_misc_state.c804 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address()
806 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address()
811 OUT_RELOC64(brw->cache.bo, RELOC_32BIT, mocs_wb << 4 | 1); in brw_upload_state_base_address()
Dbrw_batch.h61 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
DgenX_blorp_exec.c197 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
Dbrw_batch.c981 if (reloc_flags & RELOC_32BIT) { in emit_reloc()
993 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h151 return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT }; in ro_bo()
157 …return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT | RELOC_WR… in rw_bo()
Dcrocus_batch.h201 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
Dcrocus_blorp.c208 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
Dcrocus_batch.c391 if (reloc_flags & RELOC_32BIT) { in emit_reloc()
403 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
Dcrocus_state.c4985 uint32_t reloc = RELOC_32BIT; in emit_surface_state()
5134 RELOC_32BIT), in emit_grid()
5156 RELOC_32BIT), in emit_ubo_buffer()
5173 uint32_t reloc = RELOC_32BIT; in emit_ssbo_buffer()
5214 … isv->res->offset + isv->base.u.buf.offset, RELOC_32BIT), in emit_sampler_view()
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()
7472 zres->bo, 0, RELOC_32BIT);
7494 RELOC_32BIT);
7518 sres->bo, stencil_offset, RELOC_32BIT);