Lines Matching refs:def
2573 std::string def = "layout (location = x) uniform float u0;";
2574 return doRunNegativeCompile(def);
2582 std::string def = NL "const int i = 1;" NL "layout (location = i) uniform float u0;";
2583 return doRunNegativeCompile(def);
2781 std::string def =
2785 return doRunNegativeCompile(def);
2793 std::string def = NL "const int i = 1;" NL "subroutine vec4 st0(float param);" NL
2796 return doRunNegativeCompile(def);
3021 std::string def = NL "subroutine vec4 st0(float param);" NL
3023 return doRunNegativeCompile(def);
3031 std::string def =
3033 return doRunNegativeCompile(def);