Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h36 unsigned kc_rel; member
Dr600_shader.c309 boolean kc_rel; /* true if cache bank is indexed */ member
1401 r600_src->kc_rel = 1; in tgsi_src()
1899 …if ((r = tgsi_fetch_rel_const(ctx, ctx->src[i].kc_bank, ctx->src[i].kc_rel, ctx->src[i].sel - 512,… in tgsi_split_constant()
1903 ctx->src[i].kc_rel = 0; in tgsi_split_constant()
1916 alu.src[0].kc_rel = ctx->src[i].kc_rel; in tgsi_split_constant()
3707 bc_src->kc_rel = shader_src->kc_rel; in r600_bytecode_src()
Dr600_asm.c1016 index_mode = alu->src[i].kc_rel ? 1 : 0; // V_SQ_CF_INDEX_0 / V_SQ_CF_INDEX_NONE in r600_bytecode_alloc_inst_kcache_lines()
1219 if (nalu->src[i].kc_bank && nalu->src[i].kc_rel) in r600_bytecode_add_alu_type()