Searched refs:icoord (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c131 * \param icoord returns the integer texcoords
134 wrap_nearest_repeat(float s, unsigned size, int offset, int *icoord) argument
139 *icoord = repeat(i + offset, size);
144 wrap_nearest_clamp(float s, unsigned size, int offset, int *icoord) argument
151 *icoord = 0;
153 *icoord = size - 1;
155 *icoord = util_ifloor(s);
160 wrap_nearest_clamp_to_edge(float s, unsigned size, int offset, int *icoord) argument
171 *icoord = 0;
173 *icoord
180 wrap_nearest_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
198 wrap_nearest_mirror_repeat(float s,unsigned size,int offset,int * icoord) argument
220 wrap_nearest_mirror_clamp(float s,unsigned size,int offset,int * icoord) argument
235 wrap_nearest_mirror_clamp_to_edge(float s,unsigned size,int offset,int * icoord) argument
253 wrap_nearest_mirror_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
403 wrap_nearest_unorm_clamp(float s,unsigned size,int offset,int * icoord) argument
414 wrap_nearest_unorm_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
424 wrap_nearest_unorm_clamp_to_edge(float s,unsigned size,int offset,int * icoord) argument
[all...]
H A Dsp_tex_sample.h42 int *icoord);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c131 * \param icoord returns the integer texcoords
134 wrap_nearest_repeat(float s, unsigned size, int offset, int *icoord) argument
139 *icoord = repeat(i + offset, size);
144 wrap_nearest_clamp(float s, unsigned size, int offset, int *icoord) argument
151 *icoord = 0;
153 *icoord = size - 1;
155 *icoord = util_ifloor(s);
160 wrap_nearest_clamp_to_edge(float s, unsigned size, int offset, int *icoord) argument
171 *icoord = 0;
173 *icoord
180 wrap_nearest_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
198 wrap_nearest_mirror_repeat(float s,unsigned size,int offset,int * icoord) argument
220 wrap_nearest_mirror_clamp(float s,unsigned size,int offset,int * icoord) argument
235 wrap_nearest_mirror_clamp_to_edge(float s,unsigned size,int offset,int * icoord) argument
253 wrap_nearest_mirror_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
417 wrap_nearest_unorm_clamp(float s,unsigned size,int offset,int * icoord) argument
428 wrap_nearest_unorm_clamp_to_border(float s,unsigned size,int offset,int * icoord) argument
438 wrap_nearest_unorm_clamp_to_edge(float s,unsigned size,int offset,int * icoord) argument
[all...]
H A Dsp_tex_sample.h42 int *icoord);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c688 LLVMValueRef icoord; local in function:lp_build_sample_wrap_nearest
694 icoord = lp_build_ifloor(coord_bld, coord);
696 icoord = lp_build_add(int_coord_bld, icoord, offset);
698 icoord = LLVMBuildAnd(builder, icoord, length_minus_one, "");
709 icoord = lp_build_itrunc(coord_bld, coord);
726 icoord = lp_build_itrunc(coord_bld, coord);
729 icoord = lp_build_clamp(int_coord_bld, icoord, int_coord_bl
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c698 LLVMValueRef icoord; local in function:lp_build_sample_wrap_nearest
704 icoord = lp_build_ifloor(coord_bld, coord);
706 icoord = lp_build_add(int_coord_bld, icoord, offset);
708 icoord = LLVMBuildAnd(builder, icoord, length_minus_one, "");
719 icoord = lp_build_itrunc(coord_bld, coord);
736 icoord = lp_build_itrunc(coord_bld, coord);
739 icoord = lp_build_clamp(int_coord_bld, icoord, int_coord_bl
[all...]

Completed in 14 milliseconds