Home
last modified time | relevance | path

Searched refs:OpDecorateId (Results 1 - 25 of 51) sorted by relevance

123

/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.cpp197 // based on their opcode; only OpDecorate, OpDecorateId, in HaveTheSameDecorations()
221 case spv::Op::OpDecorateId: in HaveTheSameDecorations()
263 // based on their opcode; only OpDecorate, OpDecorateId, in HaveSubsetOfDecorations()
287 case spv::Op::OpDecorateId: in HaveSubsetOfDecorations()
324 // TODO(pierremoreau): If OpDecorateId is referencing an OpConstant, one could
333 case spv::Op::OpDecorateId: in AreDecorationsTheSame()
362 case spv::Op::OpDecorateId: in AddDecoration()
473 case spv::Op::OpDecorateId: in WhileEachDecoration()
610 case spv::Op::OpDecorateId: in RemoveDecoration()
H A Dreflect.h45 opcode == spv::Op::OpDecorateId || in IsAnnotationInst()
H A Dmem_pass.h121 return (op == spv::Op::OpDecorate || op == spv::Op::OpDecorateId); in IsNonTypeDecorate()
H A Dstrip_nonsemantic_info_pass.cpp56 case spv::Op::OpDecorateId: in Process()
H A Daggressive_dead_code_elim_pass.cpp53 // spv::Op::OpDecorateId
71 PRIORITY_CASE(spv::Op::OpDecorateId) in operator ()()
363 // Add OpDecorateId instructions that apply to this instruction to the work in AddDecorationsToWorkList()
369 // We only care about OpDecorateId instructions because the are the only in AddDecorationsToWorkList()
372 if (dec->opcode() != spv::Op::OpDecorateId) { in AddDecorationsToWorkList()
786 case spv::Op::OpDecorateId: in ProcessGlobalValues()
H A Dcombine_access_chains.cpp81 assert(decoration.opcode() != spv::Op::OpDecorateId); in GetArrayStride()
H A Dupgrade_memory_model.cpp517 i.opcode() == spv::Op::OpDecorateId) { in HasDecoration()
596 case spv::Op::OpDecorateId: in CleanupDecorations()
/third_party/spirv-tools/source/val/
H A Dvalidate_small_type_uses.cpp40 case spv::Op::OpDecorateId: in ValidateSmallTypeUses()
H A Dvalidate_annotation.cpp273 "OpDecorateId"; in ValidateDecorate()
297 "OpDecorateId"; in ValidateDecorateId()
349 use->opcode() != spv::Op::OpDecorateId && !use->IsNonSemantic()) { in ValidateDecorationGroup()
353 << "OpDecorate, OpDecorateId, and OpGroupMemberDecorate"; in ValidateDecorationGroup()
423 case spv::Op::OpDecorateId: { in RegisterDecorations()
500 case spv::Op::OpDecorateId: in AnnotationPass()
/third_party/spirv-tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp145 case spv::Op::OpDecorateId: in IsIndependentlyRemovableDecoration()
/third_party/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp128 // OpDecorateId %1 %22 ; 'Constant' is decoration number 22 in TEST_F()
130 &ir_context, spv::Op::OpDecorateId, 0u, 0u, in TEST_F()
178 &ir_context, spv::Op::OpDecorateId, 0u, 0u, in TEST_F()
182 &ir_context, spv::Op::OpDecorateId, 0u, 0u, in TEST_F()
224 &ir_context, spv::Op::OpDecorateId, 0u, 0u, in TEST_F()
227 &ir_context, spv::Op::OpDecorateId, 0u, 0u, in TEST_F()
706 OpDecorateId %1 HlslCounterBufferGOOGLE %2 in TEST_F()
728 OpDecorateId %5 CounterBuffer %2 in TEST_F()
739 OpDecorateId %1 CounterBuffer %2 in TEST_F()
742 OpDecorateId in TEST_F()
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp788 {"OpDecorateId %1 CounterBuffer %2\n", in TEST_F()
790 spv::Op::OpDecorateId, in TEST_F()
792 {"OpDecorateId %1 CounterBuffer %2\n", in TEST_F()
793 MakeInstruction(spv::Op::OpDecorateId, in TEST_F()
807 {"OpDecorateId %1 HlslCounterBufferGOOGLE %2\n", in TEST_F()
809 spv::Op::OpDecorateId, in TEST_F()
/third_party/spirv-tools/source/
H A Doperand.cpp524 case spv::Op::OpDecorateId: in spvOperandCanBeForwardDeclaredFunction()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs963 OpDecorateId = 332, enumerator
H A Dspirv.hpp958 OpDecorateId = 332, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs985 OpDecorateId = 332, enumerator
H A Dspirv.hpp980 OpDecorateId = 332, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs991 OpDecorateId = 332, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs963 OpDecorateId = 332, enumerator
H A Dspirv.hpp958 OpDecorateId = 332, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs985 OpDecorateId = 332, enumerator
H A Dspirv.hpp980 OpDecorateId = 332, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs991 OpDecorateId = 332, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs963 OpDecorateId = 332, enumerator
H A Dspirv.hpp958 OpDecorateId = 332, enumerator

Completed in 59 milliseconds

123