HomeSort by relevance Sort by last modified time
    Searched refs:output_map (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 333 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[idx]
    [all...]
svga_tgsi_emit.h 101 SVGA3dShaderDestToken output_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
svga_tgsi_insn.c 98 dest = emit->output_map[reg->Register.Index];
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 333 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[idx]
    [all...]
svga_tgsi_emit.h 101 SVGA3dShaderDestToken output_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
svga_tgsi_insn.c 98 dest = emit->output_map[reg->Register.Index];
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 57 hash_map<Label, Label> output_map; local
59 output_map[opairs[i].first] = opairs[i].second;
76 it = output_map.find(arc.olabel);
77 if (it != output_map.end()) { arc.olabel = it->second; }
  /external/openfst/src/include/fst/
relabel.h 69 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 736 output_map(bin_objfmt_output_info *info) function
    [all...]

Completed in 4750 milliseconds