Searched refs:RELOC_WRITE (Results 1 – 7 of 7) sorted by relevance
157 …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()
198 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
386 reloc_flags &= ~RELOC_WRITE; in emit_reloc()388 bool writable = reloc_flags & RELOC_WRITE; in emit_reloc()
4989 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()
215 #define RELOC_WRITE EXEC_OBJECT_WRITE macro
95 iris_use_pinned_bo(batch, bo, addr.reloc_flags & RELOC_WRITE, in combine_and_pin_address()
81 - i965: Fix RELOC_WRITE typo in brw_store_data_imm64()