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:n_component
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cTextureViewTests.cpp
6603
for (unsigned int
n_component
= 0;
n_component
< n_components;
in getComponentDataForByteAlignedInternalformat()
6604
data += (component_sizes[
n_component
] >> 3 /* 8 bits/byte */), ++
n_component
)
in getComponentDataForByteAlignedInternalformat()
6610
switch (component_sizes[
n_component
])
in getComponentDataForByteAlignedInternalformat()
6613
result_float[
n_component
] = deFloat16To32(*(const deFloat16*)data);
in getComponentDataForByteAlignedInternalformat()
6616
result_float[
n_component
] = *(float*)data;
in getComponentDataForByteAlignedInternalformat()
6628
switch (component_sizes[
n_component
])
in getComponentDataForByteAlignedInternalformat()
6631
result_sint[
n_component
] = *(signed char*)data;
in getComponentDataForByteAlignedInternalformat()
6634
result_sint[
n_component
]
in getComponentDataForByteAlignedInternalformat()
[all...]
H
A
D
gl4cGPUShaderFP64Tests.cpp
7091
for (unsigned int
n_component
= 0;
n_component
< n_components_used && can_continue; ++
n_component
)
in verifyUniformValues()
7093
if (de::abs(returned_double_data[
n_component
] - uniform_value[
n_component
]) > epsilon)
in verifyUniformValues()
7100
<<
n_component
<< "]"
in verifyUniformValues()
7102
<< returned_double_data[
n_component
] << "]"
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
]) > epsilo
in verifyUniformValues()
7653
result << "base_value + " <<
n_component
;
getVertexShaderBody()
local
9519
component_index_sstream << "[" <<
n_component
<< "]";
getFragmentShaderBody()
local
9942
result_sstream << "[" <<
n_component
<< "]";
getVertexShaderBody()
local
[all...]
H
A
D
gl4cShaderSubroutineTests.cpp
2440
for (unsigned int
n_component
= 0;
n_component
< n_variable_type_components; ++
n_component
)
in getVertexShaderBody()
2444
if (
n_component
!= (n_variable_type_components - 1))
in getVertexShaderBody()
2648
for (unsigned int
n_component
= 0;
n_component
< n_variable_type_components; ++
n_component
)
in verifyXFBData()
2684
for (unsigned int
n_component
= 0;
n_component
< n_variable_type_components; ++
n_component
)
in verifyXFBData()
[all...]
H
A
D
gl4cSparseBufferTests.cpp
3144
for (unsigned int
n_component
= 0;
n_component
< 4 /* rgba */ && result_local; ++
n_component
)
in execute()
3165
m_testCtx.getLog() << tcu::TestLog::Message << "Invalid texel data (channel:" <<
n_component
in execute()
3550
for (unsigned int
n_component
= 0;
n_component
< 4 /* rgba */ && result_local; ++
n_component
)
in execute()
3571
m_testCtx.getLog() << tcu::TestLog::Message << "Invalid texel data (channel:" <<
n_component
in execute()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H
A
D
esextcTextureCubeMapArrayGenerateMipMap.cpp
170
for (int
n_component
= 0;
n_component
< m_n_components; ++
n_component
)
in generateTestData()
173
unsigned char* result_ptr = data + ((y * width + x) * pixel_size +
n_component
);
in generateTestData()
176
*result_ptr = m_layer_face_data[n_layer][n_color][
n_component
];
in generateTestData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderLayeredFramebuffer.cpp
167
unsigned int
n_component
= 0;
in iterate()
local
245
for (
n_component
= 0;
n_component
< N_TEXTURE_COMPONENTS; ++
n_component
)
in iterate()
247
float temp_component = slice_rgba[
n_component
] /* dst_color */ * slice_rgba[
n_component
] /* dst_color */
in iterate()
261
ref_slice_ptr[
n_component
] = (unsigned char)(temp_component * 255.0f);
in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderTCTE.cpp
1715
for (unsigned int
n_component
= 0;
n_component
< n_varying_components; ++
n_component
)
in iterate()
1723
if (de::abs(*rendered_value - expected_value_float[
n_component
]) > epsilon)
in iterate()
1726
<< tcu::TestLog::Message << "Invalid component at index [" <<
n_component
<< "] "
in iterate()
1727
<< "(found:" << *rendered_value << " expected:" << expected_value_float[
n_component
]
in iterate()
1740
if (*rendered_value != expected_value_int[
n_component
])
in iterate()
1743
<< tcu::TestLog::Message << "Invalid component at index [" <<
n_component
<< "] "
in iterate()
1744
<< "(found:" << *rendered_value << " expected:" << expected_value_int[
n_component
]
in iterate()
Completed in 39 milliseconds