Searched
full:uniform (Results
1176 -
1200 of
2648) sorted by null
<<41424344454647484950>>
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_tcs.c | 187 * padding around uniform values below vec4 size, so the worst case is that 188 * every uniform is a float which gets padded to the size of a vec4.
|
/external/skia/src/utils/ |
SkPatchUtils.cpp | 48 * Forward differences is a method for evaluating a nth degree polynomial at a uniform step by only 51 * would be f(t+h) = m*(t+h)+b. If we want to know the uniform step that we must add to the first
|
/external/skqp/src/utils/ |
SkPatchUtils.cpp | 48 * Forward differences is a method for evaluating a nth degree polynomial at a uniform step by only 51 * would be f(t+h) = m*(t+h)+b. If we want to know the uniform step that we must add to the first
|
/external/skqp/tests/ |
SkSLErrorTest.cpp | 287 "uniform int x; void main() { x = 0; }", 314 "uniform foo { out int x; };",
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVNameMapEnum.h | 134 add(StorageClassUniform, "Uniform"); 328 add(DecorationUniform, "Uniform");
|
/external/swiftshader/src/OpenGL/compiler/ |
glslang.l | 110 "uniform" { return(UNIFORM); }
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
OGLES2HelloAPI_Windows.cpp | 151 uniform mediump mat4 myPMVMatrix;\
453 the associated uniform variable in the shader
|
/external/syslinux/gpxe/src/net/tcp/ |
http.c | 528 * @v uri Uniform Resource Identifier 586 * @v uri Uniform Resource Identifier
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
executor_test.cc | 218 int x = rnd.Uniform(nodes.size()); 222 x = rnd.Uniform(nodes.size());
|
/external/tensorflow/tensorflow/core/graph/ |
mkl_tfconversion_pass_test.cc | 280 op, rnd.Uniform(10), rnd.Uniform(10));
|
optimizer_cse_test.cc | 357 op, rnd.Uniform(10), rnd.Uniform(10));
|
/external/tensorflow/tensorflow/core/kernels/ |
depthwise_conv_op_gpu.cu.cc | 268 // Note: the condition to reach this is uniform across the entire block. 299 // Note: the condition to reach this is uniform across the entire block. 550 // Note: the condition to reach this is uniform across the entire block. 581 // Note: the condition to reach this is uniform across the entire block. [all...] |
/external/tensorflow/tensorflow/core/lib/random/ |
random_distributions_test.cc | 68 // max_moments: the largest moments of the uniform distribution to be tested; 144 // of the uniform distribution.
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
random_ops_test.py | 231 # Check that uniform ints actually follow a uniform distribution.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
sparse_xent_op_test.py | 110 # batch 0 is the boring uniform distribution: 1, 1, 1, 1, with target 3. 115 # For batch 0, we expect the uniform distribution: 0.25, 0.25, 0.25, 0.25
|
xent_op_test.py | 97 # batch 0 is the boring uniform distribution: 1, 1, 1, 1, with target 3. 102 # For batch 0, we expect the uniform distribution: 0.25, 0.25, 0.25, 0.25
|
/external/tensorflow/tensorflow/python/ops/ |
image_grad_test.py | 282 We generate uniform samples in [low, high], then reject those that are less 304 sample = np.random.uniform(low, high)
|
/libcore/ojluni/src/main/java/java/security/ |
SignatureSpi.java | 289 * a specific but optional computation. A uniform algorithm-specific 357 * specific but optional computation. A uniform algorithm-specific
|
/prebuilts/misc/windows/sdl2/test/ |
testgles2.c | 341 " uniform mat4 mvp; " 608 /* Get uniform locations */
|
/cts/tests/tests/graphics/jni/ |
android_graphics_cts_CameraGpuCtsActivity.cpp | 66 uniform samplerExternalOES sTexture;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
DmaRemappingReportingTable.h | 21 - NUMA - Non-uniform Memory Access
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
TscTimerLibShare.c | 15 duration of each clock tick is uniform and supports the use of the TSC as a wall clock timer even if
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
ExponentialDistributionImpl.java | 187 * uniform deviates. </p>
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
esextcGPUShader5AtomicCountersArrayIndexing.cpp | 48 "layout (binding = 0, offset = 0) uniform atomic_uint counters[4];\n"
|
esextcGPUShader5FmaAccuracy.hpp | 75 * The shaders should be configurable by a uint uniform variable n
|
Completed in 4096 milliseconds
<<41424344454647484950>>