Home
last modified time | relevance | path

Searched refs:NONMIP (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td106 MIMGBaseOpcode NONMIP = nonmip;
112 let Fields = ["MIP", "NONMIP"];
835 // MIP to NONMIP Optimization Mapping
DSIISelLowering.cpp5453 IntrOpcode = MIPMappingInfo->NONMIP; // set new opcode to variant without _mip in lowerImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h247 MIMGBaseOpcode NONMIP; member