HomeSort by relevance Sort by last modified time
    Searched refs:inputAssemblyState (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 653 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState;
750 deMemset(&inputAssemblyState, 0xcd, sizeof(inputAssemblyState));
751 inputAssemblyState.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO;
752 inputAssemblyState.pNext = DE_NULL;
753 inputAssemblyState.flags = 0u;
754 inputAssemblyState.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
755 inputAssemblyState.primitiveRestartEnable = false;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 776 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
893 &inputAssemblyState,
1041 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
1160 &inputAssemblyState,
    [all...]
vktRenderPassMultisampleResolveTests.cpp 635 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
752 &inputAssemblyState,
    [all...]
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 545 const vk::VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
686 &inputAssemblyState,
    [all...]
vktWsiDisplayTimingTests.cpp 584 const vk::VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
721 &inputAssemblyState,
    [all...]
vktWsiIncrementalPresentTests.cpp 697 const vk::VkPipelineInputAssemblyStateCreateInfo inputAssemblyState =
838 &inputAssemblyState,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 5878 milliseconds