HomeSort by relevance Sort by last modified time
    Searched defs:input_semantic_index (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 46 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; member in struct:tgsi_shader_info
  /external/mesa3d/src/mesa/state_tracker/
st_program.h 212 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; member in struct:st_geometry_program
st_program.c 487 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; local
547 input_semantic_index[slot] = 0;
552 input_semantic_index[slot] = 0;
558 input_semantic_index[slot] = 1;
564 input_semantic_index[slot] = 0;
569 input_semantic_index[slot] = 0;
574 input_semantic_index[slot] = 0;
579 input_semantic_index[slot] = 1;
612 input_semantic_index[slot] = (attr - FRAG_ATTRIB_TEX0);
720 input_semantic_index,
    [all...]

Completed in 126 milliseconds