Lines Matching defs:state
1695 struct pipe_shader_state state = {0};
1701 pipe_shader_state_from_tgsi(&state, tokens);
1702 hud->fs_text = pipe->create_fs_state(pipe, &state);
1732 struct pipe_shader_state state = {0};
1737 pipe_shader_state_from_tgsi(&state, tokens);
1738 hud->vs_color = pipe->create_vs_state(pipe, &state);
1769 struct pipe_shader_state state = {0};
1774 pipe_shader_state_from_tgsi(&state, tokens);
1775 hud->vs_text = pipe->create_vs_state(pipe, &state);
1904 /* blend state */
1935 /* sampler state (for font drawing) */