Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp160 struct Decorations struct in sw::SpirvShader
162 int32_t Location;
163 int32_t Component;
164 spv::BuiltIn BuiltIn;
165 bool HasLocation : 1;
166 bool HasComponent : 1;
167 bool HasBuiltIn : 1;
168 bool Flat : 1;
169 bool Centroid : 1;
170 bool NoPerspective : 1;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp697 struct Decorations struct
699 Decorations() in Decorations() function
701 Decorations(const string& f, const string& v, const string& o) in Decorations() function
706 string fragment;
707 string vertex;
708 string others;