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

  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 371 GrGLenum scalarType;
374 scalarType = TEXT_COORDS_GL_TYPE;
377 scalarType = GR_GL_FLOAT;
397 GL_CALL(VertexAttribPointer(idx, 2, scalarType, false, newStride,
408 GL_CALL(VertexAttribPointer(idx, 2, scalarType, texCoordNorm,
412 GL_CALL(VertexAttribPointer(idx, 2, scalarType, texCoordNorm,
455 GL_CALL(VertexAttribPointer(idx, 4, scalarType,
458 GL_CALL(VertexAttribPointer(idx, 4, scalarType,
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 710 Type *scalarType = AndMaskVec->getType()->getScalarType();
736 maskVals.push_back(ConstantInt::get(scalarType, maskVal, isSigned));
737 shiftVals.push_back(ConstantInt::get(scalarType, shiftVal, isSigned));
    [all...]

Completed in 106 milliseconds