Home
last modified time | relevance | path

Searched defs:icoord (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c134 wrap_nearest_repeat(float s, unsigned size, int offset, int *icoord) in wrap_nearest_repeat()
144 wrap_nearest_clamp(float s, unsigned size, int offset, int *icoord) in wrap_nearest_clamp()
160 wrap_nearest_clamp_to_edge(float s, unsigned size, int offset, int *icoord) in wrap_nearest_clamp_to_edge()
180 wrap_nearest_clamp_to_border(float s, unsigned size, int offset, int *icoord) in wrap_nearest_clamp_to_border()
198 wrap_nearest_mirror_repeat(float s, unsigned size, int offset, int *icoord) in wrap_nearest_mirror_repeat()
220 wrap_nearest_mirror_clamp(float s, unsigned size, int offset, int *icoord) in wrap_nearest_mirror_clamp()
235 wrap_nearest_mirror_clamp_to_edge(float s, unsigned size, int offset, int *icoord) in wrap_nearest_mirror_clamp_to_edge()
253 wrap_nearest_mirror_clamp_to_border(float s, unsigned size, int offset, int *icoord) in wrap_nearest_mirror_clamp_to_border()
403 wrap_nearest_unorm_clamp(float s, unsigned size, int offset, int *icoord) in wrap_nearest_unorm_clamp()
414 wrap_nearest_unorm_clamp_to_border(float s, unsigned size, int offset, int *icoord) in wrap_nearest_unorm_clamp_to_border()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c151 LLVMValueRef *icoord) in lp_build_sample_wrap_nearest_float()
Dlp_bld_sample_soa.c553 LLVMValueRef icoord; in lp_build_sample_wrap_nearest() local