Home
last modified time | relevance | path

Searched refs:load_block (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/net/
Dtftp.c228 static int load_block(unsigned block, uchar *dst, unsigned len) in load_block() function
410 int loaded = load_block(tftp_cur_block, pkt, toload); in tftp_send()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1307 static int load_block_grid_size(struct r600_shader_ctx *ctx, bool load_block) in load_block_grid_size() argument
1317 t1 = load_block ? ctx->cs_block_size_reg : ctx->cs_grid_size_reg; in load_block_grid_size()
1346 vtx.offset = load_block ? 0 : 16; // first element is size of buffer in load_block_grid_size()
1354 if (load_block) in load_block_grid_size()