Home
last modified time | relevance | path

Searched refs:RELOC_WRITE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h157 …n (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT | RELOC_WRITE }; in rw_bo()
163 …return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_WRITE | RELOC_NE… in ggtt_bo()
Dcrocus_batch.h198 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Dcrocus_batch.c386 reloc_flags &= ~RELOC_WRITE; in emit_reloc()
388 bool writable = reloc_flags & RELOC_WRITE; in emit_reloc()
Dcrocus_state.c4989 reloc |= RELOC_WRITE; in emit_surface_state()
5174 reloc |= RELOC_WRITE; in emit_ssbo_buffer()
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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h215 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
Diris_blorp.c95 iris_use_pinned_bo(batch, bo, addr.reloc_flags & RELOC_WRITE, in combine_and_pin_address()
/third_party/mesa3d/docs/relnotes/
D17.3.7.rst81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()