Home
last modified time | relevance | path

Searched refs:combinedSSBlocks (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp286 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 <<… in max_combined_block_number_limit()
306 if (combinedSSBlocks > maxCombinedSSBlocks) in max_combined_block_number_limit()