OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPERATOR
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h
38
#if !defined(
OPERATOR
) && !defined(ALWAYS)
39
#error "neither
OPERATOR
nor ALWAYS is defined!"
111
/* Note:
OPERATOR
appears here: */
112
if ((outmask & 1) && (idepth[0]
OPERATOR
depth16[0][0])) {
117
if ((outmask & 2) && (idepth[1]
OPERATOR
depth16[0][1])) {
122
if ((outmask & 4) && (idepth[2]
OPERATOR
depth16[1][0])) {
127
if ((outmask & 8) && (idepth[3]
OPERATOR
depth16[1][1])) {
146
#undef
OPERATOR
sp_quad_depth_test.c
427
* Apply the stencil
operator
to stencil values.
431
* \param op the stencil
operator
(PIPE_STENCIL_OP_x)
638
/* choose front or back face function,
operator
, etc */
679
/* no depth test, apply Zpass
operator
to stencil buffer values */
859
#define
OPERATOR
<
863
#define
OPERATOR
==
867
#define
OPERATOR
<=
871
#define
OPERATOR
>
875
#define
OPERATOR
!=
879
#define
OPERATOR
>
[
all
...]
/external/clang/include/clang/AST/
RecursiveASTVisitor.h
41
// using them is responsible for defining macro
OPERATOR
().
45
OPERATOR
(PostInc)
OPERATOR
(PostDec)
OPERATOR
(PreInc)
OPERATOR
(PreDec) \
46
OPERATOR
(AddrOf)
OPERATOR
(Deref)
OPERATOR
(Plus)
OPERATOR
(Minus) \
47
OPERATOR
(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag)
[
all
...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java
86
OPERATOR
(Type.SINGLE_ATTRIBUTE),
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
155
// Reference functions for specific sequence operations for the sequence
operator
tests.
251
OPERATOR
,
252
SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect
operator
.
290
bool isUnaryPrefix; //!< Whether a unary
operator
is a prefix
operator
; redundant unless unary.
295
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
);
301
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
, false);
320
BuiltinFuncGroup&
operator
<< (const BuiltinFuncInfo& info) { funcInfos.push_back(info); return *this; }
416
ShaderOperatorCase&
operator
= (const ShaderOperatorCase&); // not allowed!
605
: TestCaseGroup(context, "
operator
", "Operator tests."
[
all
...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java
205
OPERATOR
;
244
return this ==
OPERATOR
;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp
160
// \note This one is done separately due to how the overloaded minus
operator
is implemented for vector-scalar operands.
181
// Reference functions for specific sequence operations for the sequence
operator
tests.
318
OPERATOR
,
319
SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect
operator
.
411
bool isUnaryPrefix; //!< Whether a unary
operator
is a prefix
operator
; redundant unless unary.
416
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
);
422
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
, false);
441
BuiltinFuncGroup&
operator
<< (const BuiltinFuncInfo& info) { funcInfos.push_back(info); return *this; }
640
ShaderOperatorCase&
operator
= (const ShaderOperatorCase&); // not allowed
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
177
// \note This one is done separately due to how the overloaded minus
operator
is implemented for vector-scalar operands.
198
// Reference functions for specific sequence operations for the sequence
operator
tests.
432
OPERATOR
,
433
SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect
operator
.
506
bool isUnaryPrefix; //!< Whether a unary
operator
is a prefix
operator
; redundant unless unary.
511
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
);
516
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, referenceScale_, referenceBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
);
522
return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_,
OPERATOR
, false);
541
BuiltinFuncGroup&
operator
<< (const BuiltinFuncInfo& info) { funcInfos.push_back(info); return *this;
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 758 milliseconds