HomeSort by relevance Sort by last modified time
    Searched full:v_value (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/media/base/
fakevideorenderer.h 149 uint8_t v_value = *(v_pos + j); local
150 if (v_value < v_min || v_value > v_max) {
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 487 vtx << "varying mediump vec4 v_value;\n";
488 frag << "varying mediump vec4 v_value;\n";
530 writeLoopWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
554 vtx << " v_value = a_value;\n";
709 vtx << "varying mediump vec4 v_value;\n";
710 frag << "varying mediump vec4 v_value;\n";
723 writeWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
733 vtx << " v_value = a_value;\n"; // Transfer input to fragment shader through varying.
es2pShaderCompilationCases.cpp     [all...]
es2pShaderOptimizationTests.cpp 135 "varying " + fragPrec + " vec4 v_value;\n"
142 " v_value = value;\n"
145 << glu::FragmentSource( "varying " + fragPrec + " vec4 v_value;\n"
149 " " + fragPrec + " vec4 value = v_value;\n"
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 495 vtx << "out mediump vec4 v_value;\n";
496 frag << "in mediump vec4 v_value;\n";
538 writeLoopWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
562 vtx << " v_value = a_value;\n";
721 vtx << "out mediump vec4 v_value;\n";
722 frag << "in mediump vec4 v_value;\n";
735 writeWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
745 vtx << " v_value = a_value;\n"; // Transfer input to fragment shader through varying.
es3pShaderCompilationCases.cpp     [all...]
es3pShaderOptimizationTests.cpp 136 "out " + fragPrec + " vec4 v_value;\n"
143 " v_value = value;\n"
148 "in " + fragPrec + " vec4 v_value;\n"
152 " " + fragPrec + " vec4 value = v_value;\n"
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 475 << "out mediump vec4 v_value;\n"
536 "in mediump vec4 v_value;\n"
540 "\tfragColor = vec4(v_value.xyz, 1.0);\n"
1051 << "out mediump vec4 v_value;\n"
    [all...]
  /external/tensorflow/tensorflow/python/ops/
gradients_test.py 560 v_value = rng.randn(m, 1).astype("float32")
563 hess_v_value = np.dot(hess_value, v_value)
567 v = constant_op.constant(v_value)

Completed in 146 milliseconds