Lines Matching refs:mipmap
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"):
632 test_name = "test_tex_" + "".join((mipmap, geom, vec, dtype, ctype))
639 mipmap=("" if mipmap == "" else "." + mipmap),
646 "access" : get_llvm_texture_access(geom, ctype, mipmap),
650 mipmap=("" if mipmap == "" else "." + mipmap),
667 access_ty=get_llvm_texture_access_type(geom, ctype, mipmap))
674 access_ty=get_llvm_texture_access_type(geom, ctype, mipmap))