Searched refs:RELOC_32BIT (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_boilerplate.h103 .reloc_flags = RELOC_WRITE | RELOC_32BIT,
113 .reloc_flags = RELOC_32BIT,
H A Dintel_batchbuffer.h60 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
H A Dbrw_misc_state.c715 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1);
717 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1);
722 OUT_RELOC64(brw->cache.bo, RELOC_32BIT, mocs_wb << 4 | 1);
H A DgenX_blorp_exec.c184 .reloc_flags = RELOC_32BIT,
H A Dintel_batchbuffer.c945 if (reloc_flags & RELOC_32BIT) {
956 /* RELOC_32BIT is not an EXEC_OBJECT_* flag, so get rid of it. */
957 reloc_flags &= ~RELOC_32BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_genx_macros.h151 return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT };
157 return (struct crocus_address) { .bo = bo, .offset = offset, .reloc_flags = RELOC_32BIT | RELOC_WRITE };
H A Dcrocus_batch.h201 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
H A Dcrocus_blorp.c208 .reloc_flags = RELOC_32BIT,
H A Dcrocus_batch.c400 if (reloc_flags & RELOC_32BIT) {
411 /* RELOC_32BIT is not an EXEC_OBJECT_* flag, so get rid of it. */
412 reloc_flags &= ~RELOC_32BIT;
H A Dcrocus_state.c4985 uint32_t reloc = RELOC_32BIT;
5134 RELOC_32BIT),
5156 RELOC_32BIT),
5173 uint32_t reloc = RELOC_32BIT;
5214 isv->res->offset + isv->base.u.buf.offset, RELOC_32BIT),
5245 uint32_t reloc = RELOC_32BIT | (write ? RELOC_WRITE : 0);
5358 offset_dwords * 4, RELOC_32BIT|RELOC_WRITE),
7472 zres->bo, 0, RELOC_32BIT);
7494 RELOC_32BIT);
7518 sres->bo, stencil_offset, RELOC_32BIT);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_boilerplate.h103 .reloc_flags = RELOC_WRITE | RELOC_32BIT,
113 .reloc_flags = RELOC_32BIT,
H A Dbrw_batch.h61 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
H A Dbrw_misc_state.c804 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1);
806 OUT_RELOC64(brw->batch.state.bo, RELOC_32BIT, mocs_wb << 4 | 1);
811 OUT_RELOC64(brw->cache.bo, RELOC_32BIT, mocs_wb << 4 | 1);
H A DgenX_blorp_exec.c197 .reloc_flags = RELOC_32BIT,
H A Dbrw_batch.c981 if (reloc_flags & RELOC_32BIT) {
992 /* RELOC_32BIT is not an EXEC_OBJECT_* flag, so get rid of it. */
993 reloc_flags &= ~RELOC_32BIT;

Completed in 24 milliseconds