Searched refs:pShaderStages (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 282 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 318 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 319 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
D | vktGeometryLayeredRenderingTests.cpp | 338 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 374 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 375 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 308 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 344 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 345 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 360 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 387 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 388 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
D | vktFragmentOperationsScissorTests.cpp | 321 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 348 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 349 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 208 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 239 …const deUint32 numActiveShaderStages = DE_LENGTH_OF_ARRAY(pShaderStages) - (geometryModule == DE_N… in makeGraphicsPipeline() 247 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
D | vktSparseResourcesBufferTests.cpp | 557 const VkPipelineShaderStageCreateInfo pShaderStages[] = in Renderer() local 583 …Layout, *m_renderPass, m_renderSize, m_topology, DE_LENGTH_OF_ARRAY(pShaderStages), pShaderStages); in Renderer()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 248 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipeline() local 275 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipeline() 276 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
D | vktPipelineMultisampleImageTests.cpp | 240 const VkPipelineShaderStageCreateInfo pShaderStages[] = in makeGraphicsPipelines() local 276 DE_LENGTH_OF_ARRAY(pShaderStages), // deUint32 stageCount; in makeGraphicsPipelines() 277 pShaderStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipelines()
|