Searched refs:reg_idx (Results 1 – 3 of 3) sorted by relevance
93 unsigned reg_idx = info->output[i].register_index; in svga_create_stream_output() local96 shader->info.output_semantic_name[reg_idx]; in svga_create_stream_output()120 shader->info.output_semantic_index[reg_idx]; in svga_create_stream_output()123 decls[i].registerIndex = reg_idx; in svga_create_stream_output()
1893 FT_Int reg_idx = (FT_Int)args[0]; in cff_decoder_parse_charstrings() local1903 if ( reg_idx >= 0 && reg_idx <= 2 && in cff_decoder_parse_charstrings()
6961 static int r600_do_buffer_txq(struct r600_shader_ctx *ctx, int reg_idx, int offset) in r600_do_buffer_txq() argument6965 int id = tgsi_tex_get_src_gpr(ctx, reg_idx) + offset; in r600_do_buffer_txq()6966 …int sampler_index_mode = inst->Src[reg_idx].Indirect.Index == 2 ? 2 : 0; // CF_INDEX_1 : CF_INDEX_… in r600_do_buffer_txq()