Home
last modified time | relevance | path

Searched refs:DecorationInputAttachmentIndex (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp423 case DecorationInputAttachmentIndex: in set_decoration()
621 case DecorationInputAttachmentIndex: in get_decoration()
701 case DecorationInputAttachmentIndex: in unset_decoration()
H A Dspirv_reflect.cpp631 if (mask.get(DecorationInputAttachmentIndex)) in emit_resources()
633 get_decoration(res.id, DecorationInputAttachmentIndex)); in emit_resources()
H A Dmain.cpp397 if (mask.get(DecorationInputAttachmentIndex)) in print_resources()
398 fprintf(stderr, " (Attachment : %u)", compiler.get_decoration(res.id, DecorationInputAttachmentIndex)); in print_resources()
H A Dspirv.hpp465 DecorationInputAttachmentIndex = 43, enumerator
H A Dspirv_glsl.cpp1784 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 Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp455 CASE1(DECORATION, DecorationInputAttachmentIndex,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp455 CASE1(DECORATION, DecorationInputAttachmentIndex,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp1769 spirv::WriteDecorate(&mSpirvDecorations, variableId, spv::DecorationInputAttachmentIndex, in writeInterfaceVariableDecorations()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp482 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp482 DecorationInputAttachmentIndex = 43, enumerator
/third_party/glslang/SPIRV/
H A Dspirv.hpp509 DecorationInputAttachmentIndex = 43, enumerator
H A Ddoc.cpp1715 DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'"); in Parameterize()
H A DGlslangToSpv.cpp9541 builder.addDecoration(id, spv::DecorationInputAttachmentIndex, symbol->getQualifier().layoutAttachment); in getSymbolId()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp117 case spv::DecorationInputAttachmentIndex: in robustBufferAccess()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp523 DecorationInputAttachmentIndex = 43, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp669 spirv::WriteDecorate(blobOut, id, spv::DecorationInputAttachmentIndex, in InsertInputDecorations()

Completed in 118 milliseconds

12