/external/autotest/client/deps/webgl_mpd/src/ |
ManyPlanetsDeep.html | 38 uniform mat4 u_modelViewProjMatrix; 39 uniform mat4 u_normalMatrix; 40 uniform vec3 lightDir; 61 uniform sampler2D sampler2d;
|
/external/clang/test/OpenMP/ |
declare_simd_ast_print.cpp | 51 // CHECK: #pragma omp declare simd uniform(this, a) linear(val(b): a) 55 #pragma omp declare simd uniform(this, a) linear(val(b): a) 112 #pragma omp declare simd uniform(this, b) 115 // CHECK: #pragma omp declare simd uniform(this, b)
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockTests.hpp | 24 * \brief Uniform block tests.
|
/external/deqp/framework/opengl/ |
gluContextInfo.cpp | 99 "uniform int u_numIters;\n" 107 "uniform mediump float a, b;\n" 123 "uniform int u_numIters;\n" 131 "uniform mediump float a, b;\n"
|
/external/deqp/modules/gles31/functional/ |
es31fShaderUniformIntegerFunctionTests.cpp | 21 * \brief Built-in function tests for uniform constants. 79 oss << "uniform " << glu::declare(varType, "value", 0) << ";\n"; 249 : TestCaseGroup(context, "uniform", "Function on uniform")
|
/external/freetype/include/freetype/ |
ftfntfmt.h | 50 /* important to differentiate, in spite of FreeType's uniform API. */
|
/external/skia/src/gpu/ |
GrShaderVar.cpp | 18 case GrShaderVar::kUniform_TypeModifier: return "uniform";
|
/external/skia/src/gpu/effects/ |
GrSimpleTextureEffect.fp | 8 in uniform sampler2D image;
|
/external/skqp/src/gpu/ |
GrShaderVar.cpp | 18 case GrShaderVar::kUniform_TypeModifier: return "uniform";
|
/external/skqp/src/gpu/effects/ |
GrSimpleTextureEffect.fp | 8 in uniform sampler2D image;
|
/external/tensorflow/tensorflow/core/lib/random/ |
simple_philox.cc | 23 uint32 SimplePhilox::Uniform(uint32 n) {
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
imagenet_utils_test.py | 32 x = np.random.uniform(0, 255, (2, 10, 10, 3)) 39 x = np.random.uniform(0, 255, (10, 10, 3)) 47 x = np.random.uniform(0, 255, (2, 10, 10, 3)) 70 x = np.random.uniform(0, 255, (10, 10, 3))
|
/external/tensorflow/tensorflow/stream_executor/ |
shared_memory_config.h | 16 // This file defines a uniform interface to configuration options for shared
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.distributions.pbtxt | 68 name: "Uniform"
|
/external/vulkan-validation-layers/demos/android/include/ |
cube.vert.h | 59 16: TypePointer Uniform 15(buf) 60 17(ubuf): 16(ptr) Variable Uniform 65 23: TypePointer Uniform 7(fvec4) 70 30: TypePointer Uniform 10
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
covariance_matrix_generator.h | 24 // A uniform covariance matrix with a gap at the target location. WARNING:
|
/frameworks/base/apct-tests/perftests/core/res/layout/ |
test_autosize_textview_10.xml | 38 android:autoSizeTextType="uniform"
|
test_autosize_textview_5.xml | 38 android:autoSizeTextType="uniform"
|
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 159 "uniform sampler2D tex_sampler_0;\n" 439 "inputs! Missing uniform 'tex_sampler_%d'!", textures.size(), i); 648 ALOGE("Shader Program: Attempting to access unknown uniform %d!", var); 655 // Here we return the minimum of the max uniform count for fragment and vertex 678 return !GLEnv::CheckGLError("Set Uniform Value (int)"); 690 return !GLEnv::CheckGLError("Set Uniform Value (float)"); 707 // Get uniform information 715 if (!CheckValueCount("Uniform (int)", name, capacity, components, count) 716 || !CheckValueMult ("Uniform (int)", name, components, count)) 741 return !GLEnv::CheckGLError("Set Uniform Value") [all...] |
/frameworks/rs/rsov/compiler/spirit/ |
builder_test.cpp | 57 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy); 59 auto InputBuffer = b.MakeVariable(StructPtrTy, StorageClass::Uniform); 71 auto StructPtrTy2 = m->getPointerType(StorageClass::Uniform, StructTy2); 72 auto OutputBuffer = b.MakeVariable(StructPtrTy2, StorageClass::Uniform);
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftfntfmt.h | 50 /* important to differentiate, in spite of FreeType's uniform API. */
|
/prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.2.1/ |
osdetector-gradle-plugin-1.2.1.pom | 9 <description>A Gradle plugin that detects the OS name and architecture, providing a uniform classifier to be used in the names of native artifacts.</description>
|
/prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.4.0/ |
osdetector-gradle-plugin-1.4.0.pom | 9 <description>A Gradle plugin that detects the OS name and architecture, providing a uniform classifier to be used in the names of native artifacts.</description>
|
/tools/test/connectivity/acts/framework/tests/ |
AttenuatorSanityTest.py | 46 int(random.uniform(0, atten_max_value)))
|
/external/skqp/tests/ |
SkSLGLSLTest.cpp | 198 "uniform testBlock {" 210 "uniform testBlock {\n" 220 "uniform testBlock {" 229 "uniform testBlock {\n" 236 "uniform testBlock {" 245 "uniform testBlock {\n" [all...] |