Home
last modified time | relevance | path

Searched refs:MakeArrayLength (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_id_test.cpp792 std::string MakeArrayLength(const std::string& len, Signed isSigned, int width, in MakeArrayLength() function
866 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
868 Val(CompileSuccessfully(MakeArrayLength("1", kUnsigned, width)))); in TEST_P()
870 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
872 Val(CompileSuccessfully(MakeArrayLength("2", kUnsigned, width)))); in TEST_P()
874 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
876 Val(CompileSuccessfully(MakeArrayLength("55", kUnsigned, width)))); in TEST_P()
880 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
881 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
887 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_id_test.cpp792 std::string MakeArrayLength(const std::string& len, Signed isSigned, int width, in MakeArrayLength() function
866 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
868 Val(CompileSuccessfully(MakeArrayLength("1", kUnsigned, width)))); in TEST_P()
870 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
872 Val(CompileSuccessfully(MakeArrayLength("2", kUnsigned, width)))); in TEST_P()
874 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
876 Val(CompileSuccessfully(MakeArrayLength("55", kUnsigned, width)))); in TEST_P()
880 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
881 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
887 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
[all …]
/third_party/spirv-tools/test/val/
Dval_id_test.cpp876 std::string MakeArrayLength(const std::string& len, Signed isSigned, int width, in MakeArrayLength() function
950 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
952 Val(CompileSuccessfully(MakeArrayLength("1", kUnsigned, width)))); in TEST_P()
954 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
956 Val(CompileSuccessfully(MakeArrayLength("2", kUnsigned, width)))); in TEST_P()
958 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
960 Val(CompileSuccessfully(MakeArrayLength("55", kUnsigned, width)))); in TEST_P()
964 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
965 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
971 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
[all …]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h1013 TypedExpression MakeArrayLength(const spvtools::opt::Instruction& inst);
Dfunction.cc3996 return MakeArrayLength(inst); in MaybeEmitCombinatorialValue()
5819 TypedExpression FunctionEmitter::MakeArrayLength( in MakeArrayLength() function in tint::reader::spirv::FunctionEmitter