Home | History | Annotate | Download | only in functional

Lines Matching full:uniform

480 		buf << "layout(r32i, binding=1) coherent uniform highp iimage2D u_image;\n"
756 buf << "layout(r32i, binding=1) coherent uniform highp iimage2D u_image0;\n"
757 << "layout(r32i, binding=2) coherent uniform highp iimage2D u_image1;\n"
1733 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=0) " << ((m_useAtomic) ? ("coherent ") : ("writeonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageOut;\n";
1802 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=1) " << ((m_useAtomic) ? ("coherent ") : ("readonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageIn;\n";
1877 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=1) " << ((m_useAtomic) ? ("coherent ") : ("readonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageIn0;\n"
1878 << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=2) " << ((m_useAtomic) ? ("coherent ") : ("readonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageIn1;\n";
1933 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=0) " << ((m_useAtomic) ? ("coherent ") : ("writeonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageOut;\n";
2002 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=1) " << ((m_useAtomic) ? ("coherent ") : ("readonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageIn;\n";
2082 buf << "layout(" << ((m_formatInteger) ? ("r32i") : ("r32f")) << ", binding=1) " << ((m_useAtomic) ? ("coherent ") : ("readonly ")) << "uniform highp " << ((m_formatInteger) ? ("iimage2D") : ("image2D")) << " u_imageIn;\n";
2346 << "uniform highp uint u_atomicDelta;\n"
2563 << "layout (binding = 2, offset = 0) uniform atomic_uint u_counter;\n"
2564 << "uniform highp uint u_callNdx;\n"
2894 << "layout (binding = 2, r32ui) volatile uniform highp uimage2D u_workImage;\n"
2895 << "uniform highp uint u_atomicDelta;\n"
2918 << "layout (binding = 2, r32ui) readonly uniform highp uimage2D u_workImage;\n"
2936 << "layout (binding = 2, r32ui) writeonly uniform highp uimage2D u_workImage;\n"
3118 << "layout (binding = 2, offset = 0) uniform atomic_uint u_counter;\n"