Home
last modified time | relevance | path

Searched refs:isTypeFloat (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVType.cpp152 SPIRVType::isTypeFloat(unsigned Bits)const { in isTypeFloat() function in igc_spv::SPIRVType
254 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
269 return isTypeFloat() || isTypeVectorFloat(); in isTypeVectorOrScalarFloat()
374 const bool isFloating = ElemType->isTypeFloat(); in getElementTypeFlags()
H A DSPIRVValue.h128 if (Type->isTypeFloat(16)) in getRequiredCapability()
130 else if (Type->isTypeFloat(64)) in getRequiredCapability()
264 …IGC_ASSERT_MESSAGE((Type->isTypeInt() || Type->isTypeBool() || Type->isTypeFloat() || Type->isType… in validate()
H A DSPIRVType.h93 bool isTypeFloat(unsigned Bits = 0) const;
209 if (getElementType()->isTypeFloat(16)) in getRequiredCapability()
H A DSPIRVInstruction.h532 …SAGE(getValueType(PtrId)->getPointerElementType()->isTypeFloat(0) == getValueType(ValId)->isTypeFl…
601 …IGC_ASSERT_MESSAGE((op1Ty->isTypeInt() || op2Ty->isTypeFloat()), "Invalid type for Binary instruct…
1021 …IGC_ASSERT_MESSAGE((resTy->isTypeInt() || resTy->isTypeFloat()), "Invalid type for Generic Negate …
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVType.cpp157 bool SPIRVType::isTypeFloat(unsigned Bits) const { in isTypeFloat() function in SPIRV::SPIRVType
205 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
226 return isTypeFloat() || isTypeVectorFloat(); in isTypeVectorOrScalarFloat()
H A DSPIRVInstruction.h636 assert((Op1Ty->isTypeInt() || Op2Ty->isTypeFloat()) &&
1312 assert(Ty && Ty->isTypeFloat() &&
1314 assert(MTy && MTy->isTypeFloat() &&
1433 assert(LMTy->isTypeFloat() &&
1435 assert(RMTy->isTypeFloat() &&
1512 assert((ResTy->isTypeInt() || ResTy->isTypeFloat()) &&
2675 if (getType()->isTypeFloat(32))
2677 assert(getType()->isTypeFloat(64) &&
2691 if (getType()->isTypeFloat(16))
2693 if (getType()->isTypeFloat(32))
[all …]
H A DSPIRVType.h87 bool isTypeFloat(unsigned Bits = 0) const;
209 if (isTypeFloat(16)) { in getRequiredCapability()
215 } else if (isTypeFloat(64)) in getRequiredCapability()
252 if (getElementType()->isTypeFloat(16)) in getRequiredCapability()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/Include/
H A DBaseTypes.h424 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/Include/
H A DBaseTypes.h505 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/Include/
H A DBaseTypes.h524 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/Include/
H A DBaseTypes.h518 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/Include/
H A DBaseTypes.h518 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/Include/
H A DBaseTypes.h518 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/Include/
H A DBaseTypes.h536 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/graphics/glslang/glslang-11.7.1/glslang/Include/
H A DBaseTypes.h548 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() function
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A DGlslangToSpv.cpp5143 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
5511 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
6558 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
6924 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
7162 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DGlslangToSpv.cpp5118 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
5462 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
6497 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
6863 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
7101 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DGlslangToSpv.cpp5118 bool isFloat = isTypeFloat(typeProxy); in createBinaryOperation()
5462 bool isFloat = isTypeFloat(typeProxy); in createUnaryOperation()
6497 bool isFloat = isTypeFloat(typeProxy); in createInvocationsOperation()
6863 const bool isFloat = isTypeFloat(typeProxy); in createSubgroupOperation()
7101 bool isFloat = isTypeFloat(typeProxy); in createMiscOperation()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A DGlslangToSpv.cpp4059 bool isFloat = isTypeFloat(typeProxy);
4397 bool isFloat = isTypeFloat(typeProxy);
5368 bool isFloat = isTypeFloat(typeProxy);
5975 bool isFloat = isTypeFloat(typeProxy);

12