Home
last modified time | relevance | path

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

/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.c215 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
Dcrocus_batch.c400 if (reloc_flags & RELOC_32BIT) { in emit_reloc()
412 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
Dcrocus_state.c4984 uint32_t reloc = RELOC_32BIT; in emit_surface_state()
5132 RELOC_32BIT), in emit_grid()
5154 RELOC_32BIT), in emit_ubo_buffer()
5171 uint32_t reloc = RELOC_32BIT; in emit_ssbo_buffer()
5212 … isv->res->offset + isv->base.u.buf.offset, RELOC_32BIT), in emit_sampler_view()
5243 uint32_t reloc = RELOC_32BIT | (write ? RELOC_WRITE : 0); in emit_image_view()
5356 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE), in emit_sol_surface()
7477 zres->bo, 0, RELOC_32BIT);
7499 RELOC_32BIT);
7523 sres->bo, stencil_offset, RELOC_32BIT);