HomeSort by relevance Sort by last modified time
    Searched full:uniform (Results 626 - 650 of 2648) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/core/kernels/
fractional_pool_common.cc 94 const auto uniform = [&single](uint32 n) { return single() % n; }; local
95 RandomShuffle(diff.begin(), diff.end(), uniform);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
recurrent_test.py 117 initializer='uniform',
121 initializer='uniform',
199 initializer='uniform',
203 initializer='uniform',
207 initializer='uniform',
311 initializer='uniform',
315 initializer='uniform',
319 initializer='uniform',
  /external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc 115 // Uniform [-max()/2, max()/2] for signed
121 // Uniform [-0.5, 0.5]
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 25 * <li>a Type that describes the layout of an Allocation containing constant or uniform inputs</li>
82 * uniform parameters to the shader may optionally be provided as
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 525 << "uniform mat4 projection;"
526 << "uniform mat4 texture;"
545 fs << "uniform samplerExternalOES sampler;"
548 fs << "uniform sampler2D sampler;"
553 fs << "uniform vec4 color;";
573 fs << "uniform float displayMaxLuminance;";
577 fs << "uniform mat4 inputTransformMatrix;";
594 fs << "uniform mat4 outputTransformMatrix;";
  /frameworks/rs/rsov/compiler/tests/rs_allocation/
access_same.ll 8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
multi_read.ll 8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
read_write.ll 8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 127 "uniform mat4 u_xform;\n" +
136 "uniform samplerExternalOES s_texture;\n" +
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
Square.java 35 "uniform mat4 uMVPMatrix;" +
46 "uniform vec4 vColor;" +
Triangle.java 34 "uniform mat4 uMVPMatrix;" +
45 "uniform vec4 vColor;" +
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 76 """uniform styles - the text styles that are uniform throughout the text """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 76 """uniform styles - the text styles that are uniform throughout the text """
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLimits.hpp 185 * Make sure it is possible to use as many uniform components as defined
195 * floor(GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT / 4) uniform ivec4
254 /* String used to store number of uniform vectors */
263 /* Max uniform components and vectors */
267 /* Uniform location */
270 /* Uniform data */
276 * Make sure it is possible to use as many uniform blocks as defined by
285 * - Test case 16.1's ivec4s take form of as many uniform blocks as needed,
338 /* String used to store uniform blocks accesses */
341 /* String used to store number of uniform blocks *
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 394 bool uniform,
401 if (uniform)
446 bool uniform,
456 printFloatDeclaration(oss, varName, uniform, value);
511 bool uniform,
525 printFloatDeclaration(oss, varName, uniform, value);
814 << (params.useUniform ? "uniform" : "constant") << "s with "
    [all...]
es31fNegativeStateApiTests.cpp 54 "uniform mediump vec4 vUnif_vec4;\n"
56 "layout(shared) uniform Block { mediump vec4 blockVar; };\n"
63 "uniform mediump ivec4 fUnif_ivec4;\n"
64 "uniform mediump uvec4 fUnif_uvec4;\n"
521 ctx.fail("Failed to retrieve uniform location");
541 ctx.beginSection("GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
564 ctx.fail("Failed to retrieve uniform location");
586 ctx.beginSection("GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
611 ctx.fail("Failed to retrieve uniform location");
631 ctx.beginSection("GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.")
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderImageSizeTests.cpp 438 os << NL "layout(binding = 0, rgba32i) writeonly uniform iimage2D g_result;";
441 os << NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>()
442 << "image2D g_image_2d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() << ") uniform "
444 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>()
445 << "imageCube g_image_cube;" NL "layout(binding = 4, rgba32" << ImageFormatPostfix<T>() << ") uniform "
447 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>()
448 << "image2DRect g_image_rect;" NL "layout(binding = 6, rgba32" << ImageFormatPostfix<T>() << ") uniform "
450 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>() << "imageBuffer g_image_buffer;";
454 os << NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>()
455 << "image1D g_image_1d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() << ") uniform "
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 128 + "uniform mat4 texMatrix;\n"
140 + "uniform samplerExternalOES oesTex;\n"
143 + "uniform vec2 xUnit;\n"
145 + "uniform vec4 coeffs;\n"
179 GlUtil.checkNoGLES2Error("Initialize fragment shader uniform values.");
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libRSDriver.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/
libRSDriver.so 
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessBufferAccessTests.cpp 22 * \brief Robust buffer access tests for uniform/storage buffers and
23 * uniform/storage texel buffers.
280 "layout(binding = 0, " << (readFromStorage ? "std430" : "std140") << ") " << (readFromStorage ? "buffer" : "uniform") << " InBuffer\n"
292 "layout(binding = 2, std140) uniform Indices\n"
359 "layout(binding = 0, " << (readFromStorage ? "std430" : "std140") << ") " << (readFromStorage ? "buffer readonly" : "uniform") << " InBuffer\n"
371 "layout(binding = 2, std140) uniform Indices\n"
459 bufferDefinition << "layout(set = 0, binding = 0" << ((readFromStorage) ? (std::string(", ") + layoutTypeStr) : "") << ") uniform highp "
462 bufferDefinition << "layout(set = 0, binding = 1, " << layoutTypeStr << ") uniform highp writeonly " << outTexelBufferTypeStr << " outImage;\n";
465 "layout(binding = 2, std140) uniform Offsets\n"
705 TCU_THROW(NotSupportedError, (std::string("Format cannot be used in uniform and storage") + (isTexelAccess ? " texel" : "") + " buffers:
    [all...]
  /external/skia/tests/
MatrixTest.cpp 408 // rotate + uniform scale
415 // rotate + non-uniform scale
422 // non-uniform scale + rotate
521 // uniform scale only
531 // rotation then uniform scale
537 // uniform scale then rotation
543 // rotation then uniform scale+reflection
549 // uniform scale+reflection, then rotate
579 // rotation, uniform scale, then different rotation
744 // uniform scale of poin
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 408 // rotate + uniform scale
415 // rotate + non-uniform scale
422 // non-uniform scale + rotate
521 // uniform scale only
531 // rotation then uniform scale
537 // uniform scale then rotation
543 // rotation then uniform scale+reflection
549 // uniform scale+reflection, then rotate
579 // rotation, uniform scale, then different rotation
744 // uniform scale of poin
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 45 "uniform mediump vec4 vUnif_vec4;\n"
47 "layout(shared) uniform Block { mediump vec4 blockVar; };\n"
53 "uniform mediump ivec4 fUnif_ivec4;\n"
54 "uniform mediump uvec4 fUnif_uvec4;\n"
394 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location");
415 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
430 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location");
451 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
466 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location");
487 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.")
    [all...]
  /external/deqp/android/cts/nyc/
gles31-master.txt     [all...]

Completed in 427 milliseconds

<<21222324252627282930>>