HomeSort by relevance Sort by last modified time
    Searched refs:m_op (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_psengine.h 76 PDF_PSOP GetOp() const { return m_op; }
79 const PDF_PSOP m_op; member in class:CPDF_PSOP
cpdf_psengine.cpp 73 : m_op(PSOP_PROC), m_value(0), m_proc(pdfium::MakeUnique<CPDF_PSProc>()) {}
75 CPDF_PSOP::CPDF_PSOP(PDF_PSOP op) : m_op(op), m_value(0) {
76 ASSERT(m_op != PSOP_CONST);
77 ASSERT(m_op != PSOP_PROC);
80 CPDF_PSOP::CPDF_PSOP(float value) : m_op(PSOP_CONST), m_value(value) {}
85 if (m_op == PSOP_CONST)
93 if (m_op == PSOP_PROC)
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorCustomOp.h 101 : m_op(op), m_device(device), m_result(NULL)
147 m_op.func().eval(m_op.expression(), result, m_device);
151 const ArgType m_op; member in struct:Eigen::TensorEvaluator
257 : m_op(op), m_device(device), m_result(NULL)
301 m_op.func().eval(m_op.lhsExpression(), m_op.rhsExpression(), result, m_device);
305 const XprType m_op; member in struct:Eigen::TensorEvaluator
TensorEvalTo.h 113 m_buffer(op.buffer()), m_op(op), m_expression(op.expression())
118 return m_op;
174 const XprType& m_op; member in struct:Eigen::TensorEvaluator
TensorForcedEval.h 111 : m_impl(op.expression(), device), m_op(op.expression()), m_device(device), m_buffer(NULL)
126 EvalTo evalToTmp(m_buffer, m_op);
159 const ArgType m_op; member in struct:Eigen::TensorEvaluator
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 114 const InvalidOperation m_op; member in class:deqp::gles31::Stress::__anon18860::InvalidDrawCase
125 , m_op (op)
196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount);
200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx));
210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount);
239 drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances);
240 drawCommand.first = (m_op == INVALID_DATA_FIRST) ? (overBoundDrawCount) : (0);
241 drawCommand.reservedMustBeZero = (m_op == INVALID_RESERVED) ? (5) : (0);
261 drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances);
262 drawCommand.firstIndex = (m_op == INVALID_INDEX_FIRST) ? (overBoundDrawCount) : (0)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 754 MatrixOp m_op; member in class:deqp::gles2::Functional::ShaderMatrixCase
761 , m_op (op)
782 int numInputs = (isOperationBinary(m_op)) ? (2) : (1);
796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR ||
797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR)
912 switch (getOperationNature(m_op))
915 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT);
922 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT);
931 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT);
941 switch (getOperationType(m_op))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 1405 const MatrixOp m_op; member in class:vkt::sr::__anon17880::ShaderMatrixInstance
1630 const MatrixOp m_op; member in class:vkt::sr::__anon17880::ShaderMatrixCase
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 1384 MatrixOp m_op; member in class:deqp::gles3::Functional::ShaderMatrixCase
    [all...]
es3fShaderPrecisionTests.cpp 197 std::string m_op; member in class:deqp::gles3::Functional::ShaderFloatPrecisionCase
217 , m_op (op)
246 m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(), m_isVertexCase);
448 std::string m_op; member in class:deqp::gles3::Functional::ShaderIntPrecisionCase
469 , m_op (op)
499 m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_precision, m_op.c_str(), m_isVertexCase);
642 std::string m_op; member in class:deqp::gles3::Functional::ShaderUintPrecisionCase
663 , m_op (op)
693 m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_precision, m_op.c_str(), m_isVertexCase);
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.cpp 93 : m_line(line), m_op(op) {}
106 return m_op;
386 switch (m_op) {
421 switch (m_op) {
464 switch (m_op) {
498 switch (m_op) {
750 if (m_op == TOKdotscream) {
754 } else if (m_op == TOKdotstar) {
756 } else if (m_op == TOKcall) {
cxfa_fmsimpleexpression.h 69 const XFA_FM_TOKEN m_op; member in class:CXFA_FMSimpleExpression
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 983 milliseconds