Searched defs:icoord (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 134 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() 417 wrap_nearest_unorm_clamp(float s, unsigned size, int offset, int *icoord) in wrap_nearest_unorm_clamp() 428 wrap_nearest_unorm_clamp_to_border(float s, unsigned size, int offset, int *icoord) in wrap_nearest_unorm_clamp_to_border() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 698 LLVMValueRef icoord; in lp_build_sample_wrap_nearest() local
|