Home
last modified time | relevance | path

Searched refs:inputAssemblyState (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.cpp251 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState; member
277 , inputAssemblyState in InternalData()
510 m_internalData->inputAssemblyState.topology = topology; in setDefaultTopology()
659 const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyState, in setupVertexInputState() argument
676 …const auto pInputAssemblyState = inputAssemblyState ? inputAssemblyState : &m_internalData->inputA… in setupVertexInputState()
DvkPipelineConstructionUtil.hpp163 const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyState = DE_NULL,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp714 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState; in generateWork() local
811 deMemset(&inputAssemblyState, 0xcd, sizeof(inputAssemblyState)); in generateWork()
812 inputAssemblyState.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in generateWork()
813 inputAssemblyState.pNext = DE_NULL; in generateWork()
814 inputAssemblyState.flags = 0u; in generateWork()
815 inputAssemblyState.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in generateWork()
816 inputAssemblyState.primitiveRestartEnable = false; in generateWork()
915 pipelineState.pInputAssemblyState = &inputAssemblyState; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp714 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState; in generateWork() local
811 deMemset(&inputAssemblyState, 0xcd, sizeof(inputAssemblyState)); in generateWork()
812 inputAssemblyState.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in generateWork()
813 inputAssemblyState.pNext = DE_NULL; in generateWork()
814 inputAssemblyState.flags = 0u; in generateWork()
815 inputAssemblyState.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in generateWork()
816 inputAssemblyState.primitiveRestartEnable = false; in generateWork()
915 pipelineState.pInputAssemblyState = &inputAssemblyState; in generateWork()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp310 …const VkPipelineInputAssemblyStateCreateInfo *inputAssemblyState = pCreateInfo->pInputAssemblyStat… in GraphicsState() local
312 if(inputAssemblyState->flags != 0) in GraphicsState()
318 primitiveRestartEnable = (inputAssemblyState->primitiveRestartEnable != VK_FALSE); in GraphicsState()
319 topology = inputAssemblyState->topology; in GraphicsState()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp229 vk::PipelineInputAssemblyStateCreateInfo inputAssemblyState; in createGraphicsPipeline() local
230 inputAssemblyState.topology = vk::PrimitiveTopology::eTriangleList; in createGraphicsPipeline()
293 pipelineCreateInfo.pInputAssemblyState = &inputAssemblyState; in createGraphicsPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1714 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = {}; in initializePipeline() local
1794 sizeof(inputAssemblyState) + sizeof(viewportState) + sizeof(rasterState) + in initializePipeline()
1893 inputAssemblyState.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in initializePipeline()
1894 inputAssemblyState.flags = 0; in initializePipeline()
1895 inputAssemblyState.topology = in initializePipeline()
1906 inputAssemblyState.primitiveRestartEnable = in initializePipeline()
2116 createInfo.pInputAssemblyState = &inputAssemblyState; in initializePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp2102 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in iterate() local
2197 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2278 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
3241 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in iterate() local
3286 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
3356 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp2102 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in iterate() local
2197 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2278 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
3241 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in iterate() local
3286 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
3356 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1079 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in create() local
1192 …&inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyStat… in create()
DvktMemoryDeviceMemoryReportTests.cpp1097 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in create() local
1210 …&inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyStat… in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1079 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in create() local
1192 …&inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyStat… in create()
DvktMemoryDeviceMemoryReportTests.cpp1097 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in create() local
1210 …&inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyStat… in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp3415 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = initVulkanStructure(); in createGraphicsPipeline() local
3416inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
3464 createInfo.pInputAssemblyState = &inputAssemblyState; in createGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp3415 VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = initVulkanStructure(); in createGraphicsPipeline() local
3416inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
3464 createInfo.pInputAssemblyState = &inputAssemblyState; in createGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1887 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in createMultiple() local
1983 &inputAssemblyState, in createMultiple()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp1887 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in createMultiple() local
1983 &inputAssemblyState, in createMultiple()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1937 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in createSubpassPipeline() local
2106 … &inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyState; in createSubpassPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp1937 const VkPipelineInputAssemblyStateCreateInfo inputAssemblyState = in createSubpassPipeline() local
2106 … &inputAssemblyState, // const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyState; in createSubpassPipeline()