Searched refs:output_map (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c333 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
335 emit->temp_col[idx] = emit->output_map[idx];
340 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT,
345 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
347 emit->temp_pos = emit->output_map[idx];
354 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT, 0 );
450 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
452 emit->temp_pos = emit->output_map[idx];
461 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
463 emit->temp_psiz = emit->output_map[id
[all...]
H A Dsvga_tgsi_emit.h101 SVGA3dShaderDestToken output_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c98 dest = emit->output_map[reg->Register.Index];
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c333 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
335 emit->temp_col[idx] = emit->output_map[idx];
340 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT,
345 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
347 emit->temp_pos = emit->output_map[idx];
354 emit->output_map[idx] = dst_register( SVGA3DREG_COLOROUT, 0 );
450 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
452 emit->temp_pos = emit->output_map[idx];
461 emit->output_map[idx] = dst_register( SVGA3DREG_TEMP,
463 emit->temp_psiz = emit->output_map[id
[all...]
H A Dsvga_tgsi_emit.h101 SVGA3dShaderDestToken output_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c98 dest = emit->output_map[reg->Register.Index];
/external/openfst/src/include/fst/
H A Drelabel.h69 unordered_map<Label, Label> output_map; local
71 output_map[opairs[i].first] = opairs[i].second;
96 it = output_map.find(arc.olabel);
97 if (it != output_map.end()) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h56 std::unordered_map<Label, Label> output_map; local
58 output_map[opairs[i].first] = opairs[i].second;
75 it = output_map.find(arc.olabel);
76 if (it != output_map.end()) { arc.olabel = it->second; }
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c736 output_map(bin_objfmt_output_info *info) function
1338 output_map(&info);

Completed in 1581 milliseconds