Searched refs:cb1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dfs-test.c112 struct pipe_constant_buffer cb1; local in function:init_fs_constbuf
115 memset(&cb1, 0, sizeof cb1);
116 cb1.buffer_size = sizeof constants1;
117 cb1.user_buffer = constants1;
121 &cb1);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dfs-test.c112 struct pipe_constant_buffer cb1; local in function:init_fs_constbuf
115 memset(&cb1, 0, sizeof cb1);
116 cb1.buffer_size = sizeof constants1;
117 cb1.user_buffer = constants1;
121 &cb1);

Completed in 3 milliseconds