Home
last modified time | relevance | path

Searched refs:OpTypePipeStorage (Results 1 - 25 of 28) sorted by relevance

12

/third_party/spirv-tools/test/
H A Dtext_to_binary.pipe_storage_test.cpp30 CompiledInstructions("%res = OpTypePipeStorage", SPV_ENV_UNIVERSAL_1_0), in TEST_F()
31 Eq(MakeInstruction(spv::Op::OpTypePipeStorage, {1}))); in TEST_F()
36 CompileFailure("OpTypePipeStorage", SPV_ENV_UNIVERSAL_1_1), in TEST_F()
38 "'OpTypePipeStorage'.")); in TEST_F()
40 CompiledInstructions("%res = OpTypePipeStorage", SPV_ENV_UNIVERSAL_1_1), in TEST_F()
41 Eq(MakeInstruction(spv::Op::OpTypePipeStorage, {1}))); in TEST_F()
42 EXPECT_THAT(CompileFailure("%res = OpTypePipeStorage %1 %2 %3 %4 %5", in TEST_F()
/third_party/spirv-tools/test/val/
H A Dval_type_unique_test.cpp182 %ps = OpTypePipeStorage in TEST_F()
183 %ps2 = OpTypePipeStorage in TEST_F()
188 HasSubstr(GetErrorString(spv::Op::OpTypePipeStorage))); in TEST_F()
/third_party/spirv-tools/source/
H A Dname_mapper.cpp280 case spv::Op::OpTypePipeStorage: in ParseInstruction()
H A Dopcode.cpp340 case spv::Op::OpTypePipeStorage: in spvOpcodeGeneratesType()
492 case spv::Op::OpTypePipeStorage: in spvOpcodeIsBaseOpaqueType()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs976 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp971 OpTypePipeStorage = 322, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs981 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp976 OpTypePipeStorage = 322, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs976 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp971 OpTypePipeStorage = 322, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs981 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp976 OpTypePipeStorage = 322, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs976 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp971 OpTypePipeStorage = 322, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs981 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp976 OpTypePipeStorage = 322, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs1471 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp1465 OpTypePipeStorage = 322, enumerator
2120 case OpTypePipeStorage: *hasResult = true; *hasResultType = false; break; in HasResultAndType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs1472 OpTypePipeStorage = 322, enumerator
H A Dspirv.hpp1466 OpTypePipeStorage = 322, enumerator
2121 case OpTypePipeStorage: *hasResult = true; *hasResultType = false; break; in HasResultAndType()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv.hpp1346 OpTypePipeStorage = 322, enumerator
1918 case OpTypePipeStorage: *hasResult = true; *hasResultType = false; break; in HasResultAndType()
/third_party/glslang/SPIRV/
H A Dspirv.hpp1603 OpTypePipeStorage = 322, enumerator
2332 case OpTypePipeStorage: *hasResult = true; *hasResultType = false; break; in HasResultAndType()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp1675 OpTypePipeStorage = 322, enumerator
2410 case OpTypePipeStorage: *hasResult = true; *hasResultType = false; break; in HasResultAndType()
H A Dspirv.cs1682 OpTypePipeStorage = 322, enumerator
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp876 case spv::Op::OpTypePipeStorage: in RecordIfTypeDefinition()

Completed in 113 milliseconds

12