Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp686 struct Decorations struct in sw::Spirv
688 int32_t Location = -1;
689 int32_t Component = 0;
690 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);
691 int32_t Offset = -1;
692 int32_t ArrayStride = -1;
693 int32_t MatrixStride = 1;
695 bool HasLocation : 1;
696 bool HasComponent : 1;
697 bool HasBuiltIn : 1;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp652 struct Decorations struct
654 Decorations() in Decorations() argument
657Decorations(const string &f, const string &v, const string &o) : fragment(f), vertex(v), others(o) in Decorations() function
660 string fragment;
661 string vertex;
662 string others;