Home
last modified time | relevance | path

Searched defs:floatType (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.cc38 auto floatType = mlir::FloatType::getF16(element_type.getContext()); in CreateConstOpWithSingleValue() local
43 auto floatType = mlir::FloatType::getBF16(element_type.getContext()); in CreateConstOpWithSingleValue() local
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp541 DataType floatType = getDataTypeFloatScalars(val.dataType); in genVertexShader() local
753 DataType floatType = getDataTypeFloatScalars(val.dataType); in genFragmentShader() local
798 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeVertexShader() local
861 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeFragmentShader() local
927 DataType floatType = getDataTypeFloatScalars(val.dataType); in specializeShaders() local
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp160 const DataType floatType = getDataTypeFloatScalars(basicType); in genVertexShader() local
261 const DataType floatType = getDataTypeFloatScalars(basicType); in genFragmentShader() local
308 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader() local
329 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader() local
384 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeFragmentShader() local
463 const DataType floatType = getDataTypeFloatScalars(basicType); in generateVertexSpecialization() local
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/
DKSBuiltIns.kt33 val floatType: KSType constant
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.inl86 GLM_FUNC_QUALIFIER vecType<T, P> compScale(vecType<floatType, P> const & v)
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp150 VariableType floatType = VariableType(VariableType::TYPE_FLOAT, 1); in CustomBinaryOp() local
244 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() local
264 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() local
284 VariableType floatType(VariableType::TYPE_FLOAT, 1); in createNextChild() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DPrimitiveType.java77 public static PrimitiveType floatType() { in floatType() method in PrimitiveType
/external/angle/src/compiler/translator/tree_ops/
DDeclarePerVertexBlocks.cpp334 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh, 1>(); in declarePerVertex() local
DRewriteCubeMapSamplersAs2DArray.cpp432 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh>(); in declareCoordTranslationFunction() local
899 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh>(); in convertBuiltinFunction() local
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.cpp130 TType *floatType = new TType(EbtFloat, EbpHigh, EvqGlobal, 1, 1); in createEmulatedDepthRangeType() local
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl655 GLM_FUNC_QUALIFIER vecType<uintType, P> packUnorm(vecType<floatType, P> const & v)
673 GLM_FUNC_QUALIFIER vecType<intType, P> packSnorm(vecType<floatType, P> const & v)
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControls2Tests.cpp1390 FloatType TypeTestResultsBase::floatType() const in floatType() function in vkt::SpirVAssembly::__anonb33876f30111::TypeTestResultsBase
2463 FloatType floatType, bool argumentsFromInput) in createOperationTests()
2892 FloatType floatType, bool argumentsFromInput) in createOperationTests()
3324 FloatType floatType; in createFloatControls2TestGroup() member
DvktSpvAsmFloatControlsTests.cpp1181 …TypeSnippetsBase(bool floatType, bool signedInteger) : isFloatType(floatType), isSignedInteger(sig… in TypeSnippetsBase()
1500 TypeSnippets<deFloat16>::TypeSnippets(bool floatType, bool signedInteger) : TypeSnippetsBase(floatT… in TypeSnippets()
1534 TypeSnippets<float>::TypeSnippets(bool floatType, bool signedInteger) : TypeSnippetsBase(floatType,… in TypeSnippets()
1560 TypeSnippets<double>::TypeSnippets(bool floatType, bool signedInteger) : TypeSnippetsBase(floatType… in TypeSnippets()
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp784 for (GLenum floatType : floatTypes) in testFloatFormats() local
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java109 prims.put(CtClass.floatType, FLOAT); in prims.put()
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/
DResolverAAImpl.kt94 override val floatType: KSType by lazy { KSTypeImpl.getCached(builtIns.FLOAT) } in <lambda>() constant
/external/javassist/src/main/javassist/
DCtClass.java129 public static CtClass floatType; field in CtClass
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_affine.cc191 FloatType floatType = type.cast<FloatType>(); in getZeroValue() local
/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateAdvancedBlendEquations.cpp265 TType *floatType = new TType(EbtFloat, precision, EvqTemporary, 1); in generateHslHelperFunctions() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1027 … const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1115 bool floatType = isFloatType(dt); in dumpWholeMatrix() local
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp223 DataType floatType = getDataTypeFloatScalars(basicType); in printInputColor() local
Des31fShaderCommonFunctionTests.cpp1112 … const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1028 … const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase() local
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt1134 override val floatType: KSType by lazy { getKSTypeCached(builtIns.floatType) } in <lambda>() constant

12