HomeSort by relevance Sort by last modified time
    Searched refs:vertexInputState (Results 1 - 11 of 11) 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)
392 deMemset(&vertexInputState, 0xcd, sizeof(vertexInputState));
393 vertexInputState.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO;
394 vertexInputState.pNext = DE_NULL;
395 vertexInputState.flags = 0u;
396 vertexInputState.vertexBindingDescriptionCount = (deUint32)bindingList.size();
397 vertexInputState.pVertexBindingDescriptions = &bindingList[0];
398 vertexInputState.vertexAttributeDescriptionCount = (deUint32)attrList.size();
399 vertexInputState.pVertexAttributeDescriptions = &attrList[0]
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawNegativeViewportHeightTests.cpp 194 const PipelineCreateInfo::VertexInputState vertexInputState = PipelineCreateInfo::VertexInputState(1, &vertexInputBindingDescription,
219 pipelineCreateInfo.addState (PipelineCreateInfo::VertexInputState (vertexInputState));
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 764 const VkPipelineVertexInputStateCreateInfo vertexInputState =
892 &vertexInputState,
1029 const VkPipelineVertexInputStateCreateInfo vertexInputState =
1159 &vertexInputState,
    [all...]
vktRenderPassMultisampleResolveTests.cpp 623 const VkPipelineVertexInputStateCreateInfo vertexInputState =
751 &vertexInputState,
    [all...]
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 535 const vk::VkPipelineVertexInputStateCreateInfo vertexInputState =
685 &vertexInputState,
    [all...]
vktWsiDisplayTimingTests.cpp 574 const vk::VkPipelineVertexInputStateCreateInfo vertexInputState =
720 &vertexInputState,
    [all...]
vktWsiIncrementalPresentTests.cpp 687 const vk::VkPipelineVertexInputStateCreateInfo vertexInputState =
837 &vertexInputState,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 3194 milliseconds