Searched defs:st_geometry_program (Results 1 – 1 of 1) sorted by relevance
193 struct st_geometry_program struct195 struct gl_geometry_program Base; /**< The Mesa geometry program */196 struct glsl_to_tgsi_visitor* glsl_to_tgsi;199 GLuint input_map[PIPE_MAX_SHADER_INPUTS];202 GLuint input_to_index[GEOM_ATTRIB_MAX];204 GLuint index_to_input[PIPE_MAX_SHADER_INPUTS];206 GLuint num_inputs;208 GLuint input_to_slot[GEOM_ATTRIB_MAX]; /**< Maps GEOM_ATTRIB_x to slot */209 GLuint num_input_slots;234 static INLINE struct st_geometry_program * argument[all …]