Searched refs:mipmap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | surf-tex.py | 423 def get_llvm_texture_access(geom_ptx, ctype, mipmap): argument 436 if mipmap == "level": 438 elif mipmap == "grad": 450 def get_llvm_texture_access_type(geom_ptx, ctype, mipmap): argument 463 if mipmap == "level": 465 elif mipmap == "grad": 589 for mipmap, geom, vec, dtype, ctype in product( 603 if ctype == "s32" and mipmap != "": 619 if mipmap == "grad" and geom in ("cube", "acube"): 639 mipmap=("" if mipmap == "" else "." + mipmap), [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 3244 "llvm.nvvm.txq.num.mipmap.levels">,
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AMDGPU/ |
| H A D | amdgcn-intrinsics.ll | 4338 ; llvm.amdgcn.image.sample mipmap zero
|