[Piglit] [PATCH v2 0/2] More tests for multiple inout parameters

Juan A. Suarez Romero jasuarez at igalia.com
Mon May 9 14:51:06 UTC 2016


These tests cover two use cases:

- Indirect arrays (arrays indexed from other arrays)
- Arrays of arrays (requires GL_ARB_arrays_of_arrays)


Juan A. Suarez Romero (2):
  Test multiple inout parameters with indirect array indexing
  Test multiple inout parameters with arrays of arrays

 ...vs-inout-index-inout-mat2-col-array.shader_test | 35 ++++++++++++++++++++
 ...ndex-inout-vec4-array-element-array.shader_test | 36 ++++++++++++++++++++
 ...nout-index-inout-vec4-array-element.shader_test | 38 ++++++++++++++++++++++
 3 files changed, 109 insertions(+)
 create mode 100644 tests/shaders/out-parameter-indexing/vs-inout-index-inout-mat2-col-array.shader_test
 create mode 100644 tests/shaders/out-parameter-indexing/vs-inout-index-inout-vec4-array-element-array.shader_test
 create mode 100644 tests/spec/arb_arrays_of_arrays/execution/inout/vs-inout-index-inout-vec4-array-element.shader_test

-- 
2.5.5



More information about the Piglit mailing list