/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 541 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
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 160 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
H A D | constant_utils.cc | 38 auto floatType = mlir::FloatType::getF16(element_type.getContext()); in CreateConstOpWithSingleValue() local 43 auto floatType = mlir::FloatType::getBF16(element_type.getContext()); in CreateConstOpWithSingleValue() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestFailingDriver.cpp | 104 WrapperOperandType floatType(WrapperType::TENSOR_FLOAT32, {2}); in TEST_F() local 182 WrapperOperandType floatType(WrapperType::TENSOR_FLOAT32, {2}); in TEST_F() local
|
D | TestValidation.cpp | 415 ANeuralNetworksOperandType floatType{ in TEST_F() local 582 ANeuralNetworksOperandType floatType{ in TEST_F() local 591 ANeuralNetworksOperandType floatType{ in TEST_F() local 621 ANeuralNetworksOperandType floatType{ in TEST_F() local 713 ANeuralNetworksOperandType floatType{ in TEST_F() local
|
D | TestIntrospectionControl.cpp | 1254 WrapperOperandType floatType(WrapperType::TENSOR_FLOAT32, dimensions); in createCondModel() local 1291 WrapperOperandType floatType(WrapperType::TENSOR_FLOAT32, dimensions); in addWhileOperation() local
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgBinaryOps.cpp | 150 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
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | FloatArrayToStrFilter.java | 46 FrameType floatType = FrameType.array(float.class); in getSignature() local
|
H A D | FloatArrayToSizeFilter.java | 45 FrameType floatType = FrameType.array(float.class); in getSignature() local
|
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/ |
H A D | KSBuiltIns.kt | 33 val floatType: KSType constant
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControls2Tests.cpp | 1390 FloatType TypeTestResultsBase::floatType() const in floatType() function in vkt::SpirVAssembly::__anon898b99550111::TypeTestResultsBase 2463 FloatType floatType, bool argumentsFromInput) in createOperationTests() 2892 FloatType floatType, bool argumentsFromInput) in createOperationTests() 3324 FloatType floatType; in createFloatControls2TestGroup() member
|
H A D | vktSpvAsmFloatControlsTests.cpp | 1181 …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()
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | component_wise.inl | 86 GLM_FUNC_QUALIFIER vecType<T, P> compScale(vecType<floatType, P> const & v)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | component_wise.inl | 86 GLM_FUNC_QUALIFIER vecType<T, P> compScale(vecType<floatType, P> const & v)
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | PrimitiveType.java | 77 public static PrimitiveType floatType() { in floatType() method in PrimitiveType
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | packing.inl | 655 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)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | packing.inl | 655 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)
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | DeclarePerVertexBlocks.cpp | 334 const TType *floatType = StaticType::GetBasic<EbtFloat, EbpHigh, 1>(); in declarePerVertex() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | DriverUniform.cpp | 130 TType *floatType = new TType(EbtFloat, EbpHigh, EvqGlobal, 1, 1); in createEmulatedDepthRangeType() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 784 for (GLenum floatType : floatTypes) in testFloatFormats() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/ |
H A D | Type.java | 109 prims.put(CtClass.floatType, FLOAT); in prims.put()
|
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/ |
H A D | ResolverAAImpl.kt | 94 override val floatType: KSType by lazy { KSTypeImpl.getCached(builtIns.FLOAT) } in <lambda>() constant
|
/aosp_15_r20/frameworks/rs/script_api/ |
H A D | GenerateTestFiles.cpp | 656 string floatType = mReturnParam->specType; in writeJavaCreateTarget() local
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtClass.java | 129 public static CtClass floatType; field in CtClass
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_legalize_to_affine.cc | 191 FloatType floatType = type.cast<FloatType>(); in getZeroValue() local
|