Home
last modified time | relevance | path

Searched refs:nine_convert_blend_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c161 nine_convert_blend_state(struct pipe_blend_state *blend_state, const DWORD *rs) in nine_convert_blend_state() function
Dnine_pipe.h42 void nine_convert_blend_state(struct pipe_blend_state *, const DWORD *);
Dnine_state.c370 nine_convert_blend_state(&device->context.pipe_data.blend, device->context.rs); in prepare_blend()