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

  /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/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()) {

Completed in 347 milliseconds