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:fragOps
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglRenderTests.cpp
293
state.
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
in toReferenceRenderState()
298
state.
fragOps
.blendRGBState.srcFunc = rr::BLENDFUNC_ONE;
in toReferenceRenderState()
299
state.
fragOps
.blendRGBState.dstFunc = rr::BLENDFUNC_ONE;
in toReferenceRenderState()
300
state.
fragOps
.blendRGBState.equation = rr::BLENDEQUATION_ADD;
in toReferenceRenderState()
301
state.
fragOps
.blendAState = state.
fragOps
.blendRGBState;
in toReferenceRenderState()
305
state.
fragOps
.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA;
in toReferenceRenderState()
306
state.
fragOps
.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA;
in toReferenceRenderState()
307
state.
fragOps
.blendRGBState.equation = rr::BLENDEQUATION_ADD;
in toReferenceRenderState()
308
state.
fragOps
in toReferenceRenderState()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fDrawBuffersIndexedTests.cpp
602
void setBlendState (rr::FragmentOperationState&
fragOps
, const BlendState& state)
in setBlendState()
argument
612
fragOps
.blendMode = rr::BLENDMODE_ADVANCED;
in setBlendState()
613
fragOps
.blendEquationAdvaced = equation;
in setBlendState()
619
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
in setBlendState()
620
fragOps
.blendRGBState.equation = equation;
in setBlendState()
621
fragOps
.blendAState.equation = equation;
in setBlendState()
628
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
in setBlendState()
629
fragOps
.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb);
in setBlendState()
630
fragOps
.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha);
in setBlendState()
641
fragOps
in setBlendState()
[all...]
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditFrameworkTests.cpp
788
state.
fragOps
.depthTestEnabled = true;
in runCase()
789
state.
fragOps
.depthFunc = rr::TESTFUNC_ALWAYS;
in runCase()
790
state.
fragOps
.stencilTestEnabled = true;
in runCase()
791
state.
fragOps
.stencilStates[rr::FACETYPE_BACK].func = rr::TESTFUNC_ALWAYS;
in runCase()
792
state.
fragOps
.stencilStates[rr::FACETYPE_BACK].dpPass = rr::STENCILOP_INCR;
in runCase()
793
state.
fragOps
.stencilStates[rr::FACETYPE_FRONT] = state.
fragOps
.stencilStates[rr::FACETYPE_BACK];
in runCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineBlendTests.cpp
1101
renderState.
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
in verifyImage()
1102
renderState.
fragOps
.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor);
in verifyImage()
1103
renderState.
fragOps
.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor);
in verifyImage()
1104
renderState.
fragOps
.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp);
in verifyImage()
1105
renderState.
fragOps
.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor);
in verifyImage()
1106
renderState.
fragOps
.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor);
in verifyImage()
1107
renderState.
fragOps
.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp);
in verifyImage()
1108
renderState.
fragOps
.blendColor = BlendTest::s_blendConst;
in verifyImage()
1109
renderState.
fragOps
.colorMask = mapVkColorComponentFlags(BlendTest::s_colorWriteMasks[quadNdx]);
in verifyImage()
1516
renderState.
fragOps
in verifyImage()
[all...]
H
A
D
vktPipelineStencilTests.cpp
798
renderState.
fragOps
.depthTestEnabled = true;
in verifyImage()
799
renderState.
fragOps
.depthFunc = mapVkCompareOp(VK_COMPARE_OP_LESS);
in verifyImage()
800
renderState.
fragOps
.stencilTestEnabled = true;
in verifyImage()
802
rr::StencilState& refStencilFront = renderState.
fragOps
.stencilStates[rr::FACETYPE_FRONT];
in verifyImage()
803
rr::StencilState& refStencilBack = renderState.
fragOps
.stencilStates[rr::FACETYPE_BACK];
in verifyImage()
H
A
D
vktPipelineDepthTests.cpp
1053
renderState.
fragOps
.depthTestEnabled = m_depthTestEnable;
in verifyImage()
1054
renderState.
fragOps
.depthFunc = mapVkCompareOp(m_depthCompareOps[quadNdx]);
in verifyImage()
1057
renderState.
fragOps
.depthBoundsTestEnabled = true;
in verifyImage()
1058
renderState.
fragOps
.minDepthBound = m_depthBoundsMin;
in verifyImage()
1059
renderState.
fragOps
.maxDepthBound = m_depthBoundsMax;
in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineBlendTests.cpp
1103
renderState.
fragOps
.blendMode = rr::BLENDMODE_STANDARD;
in verifyImage()
1104
renderState.
fragOps
.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor);
in verifyImage()
1105
renderState.
fragOps
.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor);
in verifyImage()
1106
renderState.
fragOps
.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp);
in verifyImage()
1107
renderState.
fragOps
.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor);
in verifyImage()
1108
renderState.
fragOps
.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor);
in verifyImage()
1109
renderState.
fragOps
.blendAState.equation = mapVkBlendOp(blendState.alphaBlendOp);
in verifyImage()
1110
renderState.
fragOps
.blendColor = BlendTest::s_blendConst;
in verifyImage()
1111
renderState.
fragOps
.colorMask = mapVkColorComponentFlags(BlendTest::s_colorWriteMasks[quadNdx]);
in verifyImage()
1518
renderState.
fragOps
in verifyImage()
[all...]
H
A
D
vktPipelineStencilTests.cpp
793
renderState.
fragOps
.depthTestEnabled = true;
in verifyImage()
794
renderState.
fragOps
.depthFunc = mapVkCompareOp(VK_COMPARE_OP_LESS);
in verifyImage()
795
renderState.
fragOps
.stencilTestEnabled = true;
in verifyImage()
797
rr::StencilState& refStencilFront = renderState.
fragOps
.stencilStates[rr::FACETYPE_FRONT];
in verifyImage()
798
rr::StencilState& refStencilBack = renderState.
fragOps
.stencilStates[rr::FACETYPE_BACK];
in verifyImage()
H
A
D
vktPipelineDepthTests.cpp
1011
renderState.
fragOps
.depthTestEnabled = m_depthTestEnable;
in verifyImage()
1012
renderState.
fragOps
.depthFunc = mapVkCompareOp(m_depthCompareOps[quadNdx]);
in verifyImage()
1015
renderState.
fragOps
.depthBoundsTestEnabled = true;
in verifyImage()
1016
renderState.
fragOps
.minDepthBound = m_depthBoundsMin;
in verifyImage()
1017
renderState.
fragOps
.maxDepthBound = m_depthBoundsMax;
in verifyImage()
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderer.cpp
1070
rr::FragmentOperationState noStencilDepthWriteState(state.
fragOps
);
in writeFragmentPackets()
1080
const rr::FragmentOperationState& fragOpsState = (outputNdx == numOutputs-1) ? (state.
fragOps
) : (noStencilDepthWriteState);
in writeFragmentPackets()
1129
if (buffers.fragmentDepthBuffer && state.
fragOps
.polygonOffsetEnabled)
in rasterizePrimitive()
1134
depthOffset = maximumDepthSlope * state.
fragOps
.polygonOffsetFactor + minimumResolvableDifference * state.
fragOps
.polygonOffsetUnits;
in rasterizePrimitive()
1153
if (buffers.fragmentDepthBuffer && state.
fragOps
.polygonOffsetEnabled)
in rasterizePrimitive()
1162
if (buffers.fragmentDepthBuffer && state.
fragOps
.depthClampEnabled)
in rasterizePrimitive()
1215
if (buffers.fragmentDepthBuffer && state.
fragOps
.depthClampEnabled)
in rasterizePrimitive()
1280
if (buffers.fragmentDepthBuffer && state.
fragOps
.depthClampEnabled)
in rasterizePrimitive()
1339
const bool clipZ = !state.
fragOps
in drawBasicPrimitives()
[all...]
H
A
D
rrRenderState.hpp
389
FragmentOperationState
fragOps
;
member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
4344
state.
fragOps
.scissorTestEnabled = m_scissorEnabled;
4345
state.
fragOps
.scissorRectangle = rr::WindowRectangle(m_scissorBox.x(), m_scissorBox.y(), m_scissorBox.z(), m_scissorBox.w());
4347
state.
fragOps
.numStencilBits = stencilBits;
4348
state.
fragOps
.stencilTestEnabled = m_stencilTestEnabled;
4352
state.
fragOps
.stencilStates[faceType].compMask = m_stencil[faceType].opMask;
4353
state.
fragOps
.stencilStates[faceType].writeMask = m_stencil[faceType].writeMask;
4354
state.
fragOps
.stencilStates[faceType].ref = m_stencil[faceType].ref;
4355
state.
fragOps
.stencilStates[faceType].func = sglr::rr_util::mapGLTestFunc(m_stencil[faceType].func);
4356
state.
fragOps
.stencilStates[faceType].sFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opStencilFail);
4357
state.
fragOps
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassSubpassDependencyTests.cpp
1773
renderState.
fragOps
.depthTestEnabled = DE_TRUE;
in iterateInternal()
1774
renderState.
fragOps
.depthFunc = rr::TESTFUNC_LEQUAL;
in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassSubpassDependencyTests.cpp
1773
renderState.
fragOps
.depthTestEnabled = DE_TRUE;
in iterateInternal()
1774
renderState.
fragOps
.depthFunc = rr::TESTFUNC_LEQUAL;
in iterateInternal()
Completed in 38 milliseconds