Searched refs:packets (Results 1 – 7 of 7) sorted by relevance
79 csg->base.packets = (uint32_t*)calloc(1, 64 * 1024); in cs_gem_create()80 if (csg->base.packets == NULL) { in cs_gem_create()90 free(csg->base.packets); in cs_gem_create()97 free(csg->base.packets); in cs_gem_create()103 csg->chunks[0].chunk_data = (uint64_t)(uintptr_t)csg->base.packets; in cs_gem_create()230 ptr = (uint32_t*)realloc(cs->packets, 4 * tmp); in cs_gem_begin()234 cs->packets = ptr; in cs_gem_begin()298 free(cs->packets); in cs_gem_destroy()360 cnt = CP_PACKET_GET_COUNT(cs->packets[i]) + 1; in cs_gem_print()361 switch (CP_PACKET_GET_TYPE(cs->packets[i])) { in cs_gem_print()[all …]
67 uint32_t *packets; member189 cs->packets[cs->cdw++] = dword; in radeon_cs_write_dword()197 memcpy(cs->packets + cs->cdw, &qword, sizeof(uint64_t)); in radeon_cs_write_qword()206 memcpy(cs->packets + cs->cdw, data, size * 4); in radeon_cs_write_table()
4 processes raw images passed by the application, producing packets of
4 processes packets of compressed data passed by the application, producing5 decoded images. The decoder expects packets to comprise exactly one image
1336 const int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz); in vp9_create_compressor() local1346 &stats[packets - oxcf->ss_number_layers + i]; in vp9_create_compressor()1365 for (i = 0; i < packets; ++i) { in vp9_create_compressor()1378 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
1979 int packets = (int)(oxcf->two_pass_stats_in.sz / packet_sz); in vp8_create_compressor() local1984 + (packets - 1) * packet_sz); in vp8_create_compressor()
3543 uint32 packets; member