Home
last modified time | relevance | path

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

/third_party/glslang/glslang/GenericCodeGen/
DLink.cpp88 void DeleteBindingList(TShHandleBase* bindingList) in DeleteBindingList() argument
90 delete bindingList; in DeleteBindingList()
/third_party/glslang/glslang/Include/
DShHandle.h169 void DeleteBindingList(TShHandleBase* bindingList);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp399 …ctor<VertexDesc>& vertexDesc, vector<VkVertexInputBindingDescription>& bindingList, vector<VkVerte… in createVertexInfo() argument
410 bindingList.push_back(bindingDesc); in createVertexInfo()
425 vertexInputState.vertexBindingDescriptionCount = (deUint32)bindingList.size(); in createVertexInfo()
426 vertexInputState.pVertexBindingDescriptions = &bindingList[0]; in createVertexInfo()
669 vector<VkVertexInputBindingDescription> bindingList; in generateWork() local
766 createVertexInfo(vertexDescList, bindingList, attrList, vertexInputState); in generateWork()
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts789 …const bindingList = mapDefined(decl.importClause.namedBindings.elements, b => resolver.isDeclarati… constant
790 if ((bindingList && bindingList.length) || visibleDefaultBinding) {
798bindingList && bindingList.length ? factory.updateNamedImports(decl.importClause.namedBindings, bi…
/third_party/typescript/lib/
DtypingsInstaller.js113429 …var bindingList = ts.mapDefined(decl.importClause.namedBindings.elements, function (b) { return re…
113430 if ((bindingList && bindingList.length) || visibleDefaultBinding) {
113431 …visibleDefaultBinding, bindingList && bindingList.length ? factory.updateNamedImports(decl.importC…
Dtsc.js93534 …var bindingList = ts.mapDefined(decl.importClause.namedBindings.elements, function (b) { return re…
93535 if ((bindingList && bindingList.length) || visibleDefaultBinding) {
93536 …visibleDefaultBinding, bindingList && bindingList.length ? factory.updateNamedImports(decl.importC…