Searched refs:TypePrefix (Results 1 – 4 of 4) sorted by relevance
504 std::string TypePrefix();679 std::string ShaderImageLoadStoreBase::TypePrefix<vec4>() in TypePrefix() function in glcts::__anon395e2fca0111::ShaderImageLoadStoreBase684 std::string ShaderImageLoadStoreBase::TypePrefix<ivec4>() in TypePrefix() function in glcts::__anon395e2fca0111::ShaderImageLoadStoreBase689 std::string ShaderImageLoadStoreBase::TypePrefix<uvec4>() in TypePrefix() function in glcts::__anon395e2fca0111::ShaderImageLoadStoreBase694 std::string ShaderImageLoadStoreBase::TypePrefix<GLint>() in TypePrefix() function in glcts::__anon395e2fca0111::ShaderImageLoadStoreBase699 std::string ShaderImageLoadStoreBase::TypePrefix<GLuint>() in TypePrefix() function in glcts::__anon395e2fca0111::ShaderImageLoadStoreBase1186 …<< TypePrefix<T>() << "image2D g_image;" NL "void main() {" NL " ivec2 coord = ivec2(gl_FragCoord… in GenFS()1188 << TypePrefix<T>() << "vec4" << value << ");" NL " discard;" NL "}"; in GenFS()1197 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()1198 << TypePrefix<T>() in GenC()[all …]
517 std::string TypePrefix();702 std::string ShaderImageLoadStoreBase::TypePrefix<vec4>() in TypePrefix() function in gl4cts::es31compatibility::__anon7c8fd54f0111::ShaderImageLoadStoreBase709 std::string ShaderImageLoadStoreBase::TypePrefix<ivec4>() in TypePrefix() function in gl4cts::es31compatibility::__anon7c8fd54f0111::ShaderImageLoadStoreBase715 std::string ShaderImageLoadStoreBase::TypePrefix<uvec4>() in TypePrefix() function in gl4cts::es31compatibility::__anon7c8fd54f0111::ShaderImageLoadStoreBase722 std::string ShaderImageLoadStoreBase::TypePrefix<GLint>() in TypePrefix() function in gl4cts::es31compatibility::__anon7c8fd54f0111::ShaderImageLoadStoreBase728 std::string ShaderImageLoadStoreBase::TypePrefix<GLuint>() in TypePrefix() function in gl4cts::es31compatibility::__anon7c8fd54f0111::ShaderImageLoadStoreBase1220 …<< TypePrefix<T>() << "image2D g_image;" NL "void main() {" NL " ivec2 coord = ivec2(gl_FragCoord… in GenFS()1222 << TypePrefix<T>() << "vec4" << value << ");" NL " discard;" NL "}"; in GenFS()1231 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()1232 << TypePrefix<T>() in GenC()[all …]
635 std::string TypePrefix();924 std::string ShaderImageLoadStoreBase::TypePrefix<vec4>() in TypePrefix() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase930 std::string ShaderImageLoadStoreBase::TypePrefix<ivec4>() in TypePrefix() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase936 std::string ShaderImageLoadStoreBase::TypePrefix<uvec4>() in TypePrefix() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase942 std::string ShaderImageLoadStoreBase::TypePrefix<GLint>() in TypePrefix() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase948 std::string ShaderImageLoadStoreBase::TypePrefix<GLuint>() in TypePrefix() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase1477 …<< TypePrefix<T>() << "image2D g_image;" NL "void main() {" NL " ivec2 coord = ivec2(gl_FragCoord… in GenFS()1479 << TypePrefix<T>() << "vec4" << value << ");" NL " discard;" NL "}"; in GenFS()1659 << FormatEnumToString(internalformat) << ") readonly uniform " << TypePrefix<T>() in GenFS()1661 …<< TypePrefix<T>() << "vec4 v = imageLoad(g_image, coord);" NL " if (v != " << TypePrefix<T>() <<… in GenFS()[all …]
245 bool ParseReg(OperandVector &Operands, StringRef TypePrefix) { in ParseReg() argument270 auto RegType = ParseRegType(TypePrefix); in ParseReg()