/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 163 spec.programs.resize(1); in createTests() 165 spec.programs[0].sources << glu::VertexSource(mapped); in createTests() 184 spec.programs.resize(1); in createTests() 186 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests() 217 spec.programs.resize(1); in createTests() 219 spec.programs[0].sources << glu::VertexSource(mapped); in createTests() 238 spec.programs.resize(1); in createTests() 240 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests()
|
D | glsShaderLibraryCase.cpp | 833 if (spec.programs[0].sources.separable) in isTessellationPresent() 838 for (int programNdx = 0; programNdx < (int)spec.programs.size(); ++programNdx) in isTessellationPresent() 839 if (spec.programs[programNdx].activeStages & tessellationBits) in isTessellationPresent() 844 return !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].empty() || in isTessellationPresent() 845 !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].empty(); in isTessellationPresent() 926 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute() 932 vector<ProgramSources> specializedSources (m_spec.programs.size()); in execute() 936 vector<SharedPtr<ShaderProgram> > programs; in execute() local 944 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() 946 …DE_ASSERT(m_spec.programs.size() == 1 && m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX].siz… in execute() [all …]
|
/external/e2fsprogs/ |
D | INSTALL | 1 To install the second extended file system management programs, 20 cause programs that use the uuid library to core dump. To disable 23 4) Compile the programs 31 6) Install the programs 39 programs to work. It is only needed if you expect to develop other 40 programs using the libraries or if you want to compile other program
|
D | README | 2 system management programs. 15 In case of bugs in these programs, please contact Ted Ts'o at 18 reports for these programs.
|
/external/valgrind/docs/internals/ |
D | performance.txt | 13 - Julian made the tree builder linear. Saved 2--13% on a range of programs. 16 Saved 1--3% on a few programs. 25 programs (eg. ktuberling) programs by a couple of percent. 33 gives about 40% speedup on artificial programs which just do
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | TokenRewriteStream.js | 60 this.programs = null; 141 this.programs = {}; 142 this.programs[trs.DEFAULT_PROGRAM_NAME] = []; property 161 var is = this.programs[programName]; 163 programs[programName] = is.slice(trs.MIN_TOKEN_INDEX, this.instructionIndex); 345 var is = this.programs[name]; 354 this.programs[name] = is; 389 var rewrites = this.programs[programName];
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid() 102 if (spec.programs.empty()) in isValid() 157 for (size_t progNdx = 0; progNdx < spec.programs.size(); ++progNdx) in isValid() 165 const bool hasShader = !spec.programs[progNdx].sources.sources[shaderStageNdx].empty(); in isValid() 166 const bool isEnabled = (spec.programs[progNdx].activeStages & curStageMask) != 0; in isValid() 183 else if (!spec.programs[progNdx].sources.sources[shaderStageNdx].empty()) in isValid() 205 const bool hasVertex = !spec.programs[0].sources.sources[SHADERTYPE_VERTEX].empty(); in isValid() 206 const bool hasFragment = !spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT].empty(); in isValid() 208 if (spec.programs.size() != 1) in isValid() 1489 spec.programs.resize(1); in parseShaderCase() [all …]
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 20 The ``test-suite`` module contains a number of programs that can be 21 compiled with LLVM and executed. These programs are compiled using the 24 the other programs are compared to the native program output and pass if 28 subset of the available tests or programs. This makes test run times 30 test failures. To run some test only on a subset of programs, simply 31 change directory to the programs you want tested and run ``gmake`` 33 variable to change what tests or run on the selected programs (see below 47 The SingleSource directory contains test programs that are only a 49 programs or small programs that calculate a particular value. Several 50 such programs are grouped together in each directory. [all …]
|
D | TestingGuide.rst | 32 regression tests and whole programs. The regression tests are contained 36 The whole programs tests are referred to as the "LLVM test suite" (or 59 The test suite contains whole programs, which are pieces of code which 61 executed. These programs are generally written in high level languages 64 These programs are compiled using a user specified compiler and set of 66 information. The output of these programs is compared to a reference 69 In addition to compiling and executing programs, whole program tests 71 efficiency of the programs generated as well as the speed with which 95 The more comprehensive test suite that includes whole programs in C and C++ 502 To make RUN line writing easier, there are several helper programs. These [all …]
|
/external/bison/ |
D | PACKAGING | 9 Contents: Runtime libraries and programs. 10 Audience: Anyone who wants to run internationalized programs 15 Audience: Anyone who wants to develop programs that use parsers. 20 contains localized programs that use the diagnostics contained in
|
/external/deqp/android/cts/master/ |
D | egl-master.txt | 1077 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy 1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach 1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link 1311 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0 1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1 1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2 1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3 1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4 1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5 1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6 [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 182 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in Antlr.Runtime.TokenRewriteStream 192 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init() 193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in Init() 219 if (programs.TryGetValue(programName, out @is) && @is != null) { in Rollback() 224 programs[programName] = sublist; in Rollback() 350 if (!programs.TryGetValue(name, out @is) || @is == null) { in GetProgram() 358 programs[name] = @is; in InitializeProgram() 392 if (!programs.TryGetValue(programName, out rewrites)) in ToString()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.separate_shader.txt | 29 programs 60 returns the correct programs for vertex and shader stages. 66 The following tests create a program pipeline with one or two programs, 73 no varyings. The variables in distinct programs may have the same name. 78 In the "create_shader_program.*" test cases the single-shader programs in
|
/external/libpng/contrib/gregbook/ |
D | README | 8 cross-platform demo programs that show how to use the libpng reference 16 The source code for all three demo programs currently compiles under 48 Note that, although the programs are designed to be functional, their 50 other programs. As such, their user interfaces are crude and definitely 55 13-15 of the book for detailed discussion of the three programs. 70 The pngbook demo programs are explicitly designed to demonstrate proper 132 current folder. Like the Unix versions, the two windowed programs 135 the June 2001 release. Note that the programs use the Unix-style "-" 151 To run the programs, they probably first need to be set up as "foreign
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 204 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in Antlr.Runtime.TokenRewriteStream 216 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init() 217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in Init() 247 if ( programs.TryGetValue( programName, out @is ) && @is != null ) in Rollback() 253 programs[programName] = sublist; in Rollback() 404 if ( !programs.TryGetValue( name, out @is ) || @is == null ) in GetProgram() 414 programs[name] = @is; in InitializeProgram() 455 if ( !programs.TryGetValue( programName, out rewrites ) ) in ToString()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | README | 2 to write programs that call the internal interfaces defined in here; these 5 gsutil, not when the library interfaces are called directly by other programs.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 162 protected Map programs = null; field in TokenRewriteStream 172 programs = new HashMap(); in init() 173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE)); in init() 196 List is = (List)programs.get(programName); in rollback() 198 programs.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex)); in rollback() 321 List is = (List)programs.get(name); in getProgram() 330 programs.put(name, is); in initializeProgram() 362 List rewrites = (List)programs.get(programName); in toString()
|
/external/ImageMagick/Magick++/ |
D | README | 9 suitable for Web CGI programs which must start-up and execute quickly. 19 map) can be used to write programs similar to those possible with PERL & 42 with recalling compilation options required to compile and link programs 51 the Magick++ demo programs.
|
/external/protobuf/examples/ |
D | README.txt | 2 address book. Two programs are provided, each with three different 21 All of these programs simply take an address book file as their parameter. 22 The add_person programs will create the file if it doesn't already exist.
|
/external/zlib/src/contrib/minizip/ |
D | configure.ac | 9 AC_MSG_CHECKING([whether to build example programs]) 10 AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20.java | 50 final Map<Integer, WebGLProgram> programs = new HashMap<Integer, WebGLProgram>(); field in GwtGL20 160 programs.put(id, program); in allocateProgramId() 166 programs.remove(id); in deallocateProgramId() 509 WebGLProgram glProgram = programs.get(program); in glAttachShader() 516 WebGLProgram glProgram = programs.get(program); in glBindAttribLocation() 636 WebGLProgram prog = programs.get(program); in glDeleteProgram() 667 gl.detachShader(programs.get(program), shaders.get(shader)); in glDetachShader() 747 WebGLActiveInfo activeAttrib = gl.getActiveAttrib(programs.get(program), index); in glGetActiveAttrib() 755 WebGLActiveInfo activeUniform = gl.getActiveUniform(programs.get(program), index); in glGetActiveUniform() 769 WebGLProgram prog = programs.get(program); in glGetAttribLocation() [all …]
|
/external/autotest/client/tests/npb/ |
D | enable-all-tests.patch | 36 +# This is the fortran compiler used for Fortran programs 39 +# This links fortran programs; usually the same as ${F77} 53 +# Global *compile time* flags for Fortran programs 82 +# This is the C compiler used for C programs 85 +# This links C programs; usually the same as ${CC} 99 +# Global *compile time* flags for C programs
|
/external/libcap/ |
D | README | 16 builds the library and the programs 25 * for some example programs look in progs.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTokenRewriteStream.m | 184 @synthesize programs; 205 programs = [ANTLRHashMap newANTLRHashMap]; 206 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa… 215 programs = [ANTLRHashMap newANTLRHashMap]; 216 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa… 226 programs = [ANTLRHashMap newANTLRHashMap]; 227 …[programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHa… 237 return programs; 242 programs = aProgList; 259 // AMutableArray *is = [programs get(programName)]; [all …]
|
/external/valgrind/perf/ |
D | README | 13 of runtime, particularly on larger programs. 21 difference to programs that allocate a lot. 32 Real programs
|