HomeSort by relevance Sort by last modified time
    Searched defs:uniforms (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/randomshaders/
rsgTest.cpp 59 // Uniforms
60 std::vector<const rsg::ShaderInput*> uniforms; local
63 rsg::computeUnifiedUniforms(vertexShader, fragmentShader, uniforms);
64 rsg::computeUniformValues(rnd, uniformValues, uniforms);
rsgShaderGenerator.cpp 283 vector<ShaderInput*>& uniforms = shader.getUniforms(); local
300 uniforms.reserve(uniforms.size()+1);
301 uniforms.push_back(new ShaderInput(variable, value->getValueRange()));
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 121 int uniforms = 0; local
122 gl.getProgramiv(program.getProgram(), GL_ACTIVE_UNIFORMS, &uniforms);
124 if (uniforms != 1)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_programs.cc 1007 static UniformInfo uniforms[] = { local
    [all...]
program_manager.cc 457 // NOTE: We don't care if 2 uniforms are bound to the same location.
465 // Assigns the uniforms with bindings.
486 // Assigns the uniforms that were not bound.
499 DVLOG(1) << "----: uniforms for service_id: " << service_id();
540 std::string info_log = "Uniforms with the same name but different "
1085 const ShaderTranslator::VariableMap* uniforms[2]; local
    [all...]
gles2_cmd_decoder_unittest_base.cc 672 UniformInfo uniforms[] = { local
680 SetupShader(attribs, arraysize(attribs), uniforms, arraysize(uniforms),
1337 static UniformInfo uniforms[] = { local
1371 static UniformInfo uniforms[] = { local
1405 static UniformInfo uniforms[] = { local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
UniformHLSL.cpp 7 // Methods for GLSL to HLSL translation for uniforms and interface blocks.
122 TString uniforms; local
135 uniforms += "uniform " + SamplerString(type) + " sampler_" + DecorateUniform(name, type) + ArrayString(type) +
138 uniforms += "uniform " + TextureString(type) + " texture_" + DecorateUniform(name, type) + ArrayString(type) +
153 uniforms += "uniform " + typeName + " " + DecorateUniform(name, type) + ArrayString(type) + " : " + registerString + ";\n";
157 return (uniforms.empty() ? "" : ("// Uniforms\n\n" + uniforms));
Compiler.h 73 const std::vector<sh::Uniform> &getUniforms() const { return uniforms; }
106 // Collect info for all attribs, uniforms, varyings.
111 // Appendix A, section 7, the shader does not use too many uniforms.
141 std::vector<sh::Uniform> uniforms; member in class:TCompiler
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_screen.h 32 struct nouveau_bo *uniforms; member in struct:nv50_screen
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniforms.cpp 40 * Assign locations for GLSL uniforms.
110 * Class to help calculate the storage requirements for a set of uniforms
112 * As uniforms are added to the active set the number of active uniforms and
113 * the storage requirements for those uniforms are accumulated. The active
114 * uniforms are added the the hash table supplied to the constructor.
135 * Total number of active uniforms counted
140 * Number of data values required to back the storage for the active uniforms
150 * Number of uniforms used in the current shader
186 * uniforms
369 struct gl_uniform_storage *uniforms; member in class:parcel_out_uniform_storage
594 struct gl_uniform_storage *uniforms = local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 32 struct nouveau_bo *uniforms; member in struct:nv50_screen
  /external/mesa3d/src/glsl/
link_uniforms.cpp 40 * Assign locations for GLSL uniforms.
110 * Class to help calculate the storage requirements for a set of uniforms
112 * As uniforms are added to the active set the number of active uniforms and
113 * the storage requirements for those uniforms are accumulated. The active
114 * uniforms are added the the hash table supplied to the constructor.
135 * Total number of active uniforms counted
140 * Number of data values required to back the storage for the active uniforms
150 * Number of uniforms used in the current shader
186 * uniforms
369 struct gl_uniform_storage *uniforms; member in class:parcel_out_uniform_storage
594 struct gl_uniform_storage *uniforms = local
    [all...]
  /external/chromium_org/cc/output/
shader.cc 28 const char** uniforms,
33 context->BindUniformLocationCHROMIUM(program, locations[i], uniforms[i]);
160 static const char* uniforms[] = { local
163 int locations[arraysize(uniforms)];
167 arraysize(uniforms),
168 uniforms,
193 static const char* uniforms[] = { local
198 int locations[arraysize(uniforms)];
202 arraysize(uniforms),
203 uniforms,
233 static const char* uniforms[] = { local
265 static const char* uniforms[] = { local
321 static const char* uniforms[] = { local
378 static const char* uniforms[] = { local
435 static const char* uniforms[] = { local
495 static const char* uniforms[] = { local
539 static const char* uniforms[] = { local
598 static const char* uniforms[] = { local
636 static const char* uniforms[] = { local
661 static const char* uniforms[] = { local
687 static const char* uniforms[] = { local
773 static const char* uniforms[] = { local
886 static const char* uniforms[] = { local
929 static const char* uniforms[] = { local
1003 static const char* uniforms[] = { local
1056 static const char* uniforms[] = { local
1117 static const char* uniforms[] = { local
1187 static const char* uniforms[] = { local
1244 static const char* uniforms[] = { local
1309 static const char* uniforms[] = { local
1369 static const char* uniforms[] = { local
1426 static const char* uniforms[] = { local
1457 static const char* uniforms[] = { local
1495 static const char* uniforms[] = { local
    [all...]
gl_renderer.cc 1499 SolidColorProgramUniforms uniforms; local
1501 SolidColorUniformLocation(GetSolidColorProgramAA(), &uniforms); local
1503 SolidColorUniformLocation(GetSolidColorProgram(), &uniforms); local
1653 TileProgramUniforms uniforms; local
1657 &uniforms); local
1660 &uniforms); local
1666 &uniforms); local
1669 &uniforms); local
1675 &uniforms); local
1678 &uniforms); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4.h 301 int uniforms; member in class:brw::vec4_visitor
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 185 * as well as specifications of its attributes, uniforms, and textures.
188 * the same replacement is done in attributes' and uniforms' names. This
197 std::vector<VarSpec> uniforms; member in struct:deqp::gls::ProgramContext
glsUniformBlockCase.cpp 273 std::vector<UniformLayoutEntry> uniforms; member in class:deqp::gls::ub::UniformLayout
283 for (int ndx = 0; ndx < (int)uniforms.size(); ndx++)
285 if (uniforms[ndx].name == name)
508 layout.uniforms.push_back(entry);
521 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
531 layout.uniforms.push_back(entry);
545 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
556 layout.uniforms.push_back(entry);
579 // \todo [2012-01-23 pyry] Uniforms in default block.
590 int firstUniformNdx = (int)layout.uniforms.size()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 301 int uniforms; member in class:brw::vec4_visitor
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 351 IGLProperty uniforms = new GLSparseArrayProperty(GLStateType.ACTIVE_UNIFORMS, local
355 attachedShaders, attributes, uniforms);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 1255 List<Float> uniforms = msg.getArgs(3).getFloatValueList(); local
1270 List<?> uniforms; local
1301 List<?> uniforms; local
    [all...]

Completed in 1210 milliseconds