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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h36 unsigned kc_rel; member in struct:r600_bytecode_alu_src
H A Dr600_asm.c1016 index_mode = alu->src[i].kc_rel ? 1 : 0; // V_SQ_CF_INDEX_0 / V_SQ_CF_INDEX_NONE
1219 if (nalu->src[i].kc_bank && nalu->src[i].kc_rel)
H A Dr600_shader.c309 boolean kc_rel; /* true if cache bank is indexed */ member in struct:r600_shader_src
1401 r600_src->kc_rel = 1;
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)))
1903 ctx->src[i].kc_rel = 0;
1916 alu.src[0].kc_rel = ctx->src[i].kc_rel;
3707 bc_src->kc_rel = shader_src->kc_rel;

Completed in 279 milliseconds