Home
last modified time | relevance | path

Searched refs:hasTG (Results 1 – 12 of 12) sorted by relevance

/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drendergl.cpp5 … = false, hasUBO = false, hasMBR = false, hasDB2 = false, hasDBB = false, hasTG = false, hasTQ = f… variable
939 hasTG = hasGPU5 = true; in gl_checkextensions()
954 hasTG = true; in gl_checkextensions()
978 if(hasTG) usetexgather = hasGPU5 && !intel && !nvidia ? 2 : 1; in gl_checkextensions()
1062 if(hasGPU5 && hasTG) tqaaresolvegather = 1; in gl_checkextensions()
H A Dengine.h281 …sFBB, hasFBMS, hasTMS, hasMSS, hasFBMSBS, hasUBO, hasMBR, hasDB2, hasDBB, hasTG, hasTQ, hasPF, has…
H A Dshader.cpp181 if(hasTG) parts[numparts++] = "#extension GL_ARB_texture_gather : enable\n"; in compileglslshader()
H A Drenderlights.cpp1749 static inline bool usegatherforsm() { return smfilter > 1 && smgather && hasTG && usetexgather; } in usegatherforsm()
1750 static inline bool usesmcomparemode() { return !usegatherforsm() || (hasTG && hasGPU5 && usetexgath… in usesmcomparemode()
/dports/games/tesseract-data/tesseract/src/engine/
H A Drendergl.cpp5 … = false, hasUBO = false, hasMBR = false, hasDB2 = false, hasDBB = false, hasTG = false, hasTQ = f… variable
973 hasTG = hasGPU5 = true; in gl_checkextensions()
988 hasTG = true; in gl_checkextensions()
1012 if(hasTG) usetexgather = hasGPU5 && !intel && !nvidia ? 2 : 1; in gl_checkextensions()
1075 if(hasGPU5 && hasTG && !intel_texgatheroffsetcomp_bug) tqaaresolvegather = 1; in gl_checkextensions()
H A Dengine.h122 … hasMSS, hasFBMSBS, hasNVFBMSC, hasNVTMS, hasUBO, hasMBR, hasDB2, hasDBB, hasTG, hasTQ, hasPF, has…
H A Dshader.cpp183 if(hasTG) parts[numparts++] = "#extension GL_ARB_texture_gather : enable\n"; in compileglslshader()
H A Drenderlights.cpp1644 static inline bool usegatherforsm() { return smfilter > 1 && smgather && hasTG && usetexgather; } in usegatherforsm()
1645 static inline bool usesmcomparemode() { return !usegatherforsm() || (hasTG && hasGPU5 && usetexgath… in usesmcomparemode()
/dports/games/tesseract/tesseract/src/engine/
H A Drendergl.cpp5 … = false, hasUBO = false, hasMBR = false, hasDB2 = false, hasDBB = false, hasTG = false, hasTQ = f… variable
973 hasTG = hasGPU5 = true; in gl_checkextensions()
988 hasTG = true; in gl_checkextensions()
1012 if(hasTG) usetexgather = hasGPU5 && !intel && !nvidia ? 2 : 1; in gl_checkextensions()
1075 if(hasGPU5 && hasTG && !intel_texgatheroffsetcomp_bug) tqaaresolvegather = 1; in gl_checkextensions()
H A Dengine.h122 … hasMSS, hasFBMSBS, hasNVFBMSC, hasNVTMS, hasUBO, hasMBR, hasDB2, hasDBB, hasTG, hasTQ, hasPF, has…
H A Dshader.cpp183 if(hasTG) parts[numparts++] = "#extension GL_ARB_texture_gather : enable\n"; in compileglslshader()
H A Drenderlights.cpp1644 static inline bool usegatherforsm() { return smfilter > 1 && smgather && hasTG && usetexgather; } in usegatherforsm()
1645 static inline bool usesmcomparemode() { return !usegatherforsm() || (hasTG && hasGPU5 && usetexgath… in usesmcomparemode()