Home
last modified time | relevance | path

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

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_enhanced_layouts/execution/component-layout/
H A Dvs-tcs-tes-fs-double.shader_test75 layout(location = 2, component = 2) flat out double d_tcs[];
84 d_tcs[gl_InvocationID] = d[gl_InvocationID];
108 layout(location = 2, component = 2) flat in double d_tcs[];
131 d_tes = d_tcs[1];
/dports/sysutils/screen/screen-4.8.0/
H A Ddisplay.h163 union tcu d_tcs[T_N]; /* terminal capabilities */ member
281 #define D_tcs DISPLAY(d_tcs)