Home
last modified time | relevance | path

Searched refs:semanticMap (Results 1 – 6 of 6) sorted by relevance

/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dmesh.h88 return semanticMap[semantic]; in getAttribute()
104 VertexAttribute semanticMap[SemanticMax]; member
H A Dmesh.cpp152 semanticMap[attributes[i].semantic] = attributes[i]; in buildSemanticMap()
160 semanticMap[i] = VertexAttribute(); in clearSemanticMap()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dmesh.h88 return semanticMap[semantic]; in getAttribute()
104 VertexAttribute semanticMap[SemanticMax]; member
H A Dmesh.cpp152 semanticMap[attributes[i].semantic] = attributes[i]; in buildSemanticMap()
160 semanticMap[i] = VertexAttribute(); in clearSemanticMap()
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A DCompositorResource.cpp661 auto m = std::find_if(semanticMap.begin(),semanticMap.end(),[&](auto &r)->bool{ in ShaderModule()
665 if(m == semanticMap.end()){ in ShaderModule()
673 in.semanticMapIndex = m-semanticMap.begin(); in ShaderModule()
772 const std::vector<std::tuple<const char *, VkFormat, uint>> ShaderModule::semanticMap = { member in Compositor::ShaderModule
802 …ion %u not supported by the input buffer.\n",std::get<0>(ShaderModule::semanticMap[_pvertexShader-…
808 …buteDescs[vertexAttributeDescCount].format = std::get<1>(ShaderModule::semanticMap[_pvertexShader-…
811 … inputStride += std::get<2>(ShaderModule::semanticMap[_pvertexShader->inputs[i].semanticMapIndex]);
H A DCompositorResource.h158 static const std::vector<std::tuple<const char *, VkFormat, uint>> semanticMap; variable