HomeSort by relevance Sort by last modified time
    Searched refs:equation (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/mesa3d/src/mesa/main/
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
clip.c 56 GLfloat equation[4]; local
64 equation[0] = (GLfloat) eq[0];
65 equation[1] = (GLfloat) eq[1];
66 equation[2] = (GLfloat) eq[2];
67 equation[3] = (GLfloat) eq[3];
70 * The equation is transformed by the transpose of the inverse of the
80 _mesa_transform_vector( equation, equation,
83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
    [all...]
es1_conversion.h 41 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation);
44 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation);
76 _mesa_GetClipPlanef(GLenum plane, GLfloat *equation);
79 _mesa_GetClipPlanex(GLenum plane, GLfixed *equation);
  /external/skia/include/gpu/
GrBlend.h 99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) {
100 return equation >= kFirstAdvancedGrBlendEquation;
103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff,
105 return (kAdd_GrBlendEquation != equation && kReverseSubtract_GrBlendEquation != equation) ||
112 * For "add" and "reverse subtract" the blend equation with f=coverage is:
136 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation,
139 return GrBlendEquationIsAdvanced(equation) ||
140 !GrBlendModifiesDst(equation, srcCoeff, dstCoeff) ||
141 ((kAdd_GrBlendEquation == equation || kReverseSubtract_GrBlendEquation == equation) &
    [all...]
GrCaps.h 91 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not
107 bool canUseAdvancedBlendEquation(GrBlendEquation equation) const {
108 SkASSERT(GrBlendEquationIsAdvanced(equation));
109 return SkToBool(fAdvBlendEqBlacklist & (1 << equation));
  /external/skqp/include/gpu/
GrBlend.h 99 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) {
100 return equation >= kFirstAdvancedGrBlendEquation;
103 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff,
105 return (kAdd_GrBlendEquation != equation && kReverseSubtract_GrBlendEquation != equation) ||
112 * For "add" and "reverse subtract" the blend equation with f=coverage is:
136 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation,
139 return GrBlendEquationIsAdvanced(equation) ||
140 !GrBlendModifiesDst(equation, srcCoeff, dstCoeff) ||
141 ((kAdd_GrBlendEquation == equation || kReverseSubtract_GrBlendEquation == equation) &
    [all...]
GrCaps.h 84 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not
100 bool canUseAdvancedBlendEquation(GrBlendEquation equation) const {
101 SkASSERT(GrBlendEquationIsAdvanced(equation));
102 return SkToBool(fAdvBlendEqBlacklist & (1 << equation));
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
sglrReferenceUtils.cpp 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
253 switch (equation)
266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation)
268 switch (equation)
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 20 static const char* specific_layout_qualifier_name(GrBlendEquation equation) {
21 SkASSERT(GrBlendEquationIsAdvanced(equation));
40 return kLayoutQualifierNames[equation - kFirstAdvancedGrBlendEquation];
123 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) {
124 SkASSERT(GrBlendEquationIsAdvanced(equation));
134 this->addLayoutQualifier(specific_layout_qualifier_name(equation), kOut_InterfaceQualifier);
  /external/deqp/modules/gles31/functional/
es31fNegativeAdvancedBlendEquationTests.cpp 21 * \brief Negative Advanced Blend Equation Tests
81 std::string getShaderLayoutEquation (BlendEquation equation)
83 switch (equation)
102 DE_FATAL("Equation not supported.");
107 glw::GLenum getEquation (BlendEquation equation)
109 switch (equation)
127 DE_FATAL("Equation not supported.");
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation)
155 << "layout(" << getShaderLayoutEquation(equation) << ") out;\n"
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation)
    [all...]
es31fFboSRGBWriteControlTests.cpp 288 deUint32 equation; member in struct:deqp::gles31::Functional::__anon18710::BlendConfig
298 blendConfigs[0].equation = GL_FUNC_ADD;
299 blendConfigs[1].equation = GL_FUNC_ADD;
300 blendConfigs[2].equation = GL_FUNC_ADD;
301 blendConfigs[3].equation = GL_FUNC_ADD;
313 blendConfigs[4].equation = GL_FUNC_SUBTRACT;
314 blendConfigs[5].equation = GL_FUNC_SUBTRACT;
315 blendConfigs[6].equation = GL_FUNC_SUBTRACT;
316 blendConfigs[7].equation = GL_FUNC_SUBTRACT;
328 blendConfigs[8].equation = GL_FUNC_REVERSE_SUBTRACT
1197 std::string equation, src, dst; local
    [all...]
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 45 deUint32 equation; member in struct:deqp::gls::InteractionTestUtil::BlendState
50 : equation (0)
glsInteractionTestUtil.cpp 194 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
198 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
204 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
208 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
  /external/tensorflow/tensorflow/python/ops/
special_math_ops.py 88 def einsum(equation, *inputs, **kwargs):
91 This function returns a tensor whose elements are defined by `equation`,
100 The corresponding `equation` is:
106 In general, the `equation` is obtained from the more familiar element-wise
107 equation by
140 equation: a `str` describing the contraction, in the same format as
143 be consistent with `equation`.
147 The contracted `Tensor`, with shape determined by `equation`.
151 - the format of `equation` is incorrect,
152 - the number of inputs implied by `equation` does not match `len(inputs)`
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
localcom-1.s 1 ! The implicit equation from a datalabel to the main symbol was incorrect
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 32 static const char* specific_layout_qualifier_name(GrBlendEquation equation) {
33 SkASSERT(GrBlendEquationIsAdvanced(equation));
52 return kLayoutQualifierNames[equation - kFirstAdvancedGrBlendEquation];
206 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) {
207 SkASSERT(GrBlendEquationIsAdvanced(equation));
217 this->addLayoutQualifier(specific_layout_qualifier_name(equation), kOut_InterfaceQualifier);
  /frameworks/native/opengl/libagl/
vertex.cpp 124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
172 vec4_t& equation = c->clipPlanes.plane[p].equation; local
173 memcpy(equation.v, equ, sizeof(vec4_t));
177 mvit.point4(&mvit, &equation, &equation);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Tween.java 344 private TweenEquation equation; field in class:Tween
378 equation = null;
418 * Sets the easing equation of the tween. Existing equations are located in
422 * equations. Default equation is Quad.INOUT.
443 this.equation = easeEquation;
739 * Gets the easing equation.
742 return equation;
821 if (target == null || equation == null) return;
856 float t = equation.compute(time/duration);
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 209 BlendEquation equation; member in struct:rr::BlendState
214 : equation (BLENDEQUATION_ADD)
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 309 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
320 SkASSERT((unsigned)equation < kGrBlendCoeffCnt);
321 return gTable[equation];
358 GrBlendEquation equation = blendInfo.fEquation;
361 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
369 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
372 attachmentState->alphaBlendOp = blend_equation_to_vk_blend_op(equation);
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 309 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
320 SkASSERT((unsigned)equation < kGrBlendCoeffCnt);
321 return gTable[equation];
358 GrBlendEquation equation = blendInfo.fEquation;
361 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
369 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
372 attachmentState->alphaBlendOp = blend_equation_to_vk_blend_op(equation);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
183 float[] equation,
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
191 java.nio.FloatBuffer equation
194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
198 int[] equation,
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
206 java.nio.IntBuffer equation
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 168 float[] equation,
174 java.nio.FloatBuffer equation
179 int[] equation,
185 java.nio.IntBuffer equation
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )

Completed in 1161 milliseconds

1 2 3 4 5