Searched refs:real_offset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c3955 uint64_t real_offset = state->offset + local in function:surf_state_update_clear_value
3957 uint32_t offset_into_bo = real_offset - state_bo->gtt_offset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c4706 uint64_t real_offset = state->offset + IRIS_MEMZONE_BINDER_START; local in function:surf_state_update_clear_value
4707 uint32_t offset_into_bo = real_offset - state_bo->address;
/xsrc/external/mit/xterm/dist/
H A Dcharproc.c10086 int real_offset; local in function:vt100ResourceToString
10094 real_offset = -(fake_offset + 1);
10097 real_offset = fake_offset;
10100 res_addr = (void *) ((char *) xw + real_offset);

Completed in 49 milliseconds