/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 195 RegAlloc(Program *program) : prog(program), sequence(0) { } 248 Program *prog; 697 Program *prog; [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 38 inline void setProgramType(Program::Type pType) { progType = pType; } 43 Program::Type progType; 1113 if (i->op == OP_QUADOP && progType != Program::TYPE_FRAGMENT) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.c | 477 DBG(r300, DBG_FP, "r300: Initial fragment program\n"); 496 compiler.Base.Program.Constants.Count > 200) { 501 * Transform the program to support WPOS. 503 * Introduce a small fragment at the start of the program that will be
|
/external/mesa3d/src/mesa/main/ |
arbprogram.c | 39 #include "program/arbprogparse.h" 40 #include "program/nvfragparse.h" 41 #include "program/nvvertparse.h" 42 #include "program/program.h" 50 * The two different fragment program targets are supposed to be compatible 68 * Bind a program (make it current) 97 * Get pointer to new program to bind. 98 * NOTE: binding to a non-existant program is not an error. 102 /* Bind a default program */ [all...] |
ff_fragment_shader.cpp | 37 #include "program/program.h" 38 #include "program/prog_parameter.h" 39 #include "program/prog_cache.h" 40 #include "program/prog_instruction.h" 41 #include "program/prog_print.h" 42 #include "program/prog_statevars.h" 43 #include "program/programopt.h" 54 #include "../program/ir_to_mesa.h" 310 * Identify all possible varying inputs. The fragment program wil [all...] |
mtypes.h | 93 * Indexes for vertex program attributes. 212 * Indexes for vertex program result attributes. Note that 245 * Indexes for geometry program attributes. 286 * Indexes for geometry program result attributes 315 * Indexes for fragment program input attributes. Note that 384 * Bitflags for fragment program input attributes. 418 * Fragment program results [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Filter.java | 273 * transfer from a FieldPort or ProgramPort to its connected target (field or program variable). 280 * Assigns all program variables to the ports they are connected to. Call this after 281 * constructing a Program instance with attached ProgramPorts. 283 protected void initProgramInputs(Program program, FilterContext context) { 284 if (program != null) { 286 if (inputPort.getTarget() == program) {
|
/frameworks/rs/api/ |
rs_graphics.spec | 255 arg: rs_program_fragment ps, "program fragment object" 256 arg: uint slot, "index of the constant buffer on the program" 262 The Allocation must be a valid constant input for the Program. 270 arg: rs_program_vertex pv, "program vertex object" 374 Allocation must be a valid texture for the Program. The sampling 788 summary: Set the constant color for a fixed function emulation program 790 Set the constant color for a fixed function emulation program. 800 summary: Get the projection matrix for a fixed function vertex program 803 vertex program. Calling this function with a custom vertex shader 814 summary: Load the model matrix for a bound fixed function vertex program [all...] |
/frameworks/rs/ |
rs_hal.h | 89 class Program;
|
rsAllocation.cpp | 337 void Allocation::addProgramToDirty(const Program *p) { 341 void Allocation::removeProgramToDirty(const Program *p) { [all...] |
/external/curl/projects/ |
build-openssl.bat | 92 rem Calculate the program files directory 102 rem Check we have a program files directory 311 echo Error: Cannot obtain the directory for Program Files
|
/external/vulkan-validation-layers/ |
update_external_sources.bat | 108 echo Install and ensure each makes it into your PATH, default is "C:\Program Files (x86)\CMake\bin"
|
/external/deqp/modules/gles31/functional/ |
es31fTessellationTests.cpp | 2 * drawElements Quality Program OpenGL ES 3.1 Module [all...] |
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 41 #include "../glsl/program.h" 48 #include "program/hash_table.h" 53 #include "program/prog_instruction.h" 54 #include "program/prog_optimize.h" 55 #include "program/prog_print.h" 56 #include "program/program.h" 57 #include "program/prog_parameter.h" 58 #include "program/sampler.h" 195 * identifier of this function signature used by the program [all...] |
/external/cblas/testing/ |
c_cblat1.f | 0 PROGRAM CCBLAT1 2 * Test program for the COMPLEX Level 1 CBLAS. 4 * F06GAF Example Program Text 45 99999 FORMAT (' Complex CBLAS Test Program Results',/1X)
|
c_zblat1.f | 0 PROGRAM ZCBLAT1 2 * Test program for the COMPLEX*16 Level 1 CBLAS. 4 * F06GAF Example Program Text 45 99999 FORMAT (' Complex CBLAS Test Program Results',/1X)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiSmokeTests.cpp | 312 const rr::Program program (&vertShader, &fragShader); 324 program, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.cpp | [all...] |
vktPipelineDepthTests.cpp | [all...] |
vktPipelineStencilTests.cpp | [all...] |
/external/deqp/modules/internal/ |
ditFrameworkTests.cpp | 755 const rr::Program program (&vtxShader, &fragShader); 767 const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, 3, 0));
|
/external/eigen/blas/testing/ |
cblat1.f | 0 PROGRAM CBLAT1 2 * Test program for the COMPLEX Level 1 BLAS. 4 * F06GAF Example Program Text 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X)
|
dblat1.f | 11 * PROGRAM DBLAT1 19 *> Test program for the DOUBLE PRECISION Level 1 BLAS. 22 *> F06EAF Example Program Text 38 PROGRAM DBLAT1 92 99999 FORMAT (' Real BLAS Test Program Results',/1X) [all...] |
sblat1.f | 11 * PROGRAM SBLAT1 19 *> Test program for the REAL Level 1 BLAS. 22 *> F06EAF Example Program Text 38 PROGRAM SBLAT1 92 99999 FORMAT (' Real BLAS Test Program Results',/1X) [all...] |
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)
|