Searched refs:combinedSSBlocks (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 286 int combinedSSBlocks = 0; in max_combined_block_number_limit() local 289 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_VERTEX_SHADER, sources); in max_combined_block_number_limit() 290 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_FRAGMENT_SHADER, sources); in max_combined_block_number_limit() 294 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_TESS_CONTROL_SHADER, sources); in max_combined_block_number_limit() 295 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_TESS_EVALUATION_SHADER, sources); in max_combined_block_number_limit() 299 combinedSSBlocks += genMaxSSBlocksSource(ctx, GL_GEOMETRY_SHADER, sources); in max_combined_block_number_limit() 304 ctx.getLog() << tcu::TestLog::Message << "Combined shader storage blocks: " << combinedSSBlocks << tcu::TestLog::EndMessage; in max_combined_block_number_limit() 306 if (combinedSSBlocks > maxCombinedSSBlocks) in max_combined_block_number_limit()
|
Completed in 2 milliseconds