HomeSort by: relevance | last modified time | path
    Searched defs:offset_dw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
radeon_cs.c 285 uint32_t offset_dw = reloc[1]; local in function:r600_nomm_relocate
293 if (offset_dw > reloc_chunk->length_dw) {
294 DRM_ERROR("Offset larger than chunk 0x%x %d\n", offset_dw, reloc_chunk->length_dw);
299 *offset = reloc_chunk->kdata[offset_dw + 3];
301 *offset |= reloc_chunk->kdata[offset_dw + 0];
318 uint32_t offset_dw = *offset_dw_p; local in function:r600_cs_packet0
321 hdr = parser->chunks[parser->ib_index].kdata[offset_dw];
352 uint32_t offset_dw = *offset_dw_p; local in function:r600_cs_packet3
359 hdr = ib_chunk->kdata[offset_dw];
395 reloc = ib_chunk->kdata + offset_dw + num_dw
    [all...]
radeon_cs.c 285 uint32_t offset_dw = reloc[1]; local in function:r600_nomm_relocate
293 if (offset_dw > reloc_chunk->length_dw) {
294 DRM_ERROR("Offset larger than chunk 0x%x %d\n", offset_dw, reloc_chunk->length_dw);
299 *offset = reloc_chunk->kdata[offset_dw + 3];
301 *offset |= reloc_chunk->kdata[offset_dw + 0];
318 uint32_t offset_dw = *offset_dw_p; local in function:r600_cs_packet0
321 hdr = parser->chunks[parser->ib_index].kdata[offset_dw];
352 uint32_t offset_dw = *offset_dw_p; local in function:r600_cs_packet3
359 hdr = ib_chunk->kdata[offset_dw];
395 reloc = ib_chunk->kdata + offset_dw + num_dw
    [all...]

Completed in 132 milliseconds