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

<<31323334353637383940>>

  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 137 "uniform mediump int u_index;\n"
234 addChild(new FragDataIndexingCase(m_context, "valid_uniform_index", "Valid gl_FragData[] assignment using uniform index", INDEX_EXPR_UNIFORM));
es2fNegativeStateApiTests.cpp 43 static const char* uniformTestVertSource = "uniform mediump vec4 vTest;\n"
48 static const char* uniformTestFragSource = "uniform mediump ivec4 fTest;\n"
352 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location");
375 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.");
391 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Failed to retrieve uniform location");
414 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.");
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 57 // Repeated for const, uniform, dynamic loops.
176 "uniform",
284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
289 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n";
292 op << "uniform ${COUNTER_PRECISION} float uf_one;\n";
477 op << "uniform bool ub_true;\n";
479 op << "uniform ${COUNTER_PRECISION} int ui_zero, ui_one, ui_two, ui_three, ui_four, ui_five, ui_six;\n";
481 op << "uniform ${COUNTER_PRECISION} int ui_oneHundredOne;\n";
    [all...]
  /external/mesa3d/docs/relnotes/
11.1.2.html 60 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93731">Bug 93731</a> - glUniformSubroutinesuiv segfaults when subroutine uniform is bound to a specific location</li>
173 <li>glsl: fix segfault linking subroutine uniform with explicit location</li>
  /external/mesa3d/src/compiler/glsl/
lower_named_interface_blocks.cpp 141 * but, this will require changes to the other uniform block
261 * but, this will require changes to the other uniform block
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.c 98 * padding around uniform values below vec4 size, so the worst case is that
99 * every uniform is a float which gets padded to the size of a vec4.
brw_tes.c 89 * padding around uniform values below vec4 size, so the worst case is that
90 * every uniform is a float which gets padded to the size of a vec4.
  /external/python/cpython2/Doc/library/
urlparse.rst 24 This module defines a standard interface to break Uniform Resource Locator (URL)
29 The module has been designed to match the Internet RFC on Relative Uniform
279 :rfc:`3986` - Uniform Resource Identifiers
288 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
289 Document describing the generic syntactic requirements for both Uniform Resource
290 Names (URNs) and Uniform Resource Locators (URLs).
295 :rfc:`1808` - Relative Uniform Resource Locators
300 :rfc:`1738` - Uniform Resource Locators (URL)
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary_test.cc 137 // Create buffer of size from uniform random elements.
149 int new_size = std::max(rand.Uniform(size), 2u);
  /external/tensorflow/tensorflow/contrib/distributions/
__init__.py 82 from tensorflow.python.ops.distributions.uniform import *
130 'Uniform',
  /external/tensorflow/tensorflow/python/kernel_tests/
reduction_ops_test_big.py 94 arr_ = np.random.uniform(
119 arr_ = np.random.uniform(
  /external/tensorflow/tensorflow/python/ops/distributions/
bernoulli.py 118 uniform = random_ops.random_uniform(
120 sample = math_ops.less(uniform, self.probs)
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.mm 39 "uniform sampler2D Ytex;\n"
40 "uniform sampler2D Utex,Vtex;\n"
  /external/deqp/external/openglcts/modules/common/
glcRobustnessTests.cpp 210 * This test verifies if read uniform variables to the buffer with bufSize less than expected result with GL_INVALID_OPERATION error;
239 : tcu::TestCase(testCtx, "getnuniform", "Verifies if read uniform variables to the buffer with bufSize less than "
310 /* passing uniform values */
376 "layout (location = 11) uniform vec4 inputf;\n"
377 "layout (location = 12) uniform ivec3 inputi;\n"
378 "layout (location = 13) uniform uvec4 inputu;\n";
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCounterOpsTests.cpp 129 "layout(rgba32f, binding = 2) writeonly uniform highp image2D destImage;\n"
164 headString = "layout (binding=0) uniform atomic_uint counter;\n"
165 "layout (binding=1) uniform atomic_uint calls;\n";
172 "layout (binding=0) uniform atomic_uint counter;\n"
173 "layout (binding=1) uniform atomic_uint calls;\n";
320 "uniform sampler2D sampler;\n"
gl4cEnhancedLayoutsTests.cpp 1211 stream << "Uniform: " << desc.m_name << " - invalid offset: " << offsets[i]
1282 stream << "Uniform: " << desc.m_name << " - invalid offset: " << offset
19775 bufferDescriptor& uniform = out_descriptors[i + 0]; local
19810 bufferDescriptor& uniform = out_descriptors[n_stages * 2]; local
20034 bufferDescriptor& uniform = out_descriptors[0]; local
20073 bufferDescriptor& uniform = out_descriptors[0]; local
20099 bufferDescriptor& uniform = out_descriptors[0]; local
20327 bufferDescriptor& uniform = out_descriptors[0]; local
20366 bufferDescriptor& uniform = out_descriptors[0]; local
20392 bufferDescriptor& uniform = out_descriptors[0]; local
21708 bufferDescriptor& uniform = out_descriptors[0]; local
22738 bufferDescriptor& uniform = out_descriptors[0]; local
22977 bufferDescriptor& uniform = out_descriptors[0]; local
24057 bufferDescriptor& uniform = out_descriptors[0]; local
24463 bufferDescriptor& uniform = out_descriptors[0]; local
25841 bufferDescriptor& uniform = out_descriptors[0]; local
26210 bufferDescriptor& uniform = out_descriptors[0]; local
26648 bufferDescriptor& uniform = out_descriptors[0]; local
26994 bufferDescriptor& uniform = out_descriptors[0]; local
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 185 << "uniform vec4 uViewport;\n"
186 << "uniform vec4 uLayerCrop[LAYER_COUNT];\n"
187 << "uniform mat2 uTexMatrix[LAYER_COUNT];\n"
211 fragment_shader_stream << "uniform samplerExternalOES uLayerTexture" << i
214 fragment_shader_stream << "uniform float uLayerAlpha[LAYER_COUNT];\n"
215 << "uniform float uLayerPremult[LAYER_COUNT];\n"
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 931 DEBUG(dbgs() << "BB: " << BB->getName() << " has uniform terminator\n");
945 DEBUG(dbgs() << "Skipping region with uniform control flow: " << *R << '\n');
948 // uniform. To account for a possible future in which non-uniform
950 // marked as uniform.
958 Term->setMetadata("structurizecfg.uniform", MD);
  /external/mesa3d/src/amd/vulkan/
radv_formats.c 144 bool uniform = true; local
240 uniform = uniform && desc->channel[0].size == desc->channel[i].size;
243 /* Non-uniform formats. */
244 if (!uniform) {
284 /* uniform formats */
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 98 * matrix (the top level structure or the uniform block).
105 * If a uniform block doesn't have an explicit layout set, it will default
319 * This is used to determine how many uniform or varying locations a type
326 * uniform storage and a struct member.
362 * Alignment in bytes of the start of this type in a std140 uniform
367 /** Size in bytes of this type in a std140 uniform block.
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_test_util.py 529 """Tensor with (possibly complex) Uniform entries.
534 Uniform[minval, maxval], if dtype is real,
535 X + iY, where X, Y ~ Uniform[minval, maxval], if dtype is complex.
571 """Tensor with (possibly complex) random entries from a "sign Uniform".
577 Z * X, where X ~ Uniform[minval, maxval], if dtype is real,
578 Z * (X + iY), where X, Y ~ Uniform[minval, maxval], if dtype is complex.
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 336 "%bufptr = OpTypePointer Uniform %buf\n"
337 "%indata1 = OpVariable %bufptr Uniform\n"
338 "%indata2 = OpVariable %bufptr Uniform\n"
341 "%buf2ptr = OpTypePointer Uniform %buf2\n"
342 "%outdata = OpVariable %buf2ptr Uniform\n"
523 specializations["BLOCK_POINTER_TYPE"] = useStorageBuffer ? "StorageBuffer" : "Uniform";
818 "%bufptr = OpTypePointer Uniform %buf\n"
819 "%indata1 = OpVariable %bufptr Uniform\n"
820 "%indata2 = OpVariable %bufptr Uniform\n"
821 "%outdata = OpVariable %bufptr Uniform\n
    [all...]
  /external/mesa3d/src/mesa/main/
shader_query.cpp 680 * "If the active uniform is an array, the uniform name returned in
681 * name will always be the name of the uniform array appended with
688 * harm in always appending "[0]" to uniform array names.
790 /* If the uniform is built-in, fail. */
805 * active uniform variable name in <program>, if <name> is associated
806 * with a named uniform block, or if <name> starts with the reserved
820 /* If the uniform is an array, fail if the index is out of bounds. */
1024 * index of that uniform.
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 490 self.root.grid_columnconfigure(i, weight=0, minsize=0, pad=0, uniform='')
492 self.root.grid_rowconfigure(i, weight=0, minsize=0, pad=0, uniform='')
611 {'minsize': 0, 'pad': 0, 'uniform': None, 'weight': 0})
659 self.root.grid_columnconfigure(0, uniform='foo')
660 self.assertEqual(self.root.grid_columnconfigure(0, 'uniform'), 'foo')
661 self.assertEqual(self.root.grid_columnconfigure(0)['uniform'], 'foo')
667 {'minsize': 0, 'pad': 0, 'uniform': None, 'weight': 0})
715 self.root.grid_rowconfigure(0, uniform='foo')
716 self.assertEqual(self.root.grid_rowconfigure(0, 'uniform'), 'foo')
717 self.assertEqual(self.root.grid_rowconfigure(0)['uniform'], 'foo'
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_geometry_managers.py 490 self.root.grid_columnconfigure(i, weight=0, minsize=0, pad=0, uniform='')
492 self.root.grid_rowconfigure(i, weight=0, minsize=0, pad=0, uniform='')
613 {'minsize': 0, 'pad': 0, 'uniform': None, 'weight': 0})
661 self.root.grid_columnconfigure(0, uniform='foo')
662 self.assertEqual(self.root.grid_columnconfigure(0, 'uniform'), 'foo')
663 self.assertEqual(self.root.grid_columnconfigure(0)['uniform'], 'foo')
669 {'minsize': 0, 'pad': 0, 'uniform': None, 'weight': 0})
717 self.root.grid_rowconfigure(0, uniform='foo')
718 self.assertEqual(self.root.grid_rowconfigure(0, 'uniform'), 'foo')
719 self.assertEqual(self.root.grid_rowconfigure(0)['uniform'], 'foo'
    [all...]

Completed in 735 milliseconds

<<31323334353637383940>>