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

  /frameworks/wilhelm/src/android/
channels.cpp 131 static const struct channel_map output_map[] = { variable in typeref:struct:channel_map
151 static const unsigned int nOutputChannelMappings = sizeof(output_map) / sizeof(output_map[0]);
220 return sles_to_android_mask_helper(mask, output_map, nOutputChannelMappings);
  /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...]

Completed in 63 milliseconds