Home
last modified time | relevance | path

Searched refs:vertFragStages (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp1207 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createCreationFeedbackTests() local
1208 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCreationFeedbackTests()
1209 const VkShaderStageFlags vertTessFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createCreationFeedbackTests()
1213 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1216 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1217 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
1220 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
H A DvktPipelineExecutablePropertiesTests.cpp1251 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createExecutablePropertiesTests() local
1252 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createExecutablePropertiesTests()
1253 const VkShaderStageFlags vertTessFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createExecutablePropertiesTests()
1257 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createExecutablePropertiesTests()
1260 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1263 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1266 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
H A DvktPipelineCacheTests.cpp1824 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createCacheTests() local
1825 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCacheTests()
1826 const VkShaderStageFlags vertTesFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createCacheTests()
1834 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1837 CacheTestParam(pipelineConstructionType, vertFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT), in createCacheTests()
1854 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1871 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1904 CacheTestParam(pipelineConstructionType, vertFragStages, true), in createCacheTests()
1954 const CacheTestParam testParam(pipelineConstructionType, vertFragStages, false); in createCacheTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp1222 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createCreationFeedbackTests() local
1223 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCreationFeedbackTests()
1224 const VkShaderStageFlags vertTessFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createCreationFeedbackTests()
1228 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1231 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createCreationFeedbackTests()
1232 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
1235 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createCreationFeedbackTests()
H A DvktPipelineExecutablePropertiesTests.cpp1279 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createExecutablePropertiesTests() local
1280 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createExecutablePropertiesTests()
1281 const VkShaderStageFlags vertTessFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createExecutablePropertiesTests()
1285 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createExecutablePropertiesTests()
1288 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_FALSE }, in createExecutablePropertiesTests()
1291 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_TRUE }, in createExecutablePropertiesTests()
1294 { pipelineConstructionType, vertFragStages, DE_TRUE, DE_TRUE }, in createExecutablePropertiesTests()
H A DvktPipelineCacheTests.cpp1829 const VkShaderStageFlags vertFragStages = VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT; in createCacheTests() local
1830 const VkShaderStageFlags vertGeomFragStages = vertFragStages | VK_SHADER_STAGE_GEOMETRY_BIT; in createCacheTests()
1831 const VkShaderStageFlags vertTesFragStages = vertFragStages | VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT | VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in createCacheTests()
1839 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1842 CacheTestParam(pipelineConstructionType, vertFragStages, false, VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT), in createCacheTests()
1859 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1876 CacheTestParam(pipelineConstructionType, vertFragStages, false), in createCacheTests()
1909 CacheTestParam(pipelineConstructionType, vertFragStages, true), in createCacheTests()
1961 const CacheTestParam testParam(pipelineConstructionType, vertFragStages, false); in createCacheTests()

Completed in 24 milliseconds