Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h41 unsigned kc_rel; member
Dr600_asm.c1032 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()
1235 if (nalu->src[i].kc_bank && nalu->src[i].kc_rel) in r600_bytecode_add_alu_type()
Dr600_shader.c397 boolean kc_rel; /* true if cache bank is indexed */ member
1799 r600_src->kc_rel = 1; in tgsi_src()
2318 …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()
2322 ctx->src[i].kc_rel = 0; in tgsi_split_constant()
2335 alu.src[0].kc_rel = ctx->src[i].kc_rel; in tgsi_split_constant()
4394 bc_src->kc_rel = shader_src->kc_rel; in r600_bytecode_src()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1209 src.kc_rel = 1; in copy_src()