Home
last modified time | relevance | path

Searched defs:Decorations (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp655 struct Decorations struct in sw::SpirvShader
657 int32_t Location = -1;
658 int32_t Component = 0;
659 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);
660 int32_t Offset = -1;
661 int32_t ArrayStride = -1;
662 int32_t MatrixStride = 1;
664 bool HasLocation : 1;
665 bool HasComponent : 1;
666 bool HasBuiltIn : 1;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp622 struct Decorations struct
624 Decorations() in Decorations() function
626 Decorations(const string& f, const string& v, const string& o) in Decorations() argument
631 string fragment;
632 string vertex;
633 string others;
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md208 ## Decorations section in 'spv' Dialect