Home
last modified time | relevance | path

Searched defs:brw_vs_compile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.h85 struct brw_vs_compile { struct
86 struct brw_compile func;
87 struct brw_vs_prog_key key;
88 struct brw_vs_prog_data prog_data;
89 int8_t constant_map[1024];
91 struct brw_vertex_program *vp;
93 GLuint nr_inputs;
95 GLuint first_output;
96 GLuint last_scratch; /**< measured in 32-byte (register size) units */
120 bool brw_vs_emit(struct gl_shader_program *prog, struct brw_vs_compile *c); argument
Dbrw_vs_emit.c429 static void unalias1( struct brw_vs_compile *c, in unalias1()
452 static void unalias2( struct brw_vs_compile *c, in unalias2()
478 static void unalias3( struct brw_vs_compile *c, in unalias3()