Home
last modified time | relevance | path

Searched refs:DecorationInputAttachmentIndex (Results 1 – 22 of 22) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVNameMapEnum.h344 add(DecorationInputAttachmentIndex, "InputAttachmentIndex"); in SPIRV_DEF_NAMEMAP()
Dspirv.hpp362 DecorationInputAttachmentIndex = 43, enumerator
DSPIRVEnum.h346 ADD_VEC_INIT(DecorationInputAttachmentIndex, { CapabilityInputAttachment }); in init()
DSPIRVIsValidEnum.h414 case DecorationInputAttachmentIndex: in isValid()
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp383 DecorationInputAttachmentIndex = 43, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp379 DecorationInputAttachmentIndex = 43, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp386 DecorationInputAttachmentIndex = 43, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.hpp412 DecorationInputAttachmentIndex = 43, enumerator
/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp424 DecorationInputAttachmentIndex = 43, enumerator
Ddoc.cpp1481 …DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'"… in Parameterize()
DGlslangToSpv.cpp7283 …builder.addDecoration(id, spv::DecorationInputAttachmentIndex, symbol->getQualifier().layoutAttach…
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp420 DecorationInputAttachmentIndex = 43, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp424 DecorationInputAttachmentIndex = 43, enumerator
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp460 CASE1(DECORATION, DecorationInputAttachmentIndex,
/external/deqp-deps/SPIRV-Tools/test/
Doperand_capabilities_test.cpp460 CASE1(DECORATION, DecorationInputAttachmentIndex,
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp714 if (insn.word(2) == spv::DecorationInputAttachmentIndex) { in CollectInterfaceByInputAttachmentIndex()