Home
last modified time | relevance | path

Searched defs:getCondition (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFence.h42 GLenum getCondition() const { return mCondition; } in getCondition() function
72 GLenum getCondition() const { return mCondition; } in getCondition() function
DEGLSync.h56 EGLint getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFence.h54 GLenum getCondition() const { return mCondition; } in getCondition() function
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dspirvcapgenerator.py42 def getCondition(self, enable, parent): member in SpirvCapabilityOutputGenerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h229 TIntermTyped *getCondition() { return mCond; } in getCondition() function
885 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
925 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
987 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h395 Operand *getCondition() const { in getCondition() function
546 FCond getCondition() const { return Condition; } in getCondition() function
578 ICond getCondition() const { return Condition; } in getCondition() function
741 Operand *getCondition() const { return getSrc(0); } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h369 TIntermTyped* getCondition() { return cond; } in getCondition() function
623 TIntermTyped* getCondition() const { return condition; } in getCondition() function
672 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.hpp105 const Cond& getCondition (void) const { return m_cond; } in getCondition() function in deqp::gls::AttributeLocationTestUtil::Attribute
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp81 static Value *getCondition(Instruction *I) { in getCondition() function
/third_party/glslang/glslang/Include/
Dintermediate.h1738 virtual TIntermTyped* getCondition() const { return condition; } in getCondition() function
1775 virtual TIntermNode* getCondition() const { return condition; } in getCondition() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h1135 CondCode getCondition() const { return setCond; } in getCondition() function