Home
last modified time | relevance | path

Searched refs:OpDecorateStringGOOGLE (Results 1 - 25 of 40) sorted by relevance

12

/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.cpp198 // OpDecorateStringGOOGLE, and OpMemberDecorate are considered, the other in HaveTheSameDecorations()
224 case spv::Op::OpDecorateStringGOOGLE: in HaveTheSameDecorations()
264 // OpDecorateStringGOOGLE, and OpMemberDecorate are considered, the other in HaveSubsetOfDecorations()
290 case spv::Op::OpDecorateStringGOOGLE: in HaveSubsetOfDecorations()
334 case spv::Op::OpDecorateStringGOOGLE: in AreDecorationsTheSame()
363 case spv::Op::OpDecorateStringGOOGLE: in AddDecoration()
474 case spv::Op::OpDecorateStringGOOGLE: in WhileEachDecoration()
611 case spv::Op::OpDecorateStringGOOGLE: in RemoveDecoration()
H A Dreflect.h46 opcode == spv::Op::OpDecorateStringGOOGLE || in IsAnnotationInst()
H A Dstrip_nonsemantic_info_pass.cpp34 case spv::Op::OpDecorateStringGOOGLE: in Process()
H A Daggressive_dead_code_elim_pass.cpp54 // spv::Op::OpDecorateStringGOOGLE
72 PRIORITY_CASE(spv::Op::OpDecorateStringGOOGLE) in operator ()()
779 case spv::Op::OpDecorateStringGOOGLE: in ProcessGlobalValues()
/third_party/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp148 // OpDecorateStringGOOGLE %1 !22 in TEST_F()
150 &ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F()
192 Instruction inst1(&ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F()
196 Instruction inst2(&ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F()
237 Instruction inst1(&ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F()
240 Instruction inst2(&ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F()
370 OpDecorateStringGOOGLE %1 HlslSemanticGOOGLE "hello world" in TEST_F()
619 OpDecorateStringGOOGLE %1 HlslSemanticGOOGLE "foobar" in TEST_F()
705 OpDecorateStringGOOGLE %1 HlslSemanticGOOGLE "blah" in TEST_F()
949 OpDecorateStringGOOGLE in TEST_F()
[all...]
/third_party/spirv-tools/source/
H A Doperand.cpp525 case spv::Op::OpDecorateStringGOOGLE: in spvOperandCanBeForwardDeclaredFunction()
/third_party/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp725 // OpDecorateStringGOOGLE use that name in round trip tests, and the GOOGLE in TEST_F()
737 MakeInstruction(spv::Op::OpDecorateStringGOOGLE, in TEST_F()
762 {"OpDecorateStringGOOGLE %1 HlslSemanticGOOGLE \"ABC\"\n", in TEST_F()
763 MakeInstruction(spv::Op::OpDecorateStringGOOGLE, in TEST_F()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs988 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp983 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs1010 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp1005 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs1016 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp1011 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs988 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp983 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs1010 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp1005 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs1016 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp1011 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs988 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp983 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs1010 OpDecorateStringGOOGLE = 5632, enumerator
H A Dspirv.hpp1005 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs1016 OpDecorateStringGOOGLE = 5632, enumerator
/third_party/glslang/SPIRV/
H A Ddoc.cpp1453 case OpDecorateStringGOOGLE: return "OpDecorateStringGOOGLE"; in OpcodeString()
1632 InstructionDesc[OpDecorateStringGOOGLE].setResultAndType(false, false); in Parameterize()
1890 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandId, "'Target'"); in Parameterize()
1891 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandDecoration, ""); in Parameterize()
1892 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandVariableLiteralStrings, "'Literal Strings'"); in Parameterize()

Completed in 64 milliseconds

12