Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h41 unsigned kc_rel; member
Dr600_asm.c1087 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()
1306 if (nalu->src[i].kc_bank && nalu->src[i].kc_rel) in r600_bytecode_add_alu_type()
Dr600_shader.c408 boolean kc_rel; /* true if cache bank is indexed */ member
1815 r600_src->kc_rel = 1; in tgsi_src()
2334 …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()
2338 ctx->src[i].kc_rel = 0; in tgsi_split_constant()
2351 alu.src[0].kc_rel = ctx->src[i].kc_rel; in tgsi_split_constant()
4409 bc_src->kc_rel = shader_src->kc_rel; in r600_bytecode_src()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp309 alu.src[i].kc_rel = 1; in emit_alu_op()