/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 550 GLint unif; in get_uniformfv() local 554 unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in get_uniformfv() 555 if (unif == -1) in get_uniformfv() 562 ctx.glGetUniformfv (-1, unif, ¶ms[0]); in get_uniformfv() 567 ctx.glGetUniformfv (shader, unif, ¶ms[0]); in get_uniformfv() 572 ctx.glGetUniformfv (programEmpty, unif, ¶ms[0]); in get_uniformfv() 590 GLint unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); in get_nuniformfv() local 598 if (unif == -1) in get_nuniformfv() 607 ctx.glGetnUniformfv(-1, unif, bufferSize, ¶ms[0]); in get_nuniformfv() 612 ctx.glGetnUniformfv(shader, unif, bufferSize, ¶ms[0]); in get_nuniformfv() [all …]
|
D | es31fProgramUniformTests.cpp | 1138 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1140 if (unif.isUsedInShader) in writeUniformComparisons()
|
/external/rappor/tests/ |
D | assoc_sim.R | 89 SimulateReports <- function(N, uvals, params, unif, argument 94 if (unif) { 163 SimulateReports(opts$num, uvals, params, opts$unif, # inputs
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_lower_uniforms.c | 148 struct qreg unif = qir_reg(QFILE_UNIF, max_index); in qir_lower_uniforms() local 172 unif, c->undef); in qir_lower_uniforms() 183 remove_uniform(ht, unif); in qir_lower_uniforms()
|
D | vc4_qir.c | 366 uint32_t unif = uniforms[data]; in qir_describe_uniform() local 368 data, unif, uif(unif)); in qir_describe_uniform()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 392 GLint unif = glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in init() 393 if (unif == -1) in init() 401 glGetUniformfv (-1, unif, ¶ms[0]); in init() 406 glGetUniformfv (shader, unif, ¶ms[0]); in init() 411 glGetUniformfv (programEmpty, unif, ¶ms[0]); in init() 428 GLint unif = glGetUniformLocation(program.getProgram(), "fUnif_ivec4"); // ivec4 in init() 429 if (unif == -1) in init() 437 glGetUniformiv (-1, unif, ¶ms[0]); in init() 442 glGetUniformiv (shader, unif, ¶ms[0]); in init() 447 glGetUniformiv (programEmpty, unif, ¶ms[0]); in init() [all …]
|
D | es3fUniformApiTests.cpp | 1322 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1324 if (unif.isUsedInShader) in writeUniformComparisons()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | RandomDataImpl.java | 487 double unif = generator.nextDouble(); 488 while (unif == 0.0d) { 489 unif = generator.nextDouble(); 491 return -mean * FastMath.log(unif);
|
/external/rappor/pipeline/ |
D | regtest.sh | 27 unif,map.csv 38 unif,,string,regtest_params
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | multinomial_op_test.py | 38 unif = random_ops.random_uniform(logits.get_shape().concatenate( 40 noise = -math_ops.log(-math_ops.log(unif))
|
/external/deqp-deps/glslang/Test/ |
D | tokenPaste.vert | 44 multiPaste(unif, m, 875);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | tokenPaste.vert | 44 multiPaste(unif, m, 875);
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 291 struct qreg unif = in v3d_spill_reg() local 295 inst->src[i] = unif; in v3d_spill_reg()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1132 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1134 if (unif.isUsedInShader) in writeUniformComparisons()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 2258 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2259 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run() 2367 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2368 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|
D | gl4cShaderStorageBufferObjectTests.cpp | 2435 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2436 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 2258 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2259 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run() 2367 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2368 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|
/external/ImageMagick/PerlMagick/t/ |
D | input.mat | 176 …CEEEFIIHJIKJGFDA/#U�ͷ���ƿ��������������ɿ�G9;?^���������tu{��������������������}unif`THEB><85.'
|