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 D | genX_boilerplate.h | 103 .reloc_flags = RELOC_WRITE | RELOC_32BIT, 113 .reloc_flags = RELOC_32BIT,
|
| H A D | intel_batchbuffer.h | 60 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
|
| H A D | brw_misc_state.c | 715 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 D | genX_blorp_exec.c | 184 .reloc_flags = RELOC_32BIT,
|
| H A D | intel_batchbuffer.c | 945 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 D | crocus_genx_macros.h | 151 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 D | crocus_batch.h | 201 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
|
| H A D | crocus_blorp.c | 208 .reloc_flags = RELOC_32BIT,
|
| H A D | crocus_batch.c | 400 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 D | crocus_state.c | 4985 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 D | genX_boilerplate.h | 103 .reloc_flags = RELOC_WRITE | RELOC_32BIT, 113 .reloc_flags = RELOC_32BIT,
|
| H A D | brw_batch.h | 61 #define RELOC_32BIT EXEC_OBJECT_SUPPORTS_48B_ADDRESS macro
|
| H A D | brw_misc_state.c | 804 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 D | genX_blorp_exec.c | 197 .reloc_flags = RELOC_32BIT,
|
| H A D | brw_batch.c | 981 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