Searched refs:RELOC_32BIT (Results 1 – 5 of 5) sorted by relevance
/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 | 215 .reloc_flags = RELOC_32BIT, in blorp_alloc_vertex_buffer()
|
D | crocus_batch.c | 400 if (reloc_flags & RELOC_32BIT) { in emit_reloc() 412 reloc_flags &= ~RELOC_32BIT; in emit_reloc()
|
D | crocus_state.c | 4984 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);
|