Searched refs:texcoord_size (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 525 unsigned vertex_size, unsigned texcoord_size, 531 unsigned texcoord_size);
|
D | meta_blit.c | 68 const unsigned texcoord_size = 2 + (src_rb->Depth > 1 ? 1 : 0); in setup_glsl_blit_framebuffer() local 75 2, texcoord_size, 0); in setup_glsl_blit_framebuffer()
|
D | meta.c | 327 unsigned vertex_size, unsigned texcoord_size, in _mesa_meta_setup_vertex_objects() argument 363 if (texcoord_size > 0) { in _mesa_meta_setup_vertex_objects() 365 texcoord_size, GL_FLOAT, GL_RGBA, in _mesa_meta_setup_vertex_objects() 384 if (texcoord_size > 0) { in _mesa_meta_setup_vertex_objects() 1487 unsigned texcoord_size) in _mesa_meta_setup_ff_tnl_for_blit() argument 1489 _mesa_meta_setup_vertex_objects(ctx, VAO, buf_obj, false, 2, texcoord_size, in _mesa_meta_setup_ff_tnl_for_blit()
|