/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | packing.hpp | 492 /// @see vecType<floatType, P> unpackUnorm(vecType<intType, P> const & p); 493 template <typename uintType, typename floatType, precision P, template <typename, precision> class vecType> 494 GLM_FUNC_DECL vecType<uintType, P> packUnorm(vecType<floatType, P> const & v); 499 /// @see vecType<intType, P> packUnorm(vecType<floatType, P> const & v) 500 template <typename uintType, typename floatType, precision P, template <typename, precision> class vecType> 501 GLM_FUNC_DECL vecType<floatType, P> unpackUnorm(vecType<uintType, P> const & v); 506 /// @see vecType<floatType, P> unpackSnorm(vecType<intType, P> const & p); 507 template <typename intType, typename floatType, precision P, template <typename, precision> class vecType> 508 GLM_FUNC_DECL vecType<intType, P> packSnorm(vecType<floatType, P> const & v); 513 /// @see vecType<intType, P> packSnorm(vecType<floatType, [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | component_wise.hpp | 33 template <typename floatType, typename T, precision P, template <typename, precision> class vecType> 34 GLM_FUNC_DECL vecType<floatType, P> compNormalize(vecType<T, P> const & v); 39 template <typename T, typename floatType, precision P, template <typename, precision> class vecType> 40 GLM_FUNC_DECL vecType<T, P> compScale(vecType<floatType, P> const & v);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteCubeMapSamplersAs2DArray.cpp | 432 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh>(); in declareCoordTranslationFunction() local 434 TIntermTyped *isNegX = new TIntermBinary(EOpLessThan, x, CreateZeroNode(*floatType)); in declareCoordTranslationFunction() 435 TIntermTyped *isNegY = new TIntermBinary(EOpLessThan, y, CreateZeroNode(*floatType)); in declareCoordTranslationFunction() 436 TIntermTyped *isNegZ = new TIntermBinary(EOpLessThan, z, CreateZeroNode(*floatType)); in declareCoordTranslationFunction() 438 TIntermSymbol *absX = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 439 TIntermSymbol *absY = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 440 TIntermSymbol *absZ = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 526 TIntermSymbol *ma = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 527 TIntermSymbol *l = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 528 TIntermSymbol *uc = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 899 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh>(); convertBuiltinFunction() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 775 for (GLenum floatType : floatTypes) in testFloatFormats() 777 if (floatType != GL_UNSIGNED_INT_5_9_9_9_REV && in testFloatFormats() 778 floatType != GL_UNSIGNED_INT_10F_11F_11F_REV) in testFloatFormats() 780 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, false, in testFloatFormats() 782 testCopy(testTarget, kColor, GL_R16F, floatType, false, true, false, in testFloatFormats() 784 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, true, in testFloatFormats() 787 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, false, in testFloatFormats() 789 testCopy(testTarget, kColor, GL_RG16F, floatType, false, true, false, in testFloatFormats() 791 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, true, in testFloatFormats() 794 testCopy(testTarget, kColor, GL_RGB16F, floatType, fals in testFloatFormats() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | DriverUniform.cpp | 124 TType *floatType = new TType(EbtFloat, EbpHigh, EvqGlobal, 1, 1); in createEmulatedDepthRangeType() local 126 new TField(floatType, ImmutableString("near"), TSourceLoc(), SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 128 new TField(floatType, ImmutableString("far"), TSourceLoc(), SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 130 new TField(floatType, ImmutableString("diff"), TSourceLoc(), SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 132 depthRangeParamsFields->push_back(new TField(floatType, ImmutableString("reserved"), in createEmulatedDepthRangeType()
|
H A D | SpecializationConstant.cpp | 201 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh>(); in CreateFloatArrayWithRotationIndex() local 202 TType *typeFloat8 = new TType(*floatType); in CreateFloatArrayWithRotationIndex()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | DeclarePerVertexBlocks.cpp | 286 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh, 1>(); in declarePerVertex() local 289 TType *pointSizeType = new TType(*floatType); in declarePerVertex() 290 TType *clipDistanceType = new TType(*floatType); in declarePerVertex() 291 TType *cullDistanceType = new TType(*floatType); in declarePerVertex()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 541 DataType floatType = getDataTypeFloatScalars(val.dataType); in genVertexShader() local 542 const char* typeStr = getDataTypeName(floatType); in genVertexShader() 753 DataType floatType = getDataTypeFloatScalars(val.dataType); in genFragmentShader() local 754 const char* floatTypeStr = getDataTypeName(floatType); in genFragmentShader() 798 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeVertexShader() local 799 const char* floatTypeStr = getDataTypeName(floatType); in specializeVertexShader() 861 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeFragmentShader() local 862 const char* floatTypeStr = getDataTypeName(floatType); in specializeFragmentShader() 927 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeShaders() local 928 const char* floatTypeStr = getDataTypeName(floatType); in specializeShaders() [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBinaryOps.cpp | 151 VariableType floatType = VariableType(VariableType::TYPE_FLOAT, 1); in CustomBinaryOp() local 152 m_leftValueRange = ValueRange(floatType); in CustomBinaryOp() 153 m_rightValueRange = ValueRange(floatType); in CustomBinaryOp() 243 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() 244 if (m_rightValueRange.getType() == floatType) in createNextChild() 263 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() 264 if (m_leftValueRange.getType() == floatType) in createNextChild() 283 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() 284 if (m_leftValueRange.getType() == floatType) in createNextChild()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 159 const DataType floatType = getDataTypeFloatScalars(basicType); in genVertexShader() local 160 const char* const typeStr = getDataTypeName(floatType); in genVertexShader() 259 const DataType floatType = getDataTypeFloatScalars(basicType); in genFragmentShader() local 260 const char* const floatTypeStr = getDataTypeName(floatType); in genFragmentShader() 305 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader() local 306 const char* const floatTypeStr = getDataTypeName(floatType); in specializeVertexShader() 326 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader() local 327 const char* const floatTypeStr = getDataTypeName(floatType); in specializeVertexShader() 380 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeFragmentShader() local 381 const char* const floatTypeStr = getDataTypeName(floatType); in specializeFragmentShader() 456 const DataType floatType = getDataTypeFloatScalars(basicType); generateVertexSpecialization() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsTests.cpp | 1033 FloatType floatType() const; 1046 FloatType TypeTestResultsBase::floatType() const in floatType() function in vkt::SpirVAssembly::__anon28763::TypeTestResultsBase 2139 bool isFP16 = typeTestResults->floatType() == FP16; in build() 2234 bool isFP64 = typeTestResults->floatType() == FP64; in build() 2359 if (typeTestResults->floatType() == FP16) in build() 2395 else if (typeTestResults->floatType() == FP32) in build() 2814 FloatType floatType, 3158 FloatType floatType, 3311 void ComputeTestGroupBuilder::createOperationTests(TestCaseGroup* parentGroup, const char* groupName, FloatType floatType, bool argumentsFromInput) in createOperationTests() argument 3318 m_operationTestCaseBuilder.build(testCases, m_typeData[floatType] in createOperationTests() 4107 createOperationTests(TestCaseGroup* parentGroup, const char* groupName, FloatType floatType, bool argumentsFromInput) createOperationTests() argument 4588 FloatType floatType; createFloatControlsTestGroup() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsTests.cpp | 1031 FloatType floatType() const; 1044 FloatType TypeTestResultsBase::floatType() const in floatType() function in vkt::SpirVAssembly::__anon29912::TypeTestResultsBase 2137 bool isFP16 = typeTestResults->floatType() == FP16; in build() 2232 bool isFP64 = typeTestResults->floatType() == FP64; in build() 2357 if (typeTestResults->floatType() == FP16) in build() 2393 else if (typeTestResults->floatType() == FP32) in build() 2812 FloatType floatType, 3156 FloatType floatType, 3309 void ComputeTestGroupBuilder::createOperationTests(TestCaseGroup* parentGroup, const char* groupName, FloatType floatType, bool argumentsFromInput) in createOperationTests() argument 3316 m_operationTestCaseBuilder.build(testCases, m_typeData[floatType] in createOperationTests() 4105 createOperationTests(TestCaseGroup* parentGroup, const char* groupName, FloatType floatType, bool argumentsFromInput) createOperationTests() argument 4586 FloatType floatType; createFloatControlsTestGroup() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 1001 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local 1004 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP))); in BitsToFloatCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 997 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local 1000 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP))); in BitsToFloatCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 954 bool floatType = isFloatType(dt); in dumpWholeMatrix() local 966 if (floatType) in dumpWholeMatrix()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 995 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local 998 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP))); in BitsToFloatCase()
|
H A D | es3fShaderOperatorTests.cpp | 976 string floatType = ""; in setupShaderData() local 980 floatType = "float"; in setupShaderData() 982 floatType = "vec" + string(1, static_cast<char>('0' + outScalarSize)); in setupShaderData() 999 op << "\t\tlsb = " << outTypeName << "(log2(" << floatType << "(diff)));\n"; in setupShaderData() local 1026 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = " << floatType << "(res);\n"; in setupShaderData() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 215 DataType floatType = getDataTypeFloatScalars(basicType); in printInputColor() local 216 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")"; in printInputColor()
|
H A D | es31fShaderCommonFunctionTests.cpp | 1075 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local 1078 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP))); in BitsToFloatCase()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.cpp | 499 static GLenum floatType[] = { GL_FLOAT, GL_FLOAT_VEC2, GL_FLOAT_VEC3, GL_FLOAT_VEC4 }; 520 if(targetUniform->type == floatType[index])
|