Searched refs:RELOC_32BIT (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_boilerplate.h | 103 .reloc_flags = RELOC_WRITE | RELOC_32BIT, in rw_32_bo() 113 .reloc_flags = RELOC_32BIT, in ro_32_bo()
|
D | brw_misc_state.c | 804 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()
|
D | brw_batch.h | 61 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
|
D | genX_blorp_exec.c | 197 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
|
D | brw_batch.c | 981 if (reloc_flags & RELOC_32BIT) { in emit_reloc() 993 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 151 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()
|
D | crocus_batch.h | 201 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
|
D | crocus_blorp.c | 208 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
|
D | crocus_batch.c | 391 if (reloc_flags & RELOC_32BIT) { in emit_reloc() 403 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
|
D | crocus_state.c | 4985 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);
|