Searched refs:rat_base (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h127 uint8_t rat_base; member in struct:r600_shader
H A Dr600_shader.c3413 shader->rat_base = key.ps.nr_cbufs;
3417 shader->rat_base = 0;
8822 cf->rat.id = ctx->shader->rat_base + inst->Src[0].Register.Index;
8966 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE];
9024 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index;
9131 unsigned rat_base; local in function:tgsi_atomic_op_rat
9134 rat_base = ctx->shader->rat_base;
9138 rat_base += ctx->info.file_count[TGSI_FILE_IMAGE];
9195 cf->rat.id = rat_base
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h128 uint8_t rat_base; member in struct:r600_shader
H A Dr600_dump.c155 PRINT_UINT_MEMBER(rat_base);
H A Dr600_shader.c3502 shader->rat_base = key.ps.nr_cbufs;
3506 shader->rat_base = 0;
8921 cf->rat.id = ctx->shader->rat_base + inst->Src[0].Register.Index;
9065 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE];
9123 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index;
9230 unsigned rat_base; local in function:tgsi_atomic_op_rat
9233 rat_base = ctx->shader->rat_base;
9237 rat_base += ctx->info.file_count[TGSI_FILE_IMAGE];
9294 cf->rat.id = rat_base
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.cpp59 sh_info().rat_base = key.ps.nr_cbufs;
H A Dsfn_ir_to_assembly.cpp1051 cf->rat.id = rat_idx + m_shader->rat_base;

Completed in 25 milliseconds