Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp107 namespace type0 { namespace
/external/libaom/libaom/test/
Dav1_txfm_test.cc19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type()
234 TYPE_TXFM type0; in reference_hybrid_2d() local
/external/libaom/libaom/tools/txfm_analyzer/
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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c530 SVGA3dShaderRegType type0, type1; in submit_op2() local
583 SVGA3dShaderRegType type0, type1, type2; in submit_op3() local
656 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp391 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct()
412 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray()
419 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp345 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct()
366 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray()
373 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp411 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct()
432 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray()
439 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1770 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinatonType(TBasicType type0, TBa… in getConversionDestinatonType()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp705 uint32_t type0 = info.type[0]; in IsUniformFormat() local
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4652 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4685 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4726 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp321 Id Builder::makeStructResultType(Id type0, Id type1) in makeStructResultType()