HomeSort by relevance Sort by last modified time
    Searched refs:t_coord (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_image.c 192 int *s_coord, int *t_coord, int *r_coord)
195 *t_coord = has_1coord(params->tgsi_tex_instr) ? 0 : t[index];
237 int s_coord, t_coord, r_coord; local
243 fill_coords(params, j, s, t, r, &s_coord, &t_coord, &r_coord);
245 s_coord, t_coord, r_coord))
271 s_coord, t_coord, 1, 1);
279 s_coord, t_coord, 1, 1);
287 s_coord, t_coord, 1, 1);
342 int s_coord, t_coord, r_coord; local
347 fill_coords(params, j, s, t, r, &s_coord, &t_coord, &r_coord)
685 int s_coord, t_coord, r_coord; local
    [all...]
  /system/core/libpixelflinger/
picker.cpp 141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
buffer.cpp 48 t.t_coord = GGL_ONE_TO_ONE;
pixelflinger.cpp 487 else if (coord == GGL_T) coord_ptr = &(c->activeTMU->t_coord);
scanline.cpp 733 if (tx.t_coord != GGL_ONE_TO_ONE) {
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 414 uint32_t t_coord; member in struct:android::texture_t

Completed in 795 milliseconds