Searched refs:kc_bank (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h35 unsigned kc_bank; member in struct:r600_bytecode_alu_src
H A Dr600_asm.c472 r = reserve_cfile(bc, bs, (alu->src[src].kc_bank<<16) + sel, elem);
499 r = reserve_cfile(bc, bs, (alu->src[src].kc_bank<<16) + sel, elem);
1014 bank = alu->src[i].kc_bank;
1048 if (kcache[j].bank == alu->src[i].kc_bank &&
1219 if (nalu->src[i].kc_bank && nalu->src[i].kc_rel)
1911 o += fprintf(stderr, "C%d", src->kc_bank);
H A Dr600_shader.c308 unsigned kc_bank; member in struct:r600_shader_src
1399 r600_src->kc_bank = tgsi_src->Dimension.Index;
1899 if ((r = tgsi_fetch_rel_const(ctx, ctx->src[i].kc_bank, ctx->src[i].kc_rel, ctx->src[i].sel - 512, chan, treg)))
1902 ctx->src[i].kc_bank = 0;
1915 alu.src[0].kc_bank = ctx->src[i].kc_bank;
3358 alu.src[1].kc_bank = R600_BUFFER_INFO_CONST_BUFFER;
3706 bc_src->kc_bank = shader_src->kc_bank;
6709 alu.src[1].kc_bank
[all...]

Completed in 179 milliseconds