Searched refs:rat (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpr.c314 mpr rat; local in function:mpr_cmpi
316 mpr_init(&rat);
317 mpi_seti(mpr_num(&rat), op2);
318 cmp = mpr_docmp(op1, &rat, 1);
319 mpr_clear(&rat);
334 mpr rat; local in function:mpr_cmpabsi
336 mpr_init(&rat);
337 mpi_seti(mpr_num(&rat), op2);
338 cmp = mpr_docmp(op1, &rat, 0);
339 mpr_clear(&rat);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_base.h93 rat, enumerator in enum:r600::Instruction::instr_type
H A Dsfn_instruction_gds.cpp91 Instruction(rat),
H A Dsfn_ir_to_assembly.cpp1051 cf->rat.id = rat_idx + m_shader->rat_base;
1052 cf->rat.inst = instr.rat_op();
1053 cf->rat.index_mode = rat_index_mode;
1060 if (cf->rat.inst != RatInstruction::STORE_TYPED) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Deg_asm.c102 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_ID(cf->rat.id) |
103 S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_INST(cf->rat.inst) |
104 S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_INDEX_MODE(cf->rat.index_mode) |
H A Dr600_asm.h208 struct r600_bytecode_rat rat; member in struct:r600_bytecode_cf
H A Dr600_asm.c2196 o += fprintf(stderr, "RAT%d", cf->rat.id);
2197 if (cf->rat.index_mode) {
2198 o += fprintf(stderr, "[IDX%d]", cf->rat.index_mode - 1);
2200 o += fprintf(stderr, " INST: %d ", cf->rat.inst);
H A Dr600_shader.c8822 cf->rat.id = ctx->shader->rat_base + inst->Src[0].Register.Index;
8823 cf->rat.inst = V_RAT_INST_NOP_RTN;
8824 cf->rat.index_mode = rat_index_mode;
8966 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE];
8967 cf->rat.inst = V_RAT_INST_STORE_TYPED;
8968 cf->rat.index_mode = rat_index_mode;
9024 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index;
9025 cf->rat.inst = V_RAT_INST_STORE_TYPED;
9026 cf->rat.index_mode = rat_index_mode;
9195 cf->rat
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Deg_asm.c102 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_ID(cf->rat.id) |
103 S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_INST(cf->rat.inst) |
104 S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_INDEX_MODE(cf->rat.index_mode) |
H A Dr600_asm.h212 struct r600_bytecode_rat rat; member in struct:r600_bytecode_cf
H A Dr600_asm.c2203 o += fprintf(stderr, "RAT%d", cf->rat.id);
2204 if (cf->rat.index_mode) {
2205 o += fprintf(stderr, "[IDX%d]", cf->rat.index_mode - 1);
2207 o += fprintf(stderr, " INST: %d ", cf->rat.inst);
H A Dr600_shader.c8921 cf->rat.id = ctx->shader->rat_base + inst->Src[0].Register.Index;
8922 cf->rat.inst = V_RAT_INST_NOP_RTN;
8923 cf->rat.index_mode = rat_index_mode;
9065 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE];
9066 cf->rat.inst = V_RAT_INST_STORE_TYPED;
9067 cf->rat.index_mode = rat_index_mode;
9123 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index;
9124 cf->rat.inst = V_RAT_INST_STORE_TYPED;
9125 cf->rat.index_mode = rat_index_mode;
9294 cf->rat
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_state.h89 int rat; member in struct:__anon0a2b7a930208
H A Devergreen_accel.c279 if (cb_conf->rat)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_state.h89 int rat; member in struct:__anon924f4acb0208
H A Devergreen_accel.c273 if (cb_conf->rat)

Completed in 46 milliseconds