Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp740 struct Decorations struct in sw::SpirvShader
742 int32_t Location = -1;
743 int32_t Component = 0;
744 spv::BuiltIn BuiltIn = static_cast<spv::BuiltIn>(-1);
745 int32_t Offset = -1;
746 int32_t ArrayStride = -1;
747 int32_t MatrixStride = 1;
749 bool HasLocation : 1;
750 bool HasComponent : 1;
751 bool HasBuiltIn : 1;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp628 struct Decorations struct
630 Decorations() in Decorations() function
632 Decorations(const string& f, const string& v, const string& o) in Decorations() argument
637 string fragment;
638 string vertex;
639 string others;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp628 struct Decorations struct
630 Decorations() in Decorations() function
632 Decorations(const string& f, const string& v, const string& o) in Decorations() function
637 string fragment;
638 string vertex;
639 string others;
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go75 Decorations Decorations member
105 Decorations Decorations member
202 Decorations Decorations member
258 type Decorations []Decoration type