dawn-cmake/test
Brandon Jones bf7ec8f70b Add MultiplanarExternalTextureTransform and Tests
Implements MultiplanarExternalTextureTransform to allow transforming a
texture_external binding into two texture_2d<f32> bindings and a uniform
buffer binding. Transforms textureSampleLevel and textureLoad calls with
a texture_external parameter into custom functions that can handle both
single-plane RGBA or bi-planar YUV. Includes tests.

Bug: dawn:1082
Change-Id: Icb6d8b0f3773feca01c833171f07230c3531f3aa
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68620
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-11-17 12:10:16 +00:00
..
access GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
array GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
buffer GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
bug GLSL: rename all identifiers prefixed with gl_. 2021-11-16 19:13:36 +00:00
expressions GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
intrinsics GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
layout/storage/mat2x2 GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
let GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
loops GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
matrix/constructor/elements GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
ptr_ref GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
samples GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
shader_io GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
statements GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
struct GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
types GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
unittest/reader/spirv Add more SPIR-V reader unit test samples 2021-09-27 20:55:53 +00:00
var GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
vk-gl-cts spirv-reader: Sink pointer-to-vector-component 2021-11-04 19:55:57 +00:00
BUILD.gn Add MultiplanarExternalTextureTransform and Tests 2021-11-17 12:10:16 +00:00
extract-spvasm.py Add --dump-spirv option to tint_unittests 2021-05-05 09:46:31 +00:00
test-all.sh main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +00:00