Home
last modified time | relevance | path

Searched refs:fsh (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
Dcontent.mak56 $(CONTENTDIR)/FragShader.cpp: $(CONTENTDIR) ./FragShader.fsh
57 $(FILEWRAP) -s -o $@ ./FragShader.fsh
62 $(CONTENTDIR)/SceneFragShader.cpp: $(CONTENTDIR) ./SceneFragShader.fsh
63 $(FILEWRAP) -s -o $@ ./SceneFragShader.fsh
68 $(CONTENTDIR)/BackgroundFragShader.cpp: $(CONTENTDIR) ./BackgroundFragShader.fsh
69 $(FILEWRAP) -s -o $@ ./BackgroundFragShader.fsh
/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp354 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Run() local
356 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run()
358 glCompileShader(fsh); in Run()
360 glAttachShader(m_ppo, fsh); in Run()
362 glDeleteShader(fsh); in Run()
467 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Run() local
469 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run()
471 glCompileShader(fsh); in Run()
473 glAttachShader(m_po, fsh); in Run()
475 glDeleteShader(fsh); in Run()
[all …]
Des31cShaderImageLoadStoreTests.cpp5284 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Compile() local
5285 glShaderSource(fsh, 3, fsrc, NULL); in Compile()
5286 glCompileShader(fsh); in Compile()
5288 glGetShaderInfoLog(fsh, sizeof(log), NULL, log); in Compile()
5292 glGetShaderiv(fsh, GL_COMPILE_STATUS, &status); in Compile()
5293 glDeleteShader(fsh); in Compile()
5348 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Link() local
5349 glAttachShader(p, fsh); in Link()
5350 glDeleteShader(fsh); in Link()
5352 glShaderSource(fsh, 2, fssrc, NULL); in Link()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcTestSubcase.cpp187 string fsh = FragmentShader(); in Documentation() local
188 if (!fsh.empty()) in Documentation()
189 WriteField(log, "OpenGL fragment shader", fsh); in Documentation()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp143 virtual const char* fsh() = 0;
418 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
553 virtual const char* fsh() in fsh() function in gl4cts::TextureBarrierTexelBlocksBase
797 virtual const char* fsh() in fsh() function in gl4cts::TextureBarrierSameTexelRWBase
Dgl4cClipControlTests.cpp130 const char* fsh() in fsh() function in gl4cts::ClipControlRenderBaseTest
441 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
642 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
831 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
1004 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
1194 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh()))); in iterate()
1265 const char* fsh() in fsh() function in gl4cts::ClipControlViewportBounds
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp5330 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Compile() local
5331 glShaderSource(fsh, 3, fsrc, NULL); in Compile()
5332 glCompileShader(fsh); in Compile()
5334 glGetShaderInfoLog(fsh, sizeof(log), NULL, log); in Compile()
5337 glGetShaderiv(fsh, GL_COMPILE_STATUS, &status); in Compile()
5338 glDeleteShader(fsh); in Compile()
5393 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Link() local
5394 glAttachShader(p, fsh); in Link()
5395 glDeleteShader(fsh); in Link()
5397 glShaderSource(fsh, 2, fssrc, NULL); in Link()
[all …]
Dgl4cShaderImageLoadStoreTests.cpp10939 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER); in Link() local
10940 glAttachShader(p, fsh); in Link()
10941 glDeleteShader(fsh); in Link()
10943 glShaderSource(fsh, 1, &fssrc, NULL); in Link()
10944 glCompileShader(fsh); in Link()
10955 glGetShaderiv(fsh, GL_COMPILE_STATUS, &status); in Link()
/external/nos/host/generic/nugget/include/
Dsigned_header.h212 } fsh; member
/external/llvm/include/llvm/Support/
DMachO.h1648 x86_state_hdr_t fsh; member
1688 swapStruct(x.fsh); in swapStruct()
1689 if (x.fsh.flavor == x86_FLOAT_STATE64) in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1663 x86_state_hdr_t fsh; member
1703 swapStruct(x.fsh); in swapStruct()
1704 if (x.fsh.flavor == x86_FLOAT_STATE64) in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1707 x86_state_hdr_t fsh; member
1747 swapStruct(x.fsh); in swapStruct()
1748 if (x.fsh.flavor == x86_FLOAT_STATE64) in swapStruct()
/external/syzkaller/executor/
Dcommon_kvm_amd64.h122 uint16 fs, fsh; member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8727 if (fs.fsh.flavor == MachO::x86_FLOAT_STATE64) { in PrintThreadCommand()
8729 if (fs.fsh.count == MachO::x86_FLOAT_STATE64_COUNT) in PrintThreadCommand()
8732 outs() << "fsh.count " << fs.fsh.count in PrintThreadCommand()
8736 outs() << "\t fsh.flavor " << fs.fsh.flavor << " fsh.count " in PrintThreadCommand()
8737 << fs.fsh.count << "\n"; in PrintThreadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9325 if (fs.fsh.flavor == MachO::x86_FLOAT_STATE64) { in PrintThreadCommand()
9327 if (fs.fsh.count == MachO::x86_FLOAT_STATE64_COUNT) in PrintThreadCommand()
9330 outs() << "fsh.count " << fs.fsh.count in PrintThreadCommand()
9334 outs() << "\t fsh.flavor " << fs.fsh.flavor << " fsh.count " in PrintThreadCommand()
9335 << fs.fsh.count << "\n"; in PrintThreadCommand()
/external/pcre/dist2/testdata/
Dtestinput2617 12(abcde(fsh)xyz(foo(bar))lmno)89
637 12(abcde(fsh)xyz(foo(bar))lmno)89
Dtestoutput21624 12(abcde(fsh)xyz(foo(bar))lmno)89
1625 0: (abcde(fsh)xyz(foo(bar))lmno)
1675 12(abcde(fsh)xyz(foo(bar))lmno)89
1676 0: (fsh)
/external/syzkaller/pkg/csource/
Dgenerated.go1634 uint16 fs, fsh;
/external/mksh/src/
Dcheck.t13617 name: fsh-flags
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt75378 fsh %17698