HomeSort by relevance Sort by last modified time
    Searched defs:bindingList (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 370 void createVertexInfo (const vector<VertexDesc>& vertexDesc, vector<VkVertexInputBindingDescription>& bindingList, vector<VkVertexInputAttributeDescription>& attrList, VkPipelineVertexInputStateCreateInfo& vertexInputState)
381 bindingList.push_back(bindingDesc);
396 vertexInputState.vertexBindingDescriptionCount = (deUint32)bindingList.size();
397 vertexInputState.pVertexBindingDescriptions = &bindingList[0];
658 vector<VkVertexInputBindingDescription> bindingList;
755 createVertexInfo(vertexDescList, bindingList, attrList, vertexInputState);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 43 milliseconds