Searched defs:isFloatType (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp118 bool isFloatType = supportFloatConfigs ? local
126 bool isOk = isRenderable && isConformant && (numSamples == 0) && !isFloatType && !isYUV;
145 DE_ASSERT(!isRenderable || !isConformant || (numSamples != 0) || isFloatType || isYUV);
152 isFloatType ? EXCLUDEREASON_FLOAT : EXCLUDEREASON_YUV));
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h122 static inline bool isFloatType(DataType ty) function
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp243 if (isFloatType(descriptor)) /* For floating type. */
574 if (isFloatType(descriptor))
679 if (isFloatType(descriptor) || isFixedSignedType(descriptor) || isFixedUnsignedType(descriptor) ||
835 if (isFloatType(descriptor) || isDepthType(descriptor) || isStencilType(descriptor))
1007 bool FunctionalTest::isFloatType(TextureInternalFormatDescriptor descriptor) function in class:gl3cts::TextureSizePromotion::FunctionalTest
1105 if (isFloatType(descriptor))
H A Dgl4cEnhancedLayoutsTests.cpp17774 const bool is_float_type_gohan = isFloatType(type_gohan);
17785 const bool is_float_type_goten = isFloatType(type_goten);
17873 bool VaryingLocationAliasingWithMixedTypesTest::isFloatType(const Utils::Type& type) function in class:gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedTypesTest
18288 const bool is_float_type_gohan = isFloatType(type_gohan);
18299 const bool is_float_type_goten = isFloatType(type_goten);
18427 bool VaryingLocationAliasingWithMixedInterpolationTest::isFloatType(const Utils::Type& type) function in class:gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedInterpolationTest
18860 const bool is_float_type_gohan = isFloatType(type_gohan);
18873 const bool is_float_type_goten = isFloatType(type_goten);
18989 bool VaryingLocationAliasingWithMixedAuxiliaryStorageTest::isFloatType(const Utils::Type& type) function in class:gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedAuxiliaryStorageTest
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp281 static inline bool isFloatType (ValueType type) function in namespace:vkt::sr::__anon4517
1921 const DataType prevInDataType = isFloatType(prevV.valueType) ? s_floatTypes[prevInScalarSize - 1]
1928 const DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp301 static inline bool isFloatType (ValueType type) function in namespace:deqp::gles3::Functional
1961 DataType prevInDataType = isFloatType(prevV.valueType) ? s_floatTypes[prevInScalarSize - 1]
1968 DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1]

Completed in 1051 milliseconds