Searched refs:Decorations (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.hpp | 160 struct Decorations struct in sw::SpirvShader 174 Decorations() in Decorations() argument 182 Decorations(Decorations const &) = default; 184 void Apply(Decorations const &src); 189 std::unordered_map<uint32_t, Decorations> decorations; 190 std::unordered_map<uint32_t, std::vector<Decorations>> memberDecorations; 243 …void PopulateInterfaceSlot(std::vector<InterfaceComponent> *iface, Decorations const &d, AttribTyp… 245 int PopulateInterfaceInner(std::vector<InterfaceComponent> *iface, uint32_t id, Decorations d);
|
D | SpirvShader.cpp | 335 …void SpirvShader::PopulateInterfaceSlot(std::vector<InterfaceComponent> *iface, Decorations const … in PopulateInterfaceSlot() 347 …vShader::PopulateInterfaceInner(std::vector<InterfaceComponent> *iface, uint32_t id, Decorations d) in PopulateInterfaceInner() 427 Decorations d{}; in PopulateInterface() 440 void SpirvShader::Decorations::Apply(spv::Decoration decoration, uint32_t arg) in Apply() 477 void SpirvShader::Decorations::Apply(const sw::SpirvShader::Decorations &src) in Apply()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 697 struct Decorations struct 699 Decorations() in Decorations() function 701 Decorations(const string& f, const string& v, const string& o) in Decorations() argument 734 vector<Decorations> decorations; in initPrograms() 739 decorations.push_back(Decorations("", in initPrograms() 748 decorations.push_back(Decorations(//Fragment in initPrograms() 757 decorations.push_back(Decorations(//Fragment in initPrograms() 774 decorations.push_back(Decorations("", in initPrograms() 784 decorations.push_back(Decorations(//Fragment in initPrograms() 793 decorations.push_back(Decorations(//Fragment in initPrograms() [all …]
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.h | 247 Decorations = std::move(Decs); in takeDecorates() 248 for (auto &I:Decorations) in takeDecorates() 254 return Decorations; in getDecorations() 258 SPIRVDecorateSet Decorations;
|
D | SPIRVDecorate.cpp | 153 O << Decorations; in encodeAll()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 166 * SPIR-V Built-In Variable Decorations
|