Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uniform_value
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H
A
D
sfn_value_test.cpp
90
TEST_F(ValueTest,
uniform_value
)
in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H
A
D
es31cArrayOfArraysTests.cpp
6205
glw::GLfloat
uniform_value
= 1.0f;
in test_shader_compilation()
local
6207
gl.uniform1f(uniform_location,
uniform_value
);
in test_shader_compilation()
6214
glw::GLint
uniform_value
= 1;
in test_shader_compilation()
local
6216
gl.uniform1i(uniform_location,
uniform_value
);
in test_shader_compilation()
6223
glw::GLuint
uniform_value
= 1;
in test_shader_compilation()
local
6225
gl.uniform1ui(uniform_location,
uniform_value
);
in test_shader_compilation()
6232
glw::GLdouble
uniform_value
= 1.0;
in test_shader_compilation()
local
6234
gl.uniform1d(uniform_location,
uniform_value
);
in test_shader_compilation()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cGPUShaderFP64Tests.cpp
7072
const double*
uniform_value
= current_uv_pair.second;
in verifyUniformValues()
local
7093
if (de::abs(returned_double_data[n_component] -
uniform_value
[n_component]) > epsilon)
in verifyUniformValues()
7104
<<
uniform_value
[n_component] << "]" << tcu::TestLog::EndMessage;
in verifyUniformValues()
7109
if (de::abs(returned_float_data[n_component] -
uniform_value
[n_component]) > epsilon)
in verifyUniformValues()
7120
<<
uniform_value
[n_component] << "]" << tcu::TestLog::EndMessage;
in verifyUniformValues()
7126
int rounded_uniform_value_sint = (int)(deFloatRound((float)
uniform_value
[n_component]));
in verifyUniformValues()
7128
(unsigned int)(
uniform_value
[n_component] > 0.0) ?
in verifyUniformValues()
7129
((unsigned int)deFloatRound((float)
uniform_value
[n_component])) :
in verifyUniformValues()
Completed in 29 milliseconds