/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationFeedbackTests.cpp | 1208 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCreationFeedbackTests() local 1214 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests() 1218 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests() 1221 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
|
H A D | vktPipelineExecutablePropertiesTests.cpp | 1252 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createExecutablePropertiesTests() local 1258 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createExecutablePropertiesTests() 1261 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests() 1264 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests() 1267 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
|
H A D | vktPipelineCacheTests.cpp | 1825 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCacheTests() local 1835 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1838 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT), in createCacheTests() 1855 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1872 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1905 CacheTestParam(pipelineConstructionType, vertGeomFragStages, true), in createCacheTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExecutablePropertiesTests.cpp | 1280 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createExecutablePropertiesTests() local 1286 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createExecutablePropertiesTests() 1289 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests() 1292 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests() 1295 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
|
H A D | vktPipelineCreationFeedbackTests.cpp | 1223 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCreationFeedbackTests() local 1229 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests() 1233 { pipelineConstructionType, vertGeomFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests() 1236 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
|
H A D | vktPipelineCacheTests.cpp | 1830 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCacheTests() local 1840 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1843 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT), in createCacheTests() 1860 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1877 CacheTestParam(pipelineConstructionType, vertGeomFragStages, false), in createCacheTests() 1910 CacheTestParam(pipelineConstructionType, vertGeomFragStages, true), in createCacheTests()
|