Searched defs:VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp165 const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
156 makeGraphicsPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderStageFlags stages, const VkShaderModule vertexShaderModule, const VkShaderModule fragmentShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvaluationModule, const VkRenderPass renderPass, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, const VkVertexInputBindingDescription* vertexInputBindingDescription = DE_NULL, const VkVertexInputAttributeDescription* vertexInputAttributeDescriptions = DE_NULL, const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT ) argument
/external/mesa3d/include/vulkan/
H A Dvulkan.h569 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3, enumerator in enum:VkPrimitiveTopology
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h644 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3, enumerator in enum:VkPrimitiveTopology
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h644 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3, enumerator in enum:VkPrimitiveTopology
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h734 VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3, enumerator in enum:VkPrimitiveTopology

Completed in 556 milliseconds