Searched refs:OP_LAST (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h193 static const uint8_t operationSrcNr[OP_LAST + 1];
194 static const OpClass operationClass[OP_LAST + 1];
210 OpInfo opInfo[OP_LAST + 1];
215 return opInfo[MIN2(insn->op, OP_LAST)];
H A Dnv50_ir_target_nv50.cpp113 static const uint32_t commutative[(OP_LAST + 31) / 32] =
118 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
139 for (i = 0; i < OP_LAST; ++i) {
H A Dnv50_ir_target.cpp28 const uint8_t Target::operationSrcNr[OP_LAST + 1] =
55 const OpClass Target::operationClass[OP_LAST + 1] =
H A Dnv50_ir_print.cpp87 const char *operationStr[OP_LAST + 1] =
H A Dnv50_ir.h135 OP_LAST enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp2027 DLList ops[OP_LAST + 1];
2236 for (unsigned int i = 0; i <= OP_LAST; ++i)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h193 static const uint8_t operationSrcNr[OP_LAST + 1];
194 static const OpClass operationClass[OP_LAST + 1];
210 OpInfo opInfo[OP_LAST + 1];
215 return opInfo[MIN2(insn->op, OP_LAST)];
H A Dnv50_ir_target_nv50.cpp113 static const uint32_t commutative[(OP_LAST + 31) / 32] =
118 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
139 for (i = 0; i < OP_LAST; ++i) {
H A Dnv50_ir_target.cpp28 const uint8_t Target::operationSrcNr[OP_LAST + 1] =
55 const OpClass Target::operationClass[OP_LAST + 1] =
H A Dnv50_ir_print.cpp87 const char *operationStr[OP_LAST + 1] =
H A Dnv50_ir.h135 OP_LAST enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp2027 DLList ops[OP_LAST + 1];
2236 for (unsigned int i = 0; i <= OP_LAST; ++i)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp260 static const uint32_t commutative[(OP_LAST + 31) / 32] =
266 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
284 for (i = 0; i < OP_LAST; ++i) {
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp260 static const uint32_t commutative[(OP_LAST + 31) / 32] =
266 static const uint32_t shortForm[(OP_LAST + 31) / 32] =
284 for (i = 0; i < OP_LAST; ++i) {
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp142 OP_LAST enumerator in enum:deqp::gles2::Functional::MatrixCaseUtils::MatrixOp
591 DE_STATIC_ASSERT(OP_LAST <= (1<<4));
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp250 OP_LAST enumerator in enum:deqp::gles3::Functional::MatrixCaseUtils::MatrixOp
1142 DE_STATIC_ASSERT(OP_LAST <= (1<<5));

Completed in 1428 milliseconds