Searched refs:LP_LLVM_SAMPLER_MEMBER (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 235 #define LP_LLVM_SAMPLER_MEMBER(_name, _index, _emit_load) \ macro 247 LP_LLVM_SAMPLER_MEMBER(min_lod, LP_JIT_SAMPLER_MIN_LOD, TRUE) in LP_LLVM_SAMPLER_MEMBER() function 248 LP_LLVM_SAMPLER_MEMBER(max_lod, LP_JIT_SAMPLER_MAX_LOD, TRUE) in LP_LLVM_SAMPLER_MEMBER() 249 LP_LLVM_SAMPLER_MEMBER(lod_bias, LP_JIT_SAMPLER_LOD_BIAS, TRUE) in LP_LLVM_SAMPLER_MEMBER() 250 LP_LLVM_SAMPLER_MEMBER(border_color, LP_JIT_SAMPLER_BORDER_COLOR, FALSE) in LP_LLVM_SAMPLER_MEMBER()
|