Searched refs:cb_vs (Results 1 – 2 of 2) sorted by relevance
311 struct pipe_constant_buffer cb_vs; member
525 context->pipe_data.cb_vs.buffer_size = cb.buffer_size; in prepare_vs_constants_userbuf()531 &context->pipe_data.cb_vs.buffer_offset, in prepare_vs_constants_userbuf()532 &context->pipe_data.cb_vs.buffer); in prepare_vs_constants_userbuf()534 context->pipe_data.cb_vs.user_buffer = NULL; in prepare_vs_constants_userbuf()536 context->pipe_data.cb_vs = cb; in prepare_vs_constants_userbuf()1127 pipe->set_constant_buffer(pipe, PIPE_SHADER_VERTEX, 0, &context->pipe_data.cb_vs); in commit_vs_constants()