Add GLSL_EXT_shader_tile_image

This commit is contained in:
janharaldfredriksen-arm
2023-03-30 17:50:56 +02:00
committed by arcady-lunarg
parent a3310b7cff
commit 0bbec2e8f6
33 changed files with 5712 additions and 5083 deletions

View File

@@ -357,6 +357,12 @@ INSTANTIATE_TEST_SUITE_P(
"spv.discard-dce.frag",
"spv.doWhileLoop.frag",
"spv.earlyReturnDiscard.frag",
"spv.ext.ShaderTileImage.color.frag",
"spv.ext.ShaderTileImage.depth_stencil.frag",
"spv.ext.ShaderTileImage.subpassinput.frag",
"spv.ext.ShaderTileImage.typemismatch.frag",
"spv.ext.ShaderTileImage.overlap.frag",
"spv.ext.ShaderTileImage.wronglayout.frag",
"spv.extPostDepthCoverage.frag",
"spv.extPostDepthCoverage_Error.frag",
"spv.float16convertonlyarith.comp",