Searched defs:st_view_format (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c197 enum pipe_format st_view_format; local
217 st_view_format = stObj->pt->format;
236 st_view_format = firstImageFormat;
244 (st_view_format != stObj->sampler_view->format) ||
252 st_view_format);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c197 enum pipe_format st_view_format; local
217 st_view_format = stObj->pt->format;
236 st_view_format = firstImageFormat;
244 (st_view_format != stObj->sampler_view->format) ||
252 st_view_format);

Completed in 71 milliseconds