Searched refs:block_desc (Results 1 – 8 of 8) sorted by relevance
81 BlockDesc block_desc; in Test() local97 block_desc.len = rand() & 0x3fff; in Test()98 block_desc.ptr = in Test()101 ? LowLevelAlloc::Alloc(block_desc.len) in Test()102 : LowLevelAlloc::AllocWithArena(block_desc.len, arena)); in Test()104 RandomizeBlockDesc(&block_desc); in Test()112 it->second = block_desc; in Test()114 allocated[rnd] = block_desc; in Test()
83 BlockDesc block_desc; in Test() local99 block_desc.len = rand() & 0x3fff; in Test()100 block_desc.ptr = in Test()103 ? LowLevelAlloc::Alloc(block_desc.len) in Test()104 : LowLevelAlloc::AllocWithArena(block_desc.len, arena)); in Test()106 RandomizeBlockDesc(&block_desc); in Test()114 it->second = block_desc; in Test()116 allocated[rnd] = block_desc; in Test()
82 struct block_desc { struct514 void __v3_test_block_seq_num(struct block_desc *pbd) in __v3_test_block_seq_num()527 static void __v3_test_block_len(struct block_desc *pbd, uint32_t bytes, int block_num) in __v3_test_block_len()537 static void __v3_test_block_header(struct block_desc *pbd, const int block_num) in __v3_test_block_header()547 static void __v3_walk_block(struct block_desc *pbd, const int block_num) in __v3_walk_block()579 void __v3_flush_block(struct block_desc *pbd) in __v3_flush_block()589 struct block_desc *pbd; in walk_v3_rx()604 pbd = (struct block_desc *) ring->rd[block_num].iov_base; in walk_v3_rx()
170 enum svga3d_block_desc block_desc; member981 return (desc->block_desc & SVGA3DBLOCKDESC_PLANAR_YUV) != 0; in svga3dsurface_is_planar_surface()
1521 enum svga3d_block_desc block_desc = in svga_texture_device_format_has_alpha() local1522 svga3dsurface_get_desc(svga_texture(texture)->key.format)->block_desc; in svga_texture_device_format_has_alpha()1524 return !!(block_desc & SVGA3DBLOCKDESC_ALPHA); in svga_texture_device_format_has_alpha()