OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vec2
(Results
151 - 168
of
168
) sorted by null
1
2
3
4
5
6
7
/external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp
743
" highp
vec2
a1 = a_attr.xz + a_attr.yw; // add\n"
744
" highp
vec2
a2 = a_attr.xz - a_attr.yw; // sub\n"
745
" highp
vec2
a3 = a_attr.xz * a_attr.yw; // mul\n"
746
" highp
vec2
a4 = a_attr.xz / a_attr.yw; // div\n"
747
" highp
vec2
a5 = a_attr.xz + a_attr.yw * a_attr.xz; // fma\n"
768
" highp
vec2
a1 = v_attr.xz + v_attr.yw; // add\n"
769
" highp
vec2
a2 = v_attr.xz - v_attr.yw; // sub\n"
770
" highp
vec2
a3 = v_attr.xz * v_attr.yw; // mul\n"
771
" highp
vec2
a4 = v_attr.xz / v_attr.yw; // div\n"
772
" highp
vec2
a5 = v_attr.xz + v_attr.yw * v_attr.xz; // fma\n
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp
74
using tcu::
Vec2
;
747
const
Vec2
vColor = rr::readVarying<float>(packet, context, 0, fragNdx).xy();
866
"layout(location=0) in highp
vec2
i_coord;\n"
867
"out highp
vec2
v_color;\n"
870
"\tv_color = 0.5 * (
vec2
(1.0) + i_coord);\n"
893
stream << "in highp
vec2
v_color;\n";
[
all
...]
es31fGeometryShaderTests.cpp
[
all
...]
es31fLayoutBindingTests.cpp
46
using tcu::
Vec2
;
[
all
...]
es31fShaderImageLoadStoreTests.cpp
58
using tcu::
Vec2
;
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp
186
void sample4 (tcu::Vec4 output[4], const tcu::
Vec2
packetTexcoords[4], float lodBias = 0.0f) const;
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
911
std::vector<tcu::
Vec2
> samplePoints;
915
tcu::
Vec2
point;
929
std::vector<tcu::
Vec2
> samplePoints;
933
tcu::
Vec2
point;
[
all
...]
/external/deqp/framework/common/
tcuTexture.hpp
479
Vec2
projectToFace (CubeFace face, const Vec3& coords);
[
all
...]
tcuTexture.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp
46
using tcu::
Vec2
;
[
all
...]
es3fFramebufferBlitTests.cpp
46
using tcu::
Vec2
;
[
all
...]
es3fFboRenderTest.cpp
47
using tcu::
Vec2
;
[
all
...]
es3fShaderTextureFunctionTests.cpp
236
using tcu::
Vec2
;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/test/Bindings/OCaml/
core.ml
1093
let
vec2
= build_insertelement t2 p1 p2 "Vec2" atentry in
var
[
all
...]
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
48
using tcu::
Vec2
;
123
"attribute mediump
vec2
a_coord;\n"
124
"varying mediump
vec2
v_coord;\n"
132
"varying mediump
vec2
v_coord;\n"
184
"attribute mediump
vec2
a_coord;\n"
185
"varying mediump
vec2
v_coord;\n"
194
"varying mediump
vec2
v_coord;\n"
[
all
...]
Completed in 844 milliseconds
1
2
3
4
5
6
7