| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_streamout.c | 93 unsigned reg_idx = info->output[i].register_index; local in function:svga_create_stream_output 96 shader->info.output_semantic_name[reg_idx]; 120 shader->info.output_semantic_index[reg_idx]; 123 decls[i].registerIndex = reg_idx;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 105 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, argument 126 unsigned mr = ~(s->reg_state[reg_idx / 8] >> reg_idx % 8 * 4 & 0xf); 143 s->reg_state[reg_idx / 8] |= 1 << (*comp + reg_idx % 8 * 4);
|
| H A D | ir2_nir.c | 531 unsigned reg_idx = instr->reg - ctx->reg; /* XXX */ local in function:load_input 533 instr->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 717 unsigned reg_idx; local in function:emit_tex 725 reg_idx = instr->reg - ctx->reg; /* hacky */ 728 rcp->src[0] = ir2_src(reg_idx, IR2_SWIZZLE_Z, IR2_SRC_REG); 732 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 736 src_coord = ir2_src(reg_idx, 0, IR2_SRC_REG);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 101 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, argument 122 unsigned mr = ~(s->reg_state[reg_idx/8] >> reg_idx%8*4 & 0xf);
|
| H A D | ir2_nir.c | 524 unsigned reg_idx = instr->reg - ctx->reg; /* XXX */ local in function:load_input 526 instr->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 699 unsigned reg_idx; local in function:emit_tex 707 reg_idx = instr->reg - ctx->reg; /* hacky */ 710 rcp->src[0] = ir2_src(reg_idx, IR2_SWIZZLE_Z, IR2_SRC_REG); 714 coord_xy->src[0] = ir2_src(reg_idx, 0, IR2_SRC_REG); 718 src_coord = ir2_src(reg_idx, 0, IR2_SRC_REG);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_streamout.c | 187 unsigned reg_idx = info->output[i].register_index; local in function:svga_create_stream_output 190 shader->info.output_semantic_name[reg_idx]; 198 i, reg_idx, buf_idx, info->output[i].stream); 257 shader->info.output_semantic_index[reg_idx]; 260 decls[numDecls].registerIndex = reg_idx;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 366 int reg_idx; local in function:assign_regs 367 BITSET_FOREACH_SET(reg_idx, block->live_out, ctx->comp->cur_reg) { 368 if (BITSET_TEST(block->def_out, reg_idx)) { 369 block->live_out_phys |= (1ull << ctx->registers[reg_idx].assigned_color);
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | cffdecode.c | 1917 FT_Int reg_idx = (FT_Int)args[0]; local in function:cff_decoder_parse_charstrings 1927 if ( reg_idx >= 0 && reg_idx <= 2 &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7404 static int r600_do_buffer_txq(struct r600_shader_ctx *ctx, int reg_idx, int offset, int eg_buffer_base) argument 7408 int id = tgsi_tex_get_src_gpr(ctx, reg_idx) + offset; 7409 int sampler_index_mode = inst->Src[reg_idx].Indirect.Index == 2 ? 2 : 0; // CF_INDEX_1 : CF_INDEX_NONE
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7503 static int r600_do_buffer_txq(struct r600_shader_ctx *ctx, int reg_idx, int offset, int eg_buffer_base) argument 7507 int id = tgsi_tex_get_src_gpr(ctx, reg_idx) + offset; 7508 int sampler_index_mode = inst->Src[reg_idx].Indirect.Index == 2 ? 2 : 0; // CF_INDEX_1 : CF_INDEX_NONE
|