/external/eigen/blas/testing/ |
dblat1.f | 0 PROGRAM DBLAT1 2 * Test program for the DOUBLE PRECISION Level 1 BLAS. 4 * F06EAF Example Program Text 51 99999 FORMAT (' Real BLAS Test Program Results',/1X)
|
sblat1.f | 0 PROGRAM SBLAT1 2 * Test program for the REAL Level 1 BLAS. 4 * F06EAF Example Program Text 51 99999 FORMAT (' Real BLAS Test Program Results',/1X)
|
zblat1.f | 0 PROGRAM ZBLAT1 2 * Test program for the COMPLEX*16 Level 1 BLAS. 4 * F06GAF Example Program Text 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow.c | 707 for(tmp = writer->Next; tmp != &d->C->Program.Instructions;
|
/external/mesa3d/src/mesa/program/ |
nvfragparse.c | 27 * NVIDIA fragment program parser. 44 #include "program.h" 140 * Remember, we can't modify the target program object until we've 141 * _successfully_ parsed the program text. 145 const GLubyte *start; /* start of program string */ 148 struct gl_fragment_program *program; /* current program */ member in struct:parse_state 180 if (parseState->ctx->Program.ErrorString[0] == 0) { 757 * Parse a program local parameter register "p[##]" 771 /* a numbered program parameter register * [all...] |
program_parse.y | 30 #include "program/program.h" 31 #include "program/prog_parameter.h" 32 #include "program/prog_parameter_layout.h" 33 #include "program/prog_statevars.h" 34 #include "program/prog_instruction.h" 36 #include "program/symbol_table.h" 37 #include "program/program_parser.h" 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION 278 program: language optionSequence statementSequence EN label [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
BackDropperFilter.java | 27 import android.filterfw.core.Program; 467 /** Shader program objects */ [all...] |
/frameworks/rs/driver/ |
rsdShader.cpp | 32 RsdShader::RsdShader(const Program *p, uint32_t type,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelinePresentationModel.js | 72 recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories["other"] }; 305 if (record.type === WebInspector.TimelineModel.RecordType.Program) [all...] |
TimelinePanel.js | 758 if (record.type === WebInspector.TimelineModel.RecordType.Program) [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 482 -- Section 3.11.2 of ARB_fragment_program (Fragment Program Grammar and Restrictions): 493 | <arrayTarget> (if program option is present) 494 | <shadowTarget> (if program option is present) 502 | <shadowArrayTarget> (if program option is present) 510 "If a fragment program specifies the "MESA_texture_array" program 514 -- Section 3.11.6 "Fragment Program Texture Instruction Set" 562 "A program will fail to load if the TXP instruction is used in [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 482 -- Section 3.11.2 of ARB_fragment_program (Fragment Program Grammar and Restrictions): 493 | <arrayTarget> (if program option is present) 494 | <shadowTarget> (if program option is present) 502 | <shadowArrayTarget> (if program option is present) 510 "If a fragment program specifies the "MESA_texture_array" program 514 -- Section 3.11.6 "Fragment Program Texture Instruction Set" 562 "A program will fail to load if the TXP instruction is used in [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 32 #include "program/prog_instruction.h" 33 #include "program/prog_parameter.h" 34 #include "program/program.h" 35 #include "program/programopt.h" 36 #include "program/prog_print.h" 82 const struct gl_fragment_program *program) 161 * hardware as program constants. 164 src = i915_emit_param4fv(p, program->Base.LocalParams[source->Index]); 179 &program->Base.Parameters->ParameterValues[source->Index][0].f) 306 const struct gl_fragment_program *program = &p->FragProg; local 354 const struct gl_fragment_program *program = &p->FragProg; local 375 const struct gl_fragment_program *program = &p->FragProg; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 41 #include "../glsl/program.h" 47 #include "program/hash_table.h" 52 #include "program/prog_instruction.h" 53 #include "program/prog_optimize.h" 54 #include "program/prog_print.h" 55 #include "program/program.h" 56 #include "program/prog_parameter.h" 57 #include "program/sampler.h" 262 * identifier of this function signature used by the program [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 32 #include "program/prog_instruction.h" 33 #include "program/prog_parameter.h" 34 #include "program/program.h" 35 #include "program/programopt.h" 36 #include "program/prog_print.h" 82 const struct gl_fragment_program *program) 161 * hardware as program constants. 164 src = i915_emit_param4fv(p, program->Base.LocalParams[source->Index]); 179 &program->Base.Parameters->ParameterValues[source->Index][0].f) 306 const struct gl_fragment_program *program = &p->FragProg; local 354 const struct gl_fragment_program *program = &p->FragProg; local 375 const struct gl_fragment_program *program = &p->FragProg; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 41 #include "../glsl/program.h" 47 #include "program/hash_table.h" 52 #include "program/prog_instruction.h" 53 #include "program/prog_optimize.h" 54 #include "program/prog_print.h" 55 #include "program/program.h" 56 #include "program/prog_parameter.h" 57 #include "program/sampler.h" 262 * identifier of this function signature used by the program [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 39 #include "program/prog_parameter.h" 40 #include "program/prog_print.h" 41 #include "program/register_allocate.h" 42 #include "program/sampler.h" 43 #include "program/hash_table.h" [all...] |
brw_fs_visitor.cpp | 37 #include "program/prog_parameter.h" 38 #include "program/prog_print.h" 39 #include "program/prog_optimize.h" 40 #include "program/register_allocate.h" 41 #include "program/sampler.h" 42 #include "program/hash_table.h" [all...] |
brw_vec4_visitor.cpp | 27 #include "program/prog_parameter.h" 28 #include "program/sampler.h" [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse.y | 30 #include "program/program.h" 31 #include "program/prog_parameter.h" 32 #include "program/prog_parameter_layout.h" 33 #include "program/prog_statevars.h" 34 #include "program/prog_instruction.h" 36 #include "program/symbol_table.h" 37 #include "program/program_parser.h" 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION 278 program: language optionSequence statementSequence EN label [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 39 #include "program/prog_parameter.h" 40 #include "program/prog_print.h" 41 #include "program/register_allocate.h" 42 #include "program/sampler.h" 43 #include "program/hash_table.h" [all...] |
brw_fs_visitor.cpp | 37 #include "program/prog_parameter.h" 38 #include "program/prog_print.h" 39 #include "program/prog_optimize.h" 40 #include "program/register_allocate.h" 41 #include "program/sampler.h" 42 #include "program/hash_table.h" [all...] |
brw_vec4_visitor.cpp | 27 #include "program/prog_parameter.h" 28 #include "program/sampler.h" [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 179 glEnableVertexAttribArray(Program::kBindingPosition); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 7 This program is free software: you can redistribute it and/or modify 12 This program is distributed in the hope that it will be useful, 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 77 #line 1 "src/src/mesa/program/program_parse.y" 107 #include "program/program.h" 108 #include "program/prog_parameter.h" 109 #include "program/prog_parameter_layout.h" 110 #include "program/prog_statevars.h" 111 #include "program/prog_instruction.h [all...] |