/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_parsed_ir.cpp | 423 case DecorationInputAttachmentIndex: in set_decoration() 621 case DecorationInputAttachmentIndex: in get_decoration() 701 case DecorationInputAttachmentIndex: in unset_decoration()
|
H A D | spirv_reflect.cpp | 631 if (mask.get(DecorationInputAttachmentIndex)) in emit_resources() 633 get_decoration(res.id, DecorationInputAttachmentIndex)); in emit_resources()
|
H A D | main.cpp | 397 if (mask.get(DecorationInputAttachmentIndex)) in print_resources() 398 fprintf(stderr, " (Attachment : %u)", compiler.get_decoration(res.id, DecorationInputAttachmentIndex)); in print_resources()
|
H A D | spirv.hpp | 465 DecorationInputAttachmentIndex = 43, enumerator
|
H A D | spirv_glsl.cpp | 1784 if (flags.get(DecorationInputAttachmentIndex)) 1785 attr.push_back(join("input_attachment_index = ", get_decoration(var.self, DecorationInputAttachmentIndex))); 15722 if (!has_decoration(id, DecorationInputAttachmentIndex)) 15725 uint32_t input_attachment_index = get_decoration(id, DecorationInputAttachmentIndex); 15737 if (has_decoration(var.self, DecorationInputAttachmentIndex) && 15738 get_decoration(var.self, DecorationInputAttachmentIndex) == index)
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 379 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 383 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 379 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.hpp | 383 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 379 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 383 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 386 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 386 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 386 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 455 CASE1(DECORATION, DecorationInputAttachmentIndex,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 455 CASE1(DECORATION, DecorationInputAttachmentIndex,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 1769 spirv::WriteDecorate(&mSpirvDecorations, variableId, spv::DecorationInputAttachmentIndex, in writeInterfaceVariableDecorations()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 482 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 482 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/glslang/SPIRV/ |
H A D | spirv.hpp | 509 DecorationInputAttachmentIndex = 43, enumerator
|
H A D | doc.cpp | 1715 DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'"); in Parameterize()
|
H A D | GlslangToSpv.cpp | 9541 builder.addDecoration(id, spv::DecorationInputAttachmentIndex, symbol->getQualifier().layoutAttachment); in getSymbolId()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 117 case spv::DecorationInputAttachmentIndex: in robustBufferAccess()
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 523 DecorationInputAttachmentIndex = 43, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 669 spirv::WriteDecorate(blobOut, id, spv::DecorationInputAttachmentIndex, in InsertInputDecorations()
|