HomeSort by relevance Sort by last modified time
    Searched refs:RELOC_SIZE (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs_gem.c 53 #define RELOC_SIZE (sizeof(struct cs_reloc_gem) / sizeof(uint32_t))
138 idx = i * RELOC_SIZE;
180 size = ((csg->nrelocs + 1) * RELOC_SIZE * 4);
190 idx = (csg->base.crelocs++) * RELOC_SIZE;
196 csg->chunks[1].length_dw += RELOC_SIZE;
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 49 * reloc_base <= reloc_idx < RELOC_END() == (reloc_size)
56 #define RELOC_SIZE (0x3000)
79 unsigned int size = CMD_SIZE + RELOC_SIZE;
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 35 #define RELOC_SIZE (0x3000)
53 unsigned int size = CMD_SIZE + RELOC_SIZE;
pnw_cmdbuf.c 49 * reloc_base <= reloc_idx < RELOC_END() == (reloc_size)
56 #define RELOC_SIZE (0x3000)
80 unsigned int size = CMD_SIZE + RELOC_SIZE;
tng_cmdbuf.c 56 * reloc_base <= reloc_idx < RELOC_END() == (reloc_size)
61 #define RELOC_SIZE (0x3000)
130 unsigned int size = CMD_SIZE + RELOC_SIZE;
psb_cmdbuf.c 72 * reloc_base <= reloc_idx < RELOC_END() == (MTX_msg + reloc_size)
75 #define RELOC_END(cmdbuf) (cmdbuf->MTX_msg + cmdbuf->reloc_size)
81 #define RELOC_SIZE (0x3000)
102 unsigned int reloc_size = MTXMSG_SIZE + RELOC_SIZE; local
106 cmdbuf->reloc_size = 0;
135 vaStatus = psb_buffer_create(driver_data, reloc_size, psb_bt_cpu_only, &cmdbuf->reloc_buf);
136 cmdbuf->reloc_size = reloc_size;
158 if (cmdbuf->reloc_size) {
    [all...]

Completed in 403 milliseconds