OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_mismatch
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h
51
void *vs_mismatch, *
fs_mismatch
;
member in struct:vl_idct
vl_idct.c
469
idct->
fs_mismatch
= create_mismatch_frag_shader(idct);
470
if (!idct->
fs_mismatch
)
500
idct->pipe->delete_fs_state(idct->pipe, idct->
fs_mismatch
);
835
idct->pipe->bind_fs_state(idct->pipe, idct->
fs_mismatch
);
Completed in 138 milliseconds