Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dgen4asm.h185 struct brw_program { struct
186 struct brw_program_instruction *first; argument
187 struct brw_program_instruction *last; argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h332 struct brw_program { struct
333 struct gl_program program;
334 GLuint id;
336 bool compiled_once;
1588 brw_program(struct gl_program *p) in brw_program() function