/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | content.mak | 56 $(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/ |
D | es31cVertexAttribBindingTests.cpp | 354 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 …]
|
D | es31cShaderImageLoadStoreTests.cpp | 5284 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/ |
D | glcTestSubcase.cpp | 187 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/ |
D | gl4cTextureBarrierTests.cpp | 143 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
|
D | gl4cClipControlTests.cpp | 130 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
|
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 5330 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 …]
|
D | gl4cShaderImageLoadStoreTests.cpp | 10939 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/ |
D | signed_header.h | 212 } fsh; member
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 1648 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/ |
D | MachO.h | 1663 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/ |
D | MachO.h | 1707 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/ |
D | common_kvm_amd64.h | 122 uint16 fs, fsh; member
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8727 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/ |
D | MachODump.cpp | 9325 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/ |
D | testinput2 | 617 12(abcde(fsh)xyz(foo(bar))lmno)89 637 12(abcde(fsh)xyz(foo(bar))lmno)89
|
D | testoutput2 | 1624 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/ |
D | generated.go | 1634 uint16 fs, fsh;
|
/external/mksh/src/ |
D | check.t | 13617 name: fsh-flags
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 75378 fsh %17698
|