Searched refs:getMaxIOComponents (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 914 deInt32 getMaxIOComponents(deBool input, VkShaderStageFlags stage, VkPhysicalDeviceProperties properties) in getMaxIOComponents() function 996 deInt32 maxOutput = getMaxIOComponents(false, param.outputStage, properties); in test() 997 deInt32 maxInput = getMaxIOComponents(true, param.inputStage, properties); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 918 deInt32 getMaxIOComponents(deBool input, VkShaderStageFlags stage, VkPhysicalDeviceProperties properties) in getMaxIOComponents() function 999 deInt32 maxOutput = getMaxIOComponents(false, param.outputStage, properties); in test() 1000 deInt32 maxInput = getMaxIOComponents(true, param.inputStage, properties); in test()
|
Completed in 4 milliseconds