Home
last modified time | relevance | path

Searched refs:m_op (Results 1 – 13 of 13) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCustomOp.h101 : 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;
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;
DTensorForcedEval.h111 : 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;
DTensorEvalTo.h113 m_buffer(op.buffer()), m_op(op), m_expression(op.expression())
118 return m_op;
174 const XprType& m_op;
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp114 const InvalidOperation m_op; member in deqp::gles31::Stress::__anonb348c3430111::InvalidDrawCase
125 , m_op (op) in InvalidDrawCase()
196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx)); in iterate()
210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount); in iterate()
239 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate()
240 drawCommand.first = (m_op == INVALID_DATA_FIRST) ? (overBoundDrawCount) : (0); in iterate()
241 drawCommand.reservedMustBeZero = (m_op == INVALID_RESERVED) ? (5) : (0); in iterate()
261 …drawCommand.primCount = (m_op == INVALID_DATA_INSTANCED) ? (overBoundInstances) : (drawInstances… in iterate()
262 drawCommand.firstIndex = (m_op == INVALID_INDEX_FIRST) ? (overBoundDrawCount) : (0); in iterate()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp754 MatrixOp m_op; member in deqp::gles2::Functional::ShaderMatrixCase
761 , m_op (op) in ShaderMatrixCase()
782 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()
796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()
797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()
912 switch (getOperationNature(m_op)) in init()
915 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
922 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
931 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init()
941 switch (getOperationType(m_op)) in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1408 const MatrixOp m_op);
1419 const MatrixOp m_op; member in vkt::sr::__anon5bfbec780111::ShaderMatrixInstance
1431 , m_op (op) in ShaderMatrixInstance()
1448 if (getOperationTestMatrixType(m_op) != TESTMATRIXTYPE_DEFAULT) in ShaderMatrixInstance()
1455 switch (getOperationTestMatrixType(m_op)) in ShaderMatrixInstance()
1481 int numInputs = isOperationBinary(m_op) ? 2 : 1; in ShaderMatrixInstance()
1588 const int numInputs = isOperationBinary(m_op) ? 2 : 1; in setupUniforms()
1644 const MatrixOp m_op; member in vkt::sr::__anon5bfbec780111::ShaderMatrixCase
1663 , m_op (op) in ShaderMatrixCase()
1674 return new ShaderMatrixInstance(context, m_isVertexCase, *m_evaluator, m_in0, m_in1, m_op); in createInstance()
[all …]
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_simpleexpression.cpp121 : m_line(line), m_op(op) {} in CXFA_FMSimpleExpression()
128 return m_op; in GetOperatorToken()
342 switch (m_op) { in ToJavaScript()
370 switch (m_op) { in ToJavaScript()
406 switch (m_op) { in ToJavaScript()
433 switch (m_op) { in ToJavaScript()
648 if (m_op == TOKdotscream) { in ToJavaScript()
652 } else if (m_op == TOKdotstar) { in ToJavaScript()
654 } else if (m_op == TOKcall) { in ToJavaScript()
Dxfa_simpleexpression.h69 XFA_FM_TOKEN m_op; variable
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1398 MatrixOp m_op; member in deqp::gles3::Functional::ShaderMatrixCase
1406 , m_op (op) in ShaderMatrixCase()
1428 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()
1437 if (m_op == OP_MUL && isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init()
1441 else if (m_op == OP_OUTER_PRODUCT) in init()
1445 else if (m_op == OP_TRANSPOSE) in init()
1449 else if (m_op == OP_INVERSE) in init()
1453 else if (m_op == OP_DETERMINANT) in init()
1457 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()
1458 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()
[all …]
Des3fShaderPrecisionTests.cpp197 std::string m_op; member in deqp::gles3::Functional::ShaderFloatPrecisionCase
217 , m_op (op) in ShaderFloatPrecisionCase()
246 …m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(… in init()
448 std::string m_op; member in deqp::gles3::Functional::ShaderIntPrecisionCase
469 , m_op (op) in ShaderIntPrecisionCase()
499 …sionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_precision, m_op.c_str(), m_isVertex… in init()
642 std::string m_op; member in deqp::gles3::Functional::ShaderUintPrecisionCase
663 , m_op (op) in ShaderUintPrecisionCase()
693 …ionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_precision, m_op.c_str(), m_isVertex… in init()
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp119 explicit CPDF_PSOP(PDF_PSOP op) : m_op(op), m_value(0) { in CPDF_PSOP()
120 ASSERT(m_op != PSOP_CONST); in CPDF_PSOP()
121 ASSERT(m_op != PSOP_PROC); in CPDF_PSOP()
123 explicit CPDF_PSOP(FX_FLOAT value) : m_op(PSOP_CONST), m_value(value) {} in CPDF_PSOP()
125 : m_op(PSOP_PROC), m_value(0), m_proc(std::move(proc)) {} in CPDF_PSOP()
128 if (m_op == PSOP_CONST) in GetFloatValue()
135 if (m_op == PSOP_PROC) in GetProc()
141 PDF_PSOP GetOp() const { return m_op; } in GetOp()
144 const PDF_PSOP m_op; member in CPDF_PSOP
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1121 const string m_op; member in deqp::gles3::Performance::__anona6ec65210111::BinaryOpCase
1131 , m_op (op) in BinaryOpCase()
1231 op << "\t\tacc" << i << "a = acc" << i << "b " << m_op << " acc" << i << "a" << ";\n"; in generateSingleProgramData()
1232 op << "\t\tacc" << i << "b = acc" << i << "a " << m_op << " acc" << i << "b" << ";\n"; in generateSingleProgramData()
1242 op << (i > 0 ? " "+m_op : "") << " acc" << i << "b"; in generateSingleProgramData()
1340 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo()
1341 : m_op == "-" ? "subtraction" in logSingleOperationCalculationInfo()
1342 : m_op == "*" ? "multiplication" in logSingleOperationCalculationInfo()
1343 : m_op == "/" ? "division" in logSingleOperationCalculationInfo()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1121 const string m_op; member in deqp::gles2::Performance::__anone79bdd1f0111::BinaryOpCase
1131 , m_op (op) in BinaryOpCase()
1227 op << "\t\tacc" << i << "a = acc" << i << "b " << m_op << " acc" << i << "a" << ";\n"; in generateSingleProgramData()
1228 op << "\t\tacc" << i << "b = acc" << i << "a " << m_op << " acc" << i << "b" << ";\n"; in generateSingleProgramData()
1238 op << (i > 0 ? " "+m_op : "") << " acc" << i << "b"; in generateSingleProgramData()
1336 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo()
1337 : m_op == "-" ? "subtraction" in logSingleOperationCalculationInfo()
1338 : m_op == "*" ? "multiplication" in logSingleOperationCalculationInfo()
1339 : m_op == "/" ? "division" in logSingleOperationCalculationInfo()