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

  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 114 const InvalidOperation m_op; member in class:deqp::gles31::Stress::__anon11314::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/v8/test/unittests/compiler/
node-matchers-unittest.cc 93 const Operator* m_op = machine()->Int32Mul(); local
94 Node* m1 = graph()->NewNode(m_op, p1, d1);
95 Node* m2 = graph()->NewNode(m_op, p1, d2);
96 Node* m3 = graph()->NewNode(m_op, p1, d3);
97 Node* m4 = graph()->NewNode(m_op, p1, d4);
98 Node* m5 = graph()->NewNode(m_op, p1, d5);
99 Node* m7 = graph()->NewNode(m_op, p1, d7);
100 Node* m8 = graph()->NewNode(m_op, p1, d8);
101 Node* m9 = graph()->NewNode(m_op, p1, d9);
148 m1 = graph()->NewNode(m_op, p1, d1)
412 const Operator* m_op = machine()->Int64Mul(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 218 std::string m_op; member in class:deqp::gles3::Functional::ShaderFloatPrecisionCase
238 , m_op (op)
267 m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(), m_isVertexCase);
469 std::string m_op; member in class:deqp::gles3::Functional::ShaderIntPrecisionCase
490 , m_op (op)
520 m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_precision, m_op.c_str(), m_isVertexCase);
663 std::string m_op; member in class:deqp::gles3::Functional::ShaderUintPrecisionCase
684 , m_op (op)
714 m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_precision, m_op.c_str(), m_isVertexCase);
    [all...]
es3fShaderMatrixTests.cpp 1398 MatrixOp m_op; member in class:deqp::gles3::Functional::ShaderMatrixCase
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_simpleexpression.h 64 XFA_FM_TOKEN m_op; member in class:CXFA_FMSimpleExpression
  /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 1419 const MatrixOp m_op; member in class:vkt::sr::__anon10453::ShaderMatrixInstance
1644 const MatrixOp m_op; member in class:vkt::sr::__anon10453::ShaderMatrixCase
    [all...]

Completed in 471 milliseconds