Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp682 struct Decorations struct in sw::Spirv
684 int32_t Location = -1;
685 int32_t Component = 0;
686 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);
687 int32_t Offset = -1;
688 int32_t ArrayStride = -1;
689 int32_t MatrixStride = 1;
691 bool HasLocation : 1;
692 bool HasComponent : 1;
693 bool HasBuiltIn : 1;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp628 struct Decorations struct
630 Decorations() in Decorations() argument
632 Decorations(const string& f, const string& v, const string& o) in Decorations() argument
637 string fragment;
638 string vertex;
639 string others;