Searched refs:wrap_nearest_clamp_to_edge (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 160 wrap_nearest_clamp_to_edge(float s, unsigned size, int offset, int *icoord) function in typeref:typename:void 1420 wrap_nearest_clamp_to_edge(args->s, width, args->offset[0], &x); 1421 wrap_nearest_clamp_to_edge(args->t, height, args->offset[1], &y); 2968 return wrap_nearest_clamp_to_edge;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 160 wrap_nearest_clamp_to_edge(float s, unsigned size, int offset, int *icoord) function in typeref:typename:void 1434 wrap_nearest_clamp_to_edge(args->s, width, args->offset[0], &x); 1435 wrap_nearest_clamp_to_edge(args->t, height, args->offset[1], &y); 2982 return wrap_nearest_clamp_to_edge;
|
Completed in 12 milliseconds