Searched refs:num_sampler_view (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 739 int num_sampler_view, 867 cso_set_samplers(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, samplers); 893 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, num_sampler_view, 896 MAX2(st->state.num_sampler_views[PIPE_SHADER_FRAGMENT], num_sampler_view); 898 for (unsigned i = 0; i < num_sampler_view; i++) 1318 int num_sampler_view = 1; local in function:st_DrawPixels 1387 num_sampler_view++; 1419 assert(num_sampler_view == 1); 1428 num_sampler_view++; 1435 num_sampler_view, 735 draw_textured_quad(struct gl_context * ctx,GLint x,GLint y,GLfloat z,GLsizei width,GLsizei height,GLfloat zoomX,GLfloat zoomY,struct pipe_sampler_view ** sv,int num_sampler_view,void * driver_vp,void * driver_fp,struct st_fp_variant * fpv,const GLfloat * color,GLboolean invertTex,GLboolean write_depth,GLboolean write_stencil) argument 1721 int num_sampler_view = 1; local in function:st_CopyPixels [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 739 int num_sampler_view, 866 cso_set_samplers(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, samplers); 887 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, sv); 1278 int num_sampler_view = 1; local in function:st_DrawPixels 1341 num_sampler_view++; 1368 assert(num_sampler_view == 1); 1377 num_sampler_view++; 1384 num_sampler_view, 1390 if (num_sampler_view > 1) 1649 int num_sampler_view local in function:st_CopyPixels 735 draw_textured_quad(struct gl_context * ctx,GLint x,GLint y,GLfloat z,GLsizei width,GLsizei height,GLfloat zoomX,GLfloat zoomY,struct pipe_sampler_view ** sv,int num_sampler_view,void * driver_vp,void * driver_fp,struct st_fp_variant * fpv,const GLfloat * color,GLboolean invertTex,GLboolean write_depth,GLboolean write_stencil) argument [all...] |
Completed in 172 milliseconds