Searched refs:input_map (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c201 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 entr
[all...]
H A Dsvga_tgsi_emit.h100 struct src_register input_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c180 src = emit->input_map[reg->Register.Index];
2969 front[i] = emit->input_map[emit->internal_color_idx[i]];
2976 /* Reassign the input_map to the actual front-face color:
2978 emit->input_map[emit->internal_color_idx[i]] = src(color[i]);
3047 /* Reassign the input_map to the actual front-face color:
3049 emit->input_map[emit->internal_frontface_idx] = src(temp);
3076 < Elements(emit->input_map));
3087 /* Reassign the input_map entry to the new texcoord register */
3088 emit->input_map[emit->ps_inverted_texcoord_input[unit]] =
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c201 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 entr
[all...]
H A Dsvga_tgsi_emit.h100 struct src_register input_map[PIPE_MAX_ATTRIBS]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c180 src = emit->input_map[reg->Register.Index];
2969 front[i] = emit->input_map[emit->internal_color_idx[i]];
2976 /* Reassign the input_map to the actual front-face color:
2978 emit->input_map[emit->internal_color_idx[i]] = src(color[i]);
3047 /* Reassign the input_map to the actual front-face color:
3049 emit->input_map[emit->internal_frontface_idx] = src(temp);
3076 < Elements(emit->input_map));
3087 /* Reassign the input_map entry to the new texcoord register */
3088 emit->input_map[emit->ps_inverted_texcoord_input[unit]] =
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_program.h199 GLuint input_map[PIPE_MAX_SHADER_INPUTS]; member in struct:st_geometry_program
H A Dst_program.c861 stgp->input_map[slot + gs_array_offset] = vslot - gs_builtin_inputs;
873 slot + gs_array_offset, stgp->input_map[slot + gs_array_offset]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.h199 GLuint input_map[PIPE_MAX_SHADER_INPUTS]; member in struct:st_geometry_program
H A Dst_program.c861 stgp->input_map[slot + gs_array_offset] = vslot - gs_builtin_inputs;
873 slot + gs_array_offset, stgp->input_map[slot + gs_array_offset]);
/external/openfst/src/include/fst/
H A Drelabel.h64 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()) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h52 hash_map<Label, Label> input_map; local
54 input_map[ipairs[i].first] = ipairs[i].second;
72 input_map.find(arc.ilabel);
73 if (it != input_map.end()) {arc.ilabel = it->second; }

Completed in 467 milliseconds