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

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 201 emit->input_map[idx] = src_register( SVGA3DREG_TEMP,
214 emit->input_map[idx] = emit->ps_true_pos;
226 emit->input_map[idx] = src_register( SVGA3DREG_INPUT, emit->ps30_input_count );
230 reg = dst( emit->input_map[idx] );
263 if (!ps30_input_emit_depth_fog( emit, &emit->input_map[idx] ))
266 emit->input_map[idx].base.swizzle = TRANSLATE_SWIZZLE( TGSI_SWIZZLE_X,
281 emit->input_map[idx] = src_register( SVGA3DREG_INPUT, emit->ps30_input_count++ );
282 reg = dst( emit->input_map[idx] );
300 emit->ps_true_texcoord[unit] = emit->input_map[idx];
309 /* replace input_map entry with the temp register *
    [all...]
svga_tgsi_emit.h 100 struct src_register input_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
svga_tgsi_insn.c 180 src = emit->input_map[reg->Register.Index];
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.h 199 GLuint input_map[PIPE_MAX_SHADER_INPUTS]; member in struct:st_geometry_program
st_program.c 861 stgp->input_map[slot + gs_array_offset] = vslot - gs_builtin_inputs;
873 slot + gs_array_offset, stgp->input_map[slot + gs_array_offset]);
    [all...]
  /external/openfst/src/include/fst/
relabel.h 64 unordered_map<Label, Label> input_map; local
66 input_map[ipairs[i].first] = ipairs[i].second;
84 input_map.find(arc.ilabel);
85 if (it != input_map.end()) {

Completed in 79 milliseconds