Home
last modified time | relevance | path

Searched defs:type0 (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_mod_analysis.c100 nir_alu_type type0 = nir_alu_src_type(alu, 0); in nir_mod_analysis() local
112 nir_alu_type type0 = nir_alu_src_type(alu, 0); in nir_mod_analysis() local
134 nir_alu_type type0 = nir_alu_src_type(alu, 0); in nir_mod_analysis() local
143 nir_alu_type type0 = nir_alu_src_type(alu, 0); in nir_mod_analysis() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java183 public static StdTypeList make(Type type0, Type type1) { in make()
198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java183 public static StdTypeList make(Type type0, Type type1) { in make()
198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_graph.cc44 void get_hybrid_2d_type_name(char *buf, int buf_size, const TYPE_TXFM type0, in get_hybrid_2d_type_name()
109 void reference_hybrid_2d(double *in, double *out, int size, int type0, in reference_hybrid_2d()
136 int type0, int type1) { in reference_hybrid_2d_new()
825 int get_hybrid_2d_stage_num(int type0, int type1, int hybrid_node_num) { in get_hybrid_2d_stage_num()
832 int get_hybrid_2d_stage_num_new(int type0, int type1, int hybrid_node_num0, in get_hybrid_2d_stage_num_new()
880 int node_idx, int hybrid_node_num, int type0, in gen_hybrid_graph_2d()
900 int hybrid_node_num1, int type0, int type1) { in gen_hybrid_graph_2d_new()
/aosp_15_r20/external/libaom/test/
H A Dav1_txfm_test.cc42 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type()
257 TYPE_TXFM type0; in reference_hybrid_2d() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_arith_ops_folder.cc64 Type type0 = std::get<0>(it.value()); in VerifyTypeRangesAreCompatible() local
/aosp_15_r20/external/libdav1d/src/loongarch/
H A Dipred.h40 #define init_fn(type0, type1, name, suffix) \ argument
/aosp_15_r20/external/libdav1d/src/x86/
H A Dipred.h35 #define init_fn(type0, type1, name, suffix) \ argument
/aosp_15_r20/bionic/libc/bionic/
H A Dmntent.cpp44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; in getmntent_r() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp107 namespace type0 { namespace
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestIntrospectionControl.cpp208 WrapperOperandType type0(WrapperType::TENSOR_FLOAT32, {2}); in createSimpleAddModel() local
1142 WrapperOperandType type0(WrapperType::TENSOR_FLOAT32, {2}); in createAddMaxModel() local
1207 WrapperOperandType type0(WrapperType::TENSOR_FLOAT32, {2}); in createAddMulModel() local
DTestMemoryInternal.cpp210 WrapperOperandType type0(WrapperType::TENSOR_QUANT8_ASYMM, {12, 104, 104, 128}, 0.5, 0); in TEST_F() local
DTestUnspecifiedDimensions.cpp310 auto type0 = getType(kIndex0_Model, {kValueA, kValueB}); in TestOne() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp397 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct()
419 static UniformCollection *structInArray(const glu::DataType type0, const glu::DataType type1, in structInArray()
427 …static UniformCollection *nestedArraysStructs(const glu::DataType type0, const glu::DataType type1, in nestedArraysStructs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c510 SVGA3dShaderRegType type0, type1; in submit_op2() local
563 SVGA3dShaderRegType type0, type1, type2; in submit_op3() local
636 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp362 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct()
384 static UniformCollection *structInArray(const glu::DataType type0, const glu::DataType type1, in structInArray()
392 …static UniformCollection *nestedArraysStructs(const glu::DataType type0, const glu::DataType type1, in nestedArraysStructs()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dstring.hpp352 type0; typedef
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp422 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct()
444 static UniformCollection *structInArray(const glu::DataType type0, const glu::DataType type1, in structInArray()
452 …static UniformCollection *nestedArraysStructs(const glu::DataType type0, const glu::DataType type1, in nestedArraysStructs()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1892 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinationType(TBasicType type0, TB… in getConversionDestinationType()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DIntermediate.cpp1687 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinationType(TBasicType type0, TB… in getConversionDestinationType()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp4884 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4917 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4958 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp4889 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4922 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4963 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
/aosp_15_r20/frameworks/rs/
H A DrsAllocation.cpp649 const Type *type0 = this->getType(), in hasSameDims() local

12