Home
last modified time | relevance | path

Searched refs:OP_LAST (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
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)]; in getOpInfo()
Dnv50_ir_target_nv50.cpp113 static const uint32_t commutative[(OP_LAST + 31) / 32] = in initOpInfo()
118 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo()
139 for (i = 0; i < OP_LAST; ++i) { in initOpInfo()
Dnv50_ir_target.cpp28 const uint8_t Target::operationSrcNr[OP_LAST + 1] =
55 const OpClass Target::operationClass[OP_LAST + 1] =
Dnv50_ir_print.cpp87 const char *operationStr[OP_LAST + 1] =
Dnv50_ir.h135 OP_LAST enumerator
Dnv50_ir_peephole.cpp2027 DLList ops[OP_LAST + 1];
2236 for (unsigned int i = 0; i <= OP_LAST; ++i) in visit()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp260 static const uint32_t commutative[(OP_LAST + 31) / 32] = in initOpInfo()
266 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo()
284 for (i = 0; i < OP_LAST; ++i) { in initOpInfo()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp978 OP_LAST in iterate() enumerator
981 const Op op = (Op)(m_rng.getUint32() % OP_LAST); in iterate()
1145 OP_LAST enumerator
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp142 OP_LAST enumerator
591 DE_STATIC_ASSERT(OP_LAST <= (1<<4)); in getEvalFunc()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp245 OP_LAST enumerator
1137 DE_STATIC_ASSERT(OP_LAST <= (1<<5)); in getEvalFunc()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp250 OP_LAST enumerator
1142 DE_STATIC_ASSERT(OP_LAST <= (1<<5)); in getEvalFunc()