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:WINDING_CW
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_rect.c
725
WINDING_CW
enumerator
746
return
WINDING_CW
;
in winding()
764
if (winding0 ==
WINDING_CW
&&
in setup_rect_cw()
765
winding1 ==
WINDING_CW
) {
in setup_rect_cw()
767
} else if (winding0 ==
WINDING_CW
) {
in setup_rect_cw()
770
} else if (winding1 ==
WINDING_CW
) {
in setup_rect_cw()
842
} else if (winding0 ==
WINDING_CW
) {
in setup_rect_both()
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
51
WINDING_CW
, //!< Clockwise winding
enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationUtil.hpp
132
WINDING_CW
,
enumerator
259
case
WINDING_CW
: return "cw";
in getWindingShaderName()
H
A
D
vktTessellationWindingTests.cpp
72
case
WINDING_CW
: return VK_FRONT_FACE_CLOCKWISE;
in mapFrontFace()
473
{
WINDING_CW
, *pipelineClockwise },
in iterate()
H
A
D
vktTessellationInvarianceTests.cpp
79
winding ==
WINDING_CW
? WINDING_USAGE_CW : WINDING_USAGE_LAST;
in getWindingUsage()
93
cases.push_back(
WINDING_CW
);
in getWindingCases()
97
cases.push_back(
WINDING_CW
);
in getWindingCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationUtil.hpp
132
WINDING_CW
,
enumerator
260
case
WINDING_CW
: return "cw";
in getWindingShaderName()
H
A
D
vktTessellationWindingTests.cpp
72
case
WINDING_CW
: return VK_FRONT_FACE_CLOCKWISE;
in mapFrontFace()
473
{
WINDING_CW
, *pipelineClockwise },
in iterate()
H
A
D
vktTessellationInvarianceTests.cpp
79
winding ==
WINDING_CW
? WINDING_USAGE_CW : WINDING_USAGE_LAST;
in getWindingUsage()
93
cases.push_back(
WINDING_CW
);
in getWindingCases()
97
cases.push_back(
WINDING_CW
);
in getWindingCases()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTessellationTests.cpp
433
WINDING_CW
,
469
case
WINDING_CW
: return "cw";
2875
log << TestLog::Message << "Setting glFrontFace(" << (frontFaceWinding ==
WINDING_CW
? "GL_CW" : "GL_CCW") << ")" << TestLog::EndMessage;
2877
gl.frontFace(frontFaceWinding ==
WINDING_CW
? GL_CW : GL_CCW);
3696
case WINDINGUSAGE_CW: windings.push_back(
WINDING_CW
); break;
3698
windings.push_back(
WINDING_CW
); break;
3923
: winding ==
WINDING_CW
? WINDINGUSAGE_CW
Completed in 23 milliseconds